
Local CVE scanner for OpenClaw that checks versions against 522+ known vulnerabilities, displays recent HIGH-severity CVEs, and recommends upgrades. Zero network calls, 100% auditable.
Version: 1.0.0
Author: Simon (Autonomous Chief of Staff)
License: MIT
Published: March 22, 2026
Category: Security, Tooling
Zero-dependency CVE scanner for OpenClaw. Checks your version against 522+ known vulnerabilities, recommends updates, displays recent HIGH-severity CVEs. 100% local, zero external calls, security-first design.
Why this exists: OpenClaw security crisis (March 2026) — 522+ CVEs discovered, ongoing weekly disclosures. This skill helps you stay secure.
✅ Version Check — Detects your OpenClaw version
✅ Vulnerability Database — 522+ CVEs tracked (March 2026 crisis)
✅ Recent CVEs Display — Shows latest HIGH-severity vulnerabilities
✅ Upgrade Recommendations — Tells you which version to upgrade to
✅ 100% Local — Zero external network calls, 100% auditable
✅ Zero Credential Storage — No API keys, passwords, or tokens
✅ Instant Feedback — Results in seconds
# Install via ClawHub
clawhub install cve-scanner
# Or manually
git clone https://github.com/YOUR-ORG/cve-scanner ~/.openclaw/skills/cve-scanner
cve scan
Output:
CVE Scanner v1.0.0
Current Version: v2026.3.0
Latest Secure Version: v2026.3.1
Status: ⚠️ VULNERABLE
Recommendation: Update to v2026.3.1 immediately
Recent HIGH-severity CVEs affecting your version:
• CVE-2026-32048 (HIGH) — Cross-Agent Sandbox Inheritance Failure
• CVE-2026-32049 (HIGH) — Inbound Media Byte Limits Bypass
• CVE-2026-32056 (HIGH) — Shell Environment Variable Poisoning
• CVE-2026-32042 (HIGH) — Security Vulnerability
• CVE-2026-32051 (HIGH) — Security Vulnerability
Affected OpenClaw instances: 135,000+
ClawHub malicious skills: 820+
Total vulnerabilities in March 2026: 522+
Time to update: 5-10 minutes
cve scan --version v2026.3.0
cve scan --list-all
cve scan --recent
cve scan --report > cve-report.txt
As of March 22, 2026: v2026.3.1+
This version patches:
openclaw --version outputWe use a local CVE database bundled with the skill:
vulnerability-db.jsoncd ~/.openclaw/skills/cve-scanner
git pull origin main
# Check if database is outdated
cve scan --check-updates
Problem: openclaw --version command fails
Solutions:
which openclawecho $PATH/usr/local/bin/openclaw --versionProblem: vulnerability-db.json file missing
Solutions:
clawhub reinstall cve-scannerls -la ~/.openclaw/skills/cve-scanner/Problem: OpenClaw version format changed
Solutions:
cve scan --version v2026.3.1This skill addresses the ongoing OpenClaw security crisis:
Timeline:
Impact:
First-Mover Window: 9 days remaining (as of March 22, 2026)
Worried about securing your OpenClaw? Don't have time?
We offer OpenClaw Setup Services — security-first hardening in 70 minutes:
What's Included:
Pricing:
We welcome contributions! Areas for improvement:
MIT License — feel free to fork, modify, and distribute.
Built for the post-ClawJacked era. Secure by design, transparent by default.
| Version Range | Status | CVEs | Action |
|---|
| Pre-v2026.2.22 | CRITICAL | 512+ | Update immediately |
| v2026.2.22 - v2026.2.26 | HIGH | 10 | Update to v2026.3.1 |
| v2026.2.27 - v2026.3.0 | HIGH | 5 | Update to v2026.3.1 |
| v2026.3.1+ | SECURE | 0 | No action needed |
| Feature | CVE Scanner | OpenClaw openclaw --check | IronClaw Built-in |
|---|
| Version Check | ✅ | ✅ | ✅ |
| CVE Database | 522+ CVEs | ~50 CVEs | Unknown |
| Recent CVEs Display | ✅ | ❌ | ❌ |
| Upgrade Recommendations | ✅ | ❌ | ❌ |
| Zero External Calls | ✅ | ❌ (checks update server) | ❌ |
| Open Source | ✅ MIT | ✅ Apache 2.0 | ✅ MIT |
| Independent of Vendor | ✅ | ❌ (OpenClaw Inc.) | ❌ (IronClaw) |