Scan. Fix. Harden. Get a security score out of 100 for your AI agent installation. Detect CVEs, misconfigurations, and exposed secrets in seconds.
$ agent-armor scan AgentArmor Security Scan — OpenClaw ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Score: 72/100 (117/163 pts) Authentication 8/12 ✓ Gateway auth enabled 4/4 ✓ Token auth mode (recommended) 4/4 ✗ Auth token strength 0/4 Known Vulnerabilities (CVE) 41/51 ✓ CVE-2026-28446 (CVSS 9.2) 5/5 ✗ CVE-2026-22172 (CVSS 9.9) 0/5 Installed: 2026.2.20 — Fixed in: 2026.3.12 ✓ CVE-2026-25253 (CVSS 8.8) 3/3 Secrets Management 9/12 ✓ No plaintext secrets in config 3/3 ✗ Password not hardcoded 0/3 Fix: Use OPENCLAW_GATEWAY_PASSWORD env var ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2 critical, 3 warnings
A comprehensive security toolkit built for the AI agent ecosystem.
Checks against 15 known OpenClaw CVEs with CVSS scores up to 9.9. Detects vulnerable versions and actively exploitable configurations.
One command to harden your installation. Fixes permissions, generates strong tokens, patches config, and removes dangerous flags.
Scans for hardcoded API keys, tokens, and passwords across 10 secret patterns including OpenAI, GitHub, AWS, Slack, and more.
Validates 30+ configuration settings against official security docs. Auth, sandboxing, network exposure, tool authorization, and more.
Built in Rust. Ships as one self-contained binary — no runtime, no dependencies. Copy it to any Mac and run.
Add support for new AI agents by implementing a simple trait. OpenClaw today, more agents coming soon.
Install, scan, and fix. It takes less than a minute.
$ cargo install agent-armor # or $ brew install agent-armor coming soon
$ agent-armor scan Score: 42/100 5 critical, 8 warnings
$ agent-armor fix Backup created successfully. Score: 42/100 → 93/100 (+51) Applied 12 of 12 fixes.
16 categories, 45+ individual checks, 163 total points.
Choose your preferred installation method.
Clone and build locally
$ git clone https://github.com/ Zen-Open-Source/AgentArmor.git $ cd AgentArmor $ cargo build --release
Rust package manager
$ cargo install agent-armor
Coming soon
$ brew install agent-armor coming soon