Caelguard: Open-Source Security Scanner for OpenClaw Instances

Caelguard is an open-source security scanner specifically built for OpenClaw instances, developed by a cybersecurity professional with 12+ years of enterprise email security experience. The tool was created in response to the ClawHavoc supply chain attack that revealed over 2,400 malicious skills on ClawHub, with Reuters reporting on March 26 that 12% of the entire marketplace is malware.
Key Features and Checks
The community edition runs 22 security checks across your OpenClaw instance, including:
- Docker isolation
- Tool permission scoping
- Skill supply chain verification
- Prompt injection resistance
- Network egress monitoring
- MCP server integrity
- Config file integrity monitoring
What It Catches
Specific vulnerabilities the scanner identifies:
- Skills installed from ClawHub with no hash pinning (supply chain risk)
- Tool permissions set to allow-all instead of an explicit allowlist
- No DOCKER-USER iptables rules (containers can talk to anything)
- SOUL.md files with zero prompt injection directives
- Cron jobs running in main session context instead of isolated
Implementation Details
Caelguard provides a security score out of 140 with a letter grade and tells you what to fix first. The developer's own instance scored 4 out of 140 initially (now at 83 after remediation). The tool is MIT licensed and available at https://github.com/Caelguard/caelguard-community.
The developer notes that most instances are likely in the 20-40 score range based on observed patterns and is actively seeking feedback on missing checks and edge cases.
📖 Read the full source: r/openclaw
👀 See Also

Rules of the Claw: Open Source Security Rule Set for OpenClaw Agents
An open source JSON rule set with 139 security rules that blocks destructive commands, protects credential files, and guards instruction files from unauthorized agent edits. It operates with zero LLM dependency using regex patterns at the tool layer.

RunLobster Hosting Warning: Bot Spam and Unauthorized Charges Reported
A Reddit user reports RunLobster (OpenClaw Hosting) bots spamming tech subreddits and hitting their card with three unauthorized charges immediately after registration, with no response from support.

Agent Passport: Identity Verification for AI Agents
Agent Passport is an open-source identity verification layer using Ed25519 authentication and JWT tokens for AI agents, addressing the problem of agent impersonation.

NPM Compromise via Axios Backdoor: Impact on AI Coding Agents
On March 31, 2026, a DPRK-linked threat actor compromised npm by publishing backdoored versions of Axios (1.14.1 and 0.30.4) during a 3-hour window. The malware injected a dependency that downloaded a platform-specific RAT, harvested credentials, and self-erased, with AI coding agents like Claude Code and Cursor being particularly vulnerable due to automated npm installs.