Security audit tool for ClawHub/OpenClaw skills with static analysis and reputation scoring.
export VIRUSTOTAL_API_KEY="your-api-key-here"
# 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
| Score | Level | Color |
|---|---|---|
| ------- | ------- | ------- |
| 90-100 | Safe | 🟢 |
| 70-89 | Caution | 🟡 |
| 0-69 | Dangerous | 🔴 |
python3 scripts/auditor.py quick ./my-skill
python3 scripts/auditor.py full ./my-skill
python3 scripts/auditor.py before-publish ./my-new-skill
Read-only operation, no file modification, no external writes, API keys only for public data queries.
共 1 个版本