<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/openclaw-s-security-problems-are-real-here-s-what-two-teams-are-building-to-fix-them-sb6bm3wqc" -->

---
title: OpenClaw&#x27;s security problems are real. Here&#x27;s what two...
description: OpenClaw, an AI agent framework that gained 247,000 GitHub stars in ~60 days, brought serious security problems: 40,000+ exposed instances, credential leakage,...
canonical: https://daily.dev/posts/openclaw-s-security-problems-are-real-here-s-what-two-teams-are-building-to-fix-them-sb6bm3wqc
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: OpenClaw&#x27;s security problems are real. Here&#x27;s what two teams are building to fix them | daily.dev
og:description: OpenClaw, an AI agent framework that gained 247,000 GitHub stars in ~60 days, brought serious security problems: 40,000+ exposed instances, credential leakage,...
og:url: https://daily.dev/posts/openclaw-s-security-problems-are-real-here-s-what-two-teams-are-building-to-fix-them-sb6bm3wqc
og:image: https://api.daily.dev/og/posts/SB6BM3WqC.png
og:image:alt: OpenClaw&#x27;s security problems are real. Here&#x27;s what two teams are building to fix them
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw's security problems are real. Here's what two teams are building to fix them

**[Collections](https://daily.dev/sources/collections)** · 3 min read · 1 upvotes · 1 comments

## Summary

OpenClaw, an AI agent framework that gained 247,000 GitHub stars in ~60 days, brought serious security problems: 40,000+ exposed instances, credential leakage, data exfiltration, a supply chain attack (ClawHavoc) affecting ~20% of the skill registry, and a critical RCE vulnerability. Two open source projects have emerged to address these gaps. Jentic Mini, from Dublin startup Jentic, is a self-hosted permission firewall that brokers API credentials centrally so agents never hold them directly, with a killswitch for immediate revocation and support for 10,000+ APIs. DefenseClaw, built by a Cisco VP, layers governance on top of NVIDIA's OpenShell sandbox with pre-installation skill scanning, runtime threat detection, hard-enforcement block/allow lists with sub-2-second revocation, and out-of-the-box Splunk telemetry. Together they represent the ecosystem beginning to treat agent security as a first-class concern.

## Content

OpenClaw picked up 247,000 GitHub stars in roughly 60 days. That kind of growth is impressive, and also a little alarming when you look at what came with it: 40,000+ exposed instances, credential leakage, documented data exfiltration, and a supply chain attack called ClawHavoc that poisoned around 20% of the skill registry. A critical remote code execution vulnerability rounded things out.

Two separate projects have launched to address this, coming at the problem from different angles.

## Jentic Mini: a permission firewall for agent API access

Dublin startup Jentic built Jentic Mini after 18 months of enterprise work on the same problem. It's a free, open source, self-hosted layer that sits between AI agents and the APIs they call.

The core idea is straightforward: agents shouldn't hold credentials directly. Jentic Mini stores them centrally and brokers access, so an agent can draft an email but not send one, or read a calendar but not modify it. When something goes wrong, there's a single killswitch to cut all agent data access immediately rather than hunting down credentials scattered across a dozen integrations.

The tool ships with a catalog of 10,000+ APIs and works with OpenClaw, NemoClaw, and other general-purpose agents. Jentic is already a verified connector in Anthropic's Claude.

Jentic CEO Sean Blanchfield has also been making a broader argument: as agents get better at building their own tools on demand, the case for buying pre-packaged SaaS software weakens. That's a separate conversation, but it's the context in which Jentic Mini exists.

## DefenseClaw: governance at the execution layer

Cisco's VP of [role] took a different approach, starting from a personal one: he runs OpenClaw at home. That hands-on experience with the same vulnerabilities everyone else hit led to DefenseClaw, an open source governance layer built on top of NVIDIA's OpenShell sandbox.

DefenseClaw focuses on three things:

- **Pre-installation scanning** of skills, tools, and plugins using five integrated scanners before anything runs
- **Runtime threat detection** via content inspection at the agent execution loop
- **Hard-enforcement block/allow lists** with sub-2-second revocation

All telemetry streams into Splunk out of the box, which means every agent action is observable from day one rather than reconstructed after an incident. The project launched March 27, 2026 on GitHub.

## The underlying problem

Both projects are responding to the same gap: AI agents that move fast and touch real systems, with security tooling that hasn't kept up. OpenClaw's growth exposed that gap quickly and publicly. Whether you care more about credential management and API permissions (Jentic Mini's focus) or pre-execution scanning and runtime monitoring (DefenseClaw's focus), the problem is real enough that two independent teams built tools for it within the same window.

Neither project is a complete solution on its own. But the fact that they exist at all suggests the ecosystem is starting to take agent security seriously rather than treating it as someone else's problem.

## Community discussion

Top comments from developers on daily.dev.

**@cobrasnakebyte** · 0 upvotes

> I think at this point vibe coders are fully aware they are running through a 🌽 corn field naked backwards as soon as they deploy production.

## Similar posts on daily.dev

- [Security risks for OpenClaw users and how to mitigate them](https://daily.dev/posts/security-risks-for-openclaw-users-and-how-to-mitigate-them-qdjozk6g3) · Securelist · 2 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#open-source](https://daily.dev/tags/open-source), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/openclaw-s-security-problems-are-real-here-s-what-two-teams-are-building-to-fix-them-sb6bm3wqc)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"OpenClaw's security problems are real. Here's what two teams are building to fix them","url":"https://daily.dev/posts/openclaw-s-security-problems-are-real-here-s-what-two-teams-are-building-to-fix-them-sb6bm3wqc","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/openclaw-s-security-problems-are-real-here-s-what-two-teams-are-building-to-fix-them-sb6bm3wqc"},"datePublished":"2026-03-25T12:05:17.706Z","dateModified":"2026-03-25T15:45:08.743Z","description":"OpenClaw, an AI agent framework that gained 247,000 GitHub stars in ~60 days, brought serious security problems: 40,000+ exposed instances, credential leakage,...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/db45a4d385e84beb309ca3599bc2cb3c?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/db45a4d385e84beb309ca3599bc2cb3c?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/openclaw-s-security-problems-are-real-here-s-what-two-teams-are-building-to-fix-them-sb6bm3wqc","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"security,open-source,ai-agents","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"OpenClaw's security problems are real. Here's what two teams are building to fix them"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/openclaw-s-security-problems-are-real-here-s-what-two-teams-are-building-to-fix-them-sb6bm3wqc","comment":[{"@type":"Comment","text":"I think at this point vibe coders are fully aware they are running through a 🌽 corn field naked backwards as soon as they deploy production.","datePublished":"2026-03-25T13:24:02.585Z","url":"https://daily.dev/posts/SB6BM3WqC#c-PUtG3r9EL","author":{"@type":"Person","name":"CobraSnakeByte","url":"https://daily.dev/cobrasnakebyte","image":"https://media.daily.dev/image/upload/s--hqDrNVWw--/f_auto/v1764657202/avatars/avatar_92oLYA43501sYL2MFaYRG?_a=BAMAK+ZW0"}}]}
```

