Claw Secure Auditor
/install claw-secure-auditor
🛡️ Claw Secure Auditor v1.1.1
Security audit tool for ClawHub/OpenClaw skills with static analysis and reputation scoring.
🚀 Quick Start
1. Configure (optional)
export VIRUSTOTAL_API_KEY="your-api-key-here"
2. Use
# Quick audit (static + reputation)
python3 scripts/auditor.py quick ./my-skill
# Full audit (static + sandbox + VirusTotal)
python3 scripts/auditor.py full ./my-skill
# Pre-publish audit
python3 scripts/auditor.py before-publish ./my-skill
📋 Features
- ✅ Static analysis: 120+ dangerous keyword detection
- ✅ Self-whitelist: auto-mark self as safe
- ✅ Reputation score: 0-100 with Safe/Caution/Dangerous levels
- ✅ JSON report export
- ✅ Read-only operation, no file modification
📊 Risk Levels
| Score | Level | Color |
|---|---|---|
| 90-100 | Safe | 🟢 |
| 70-89 | Caution | 🟡 |
| 0-69 | Dangerous | 🔴 |
📌 Usage Examples
python3 scripts/auditor.py quick ./my-skill
python3 scripts/auditor.py full ./my-skill
python3 scripts/auditor.py before-publish ./my-new-skill
⚠️ Security Note
Read-only operation, no file modification, no external writes, API keys only for public data queries.
📝 Changelog
v1.1.1 (2026-03)
- Simplified metadata for ClawHub compatibility
- Removed complex dependencies
- Kept core audit functionality
v1.1.0 (2026-03)
- Self-whitelist: auto-mark self as safe
- Full English translation
- Improved scoring algorithm
v1.0.0 (2026-03)
- Initial release with 120+ pattern detection
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-secure-auditor - After installation, invoke the skill by name or use
/claw-secure-auditor - Provide required inputs per the skill's parameter spec and get structured output
What is Claw Secure Auditor?
Security audit tool for ClawHub/OpenClaw skills (static analysis + reputation scoring). It is an AI Agent Skill for Claude Code / OpenClaw, with 347 downloads so far.
How do I install Claw Secure Auditor?
Run "/install claw-secure-auditor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claw Secure Auditor free?
Yes, Claw Secure Auditor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Claw Secure Auditor support?
Claw Secure Auditor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claw Secure Auditor?
It is built and maintained by emeraldring3134-netizen (@emeraldring3134-netizen); the current version is v1.1.1.