Four weeks ago, Cisco called OpenClaw "an absolute security nightmare." Now they've built the fix. On March 23 at RSA Conference 2026, DJ Sampath, Cisco's SVP of AI Software and Platform, announced DefenseClaw: an open-source governance layer that scans every OpenClaw skill and MCP server before they run.
Sampath runs OpenClaw at home on a DGX Spark. He gets the appeal. He also gets the risk.
What DefenseClaw Actually Does
Five scanning tools, one goal: stop malicious code before it executes.
Skill-Scanner checks skills for known vulnerabilities. MCP-Scanner does the same for MCP server connections. A2A-Scanner covers agent-to-agent communication. CodeGuard runs static analysis on generated code. And an AI Bill-of-Materials generator creates a full inventory of what your agent depends on.
The system runs pre-execution scans, monitors runtime threats, and enforces block/allow lists. As SiliconANGLE reported, it ships with native Splunk integration for enterprise logging. The whole thing builds on NVIDIA's OpenShell sandbox runtime from GTC the week before.
When you block a skill, it's not just a label. "Its sandbox permissions are revoked, its files are quarantined, and the agent gets an error if it tries to invoke it," Sampath wrote. Same treatment for blocked MCP servers: removed from the sandbox network allow-list, all connections denied.
Deploy time? Under five minutes. GitHub availability is March 27, 2026 at github.com/cisco-ai-defense/defenseclaw.
Why This Matters
The numbers tell the story. 135,000+ exposed OpenClaw instances. Roughly 800 malicious skills found on ClawHub after the ClawHavoc supply chain attack hit about 20% of the registry. A CVSS 8.8 RCE vulnerability (CVE-2026-25253) that allowed one-click code execution. The entire security industry at RSAC 2026 is building OpenClaw protection tools. Cisco just released the most complete one so far.
What This Means for ClawHosters Customers
If you're self-hosting OpenClaw, DefenseClaw should be on your install list the day it drops. For ClawHosters customers, this validates what we've been doing from day one: isolated containers, enforced authentication, automated safety scanning, and patches applied within hours. Cisco building a dedicated OpenClaw security product confirms that AI agent security isn't optional. It's the baseline.