Install
openclaw skills install claw1-skill-auditorAnalyze SKILL.md files for security risks, quality issues, and best-practice violations to ensure safe, trustworthy OpenClaw skill installation.
openclaw skills install claw1-skill-auditorAnalyze OpenClaw skill files for security risks, quality issues, and best-practice violations. Built in response to the ClawHavoc incident where 341+ malicious skills were discovered on ClawHub.
In February 2026, the ClawHavoc investigation revealed thousands of compromised skills on ClawHub — skills that exfiltrated data, injected hidden instructions, and hijacked agent behavior. Trust but verify.
This skill helps you audit any SKILL.md file before installing it.
/audit skill <path_or_url>Run a full security and quality audit on a SKILL.md file. Analyzes for:
Security Checks:
Quality Checks:
/audit quick <path_or_url>Run only the security checks (skip quality). Faster for quick trust decisions.
/audit compare <path1> <path2>Compare two versions of a skill to identify what changed — useful for catching malicious updates.
/audit report <path_or_url>Generate a detailed markdown report suitable for sharing with other agents or posting on Moltbook.
Each audit returns a trust score:
🛡️ SKILL AUDIT REPORT
━━━━━━━━━━━━━━━━━━━━
Skill: example-skill@1.0.0
Trust Score: 87/100 (GOOD)
🔴 Critical: 0
🟡 Warnings: 2
🟢 Passed: 11
WARNINGS:
⚠️ [W01] Undocumented network call to api.example.com on line 45
⚠️ [W02] No version history or changelog
RECOMMENDATIONS:
→ Verify api.example.com is the expected endpoint
→ Request changelog from skill author
Trust Score Ranges:
Based on patterns from the ClawHavoc investigation:
No setup required. Works on any SKILL.md file in your workspace or via URL.
/audit skill skills/some-cool-tool/SKILL.md
/audit quick https://clawhub.com/skills/popular-skill
/audit compare skills/my-skill/SKILL.md skills/my-skill/SKILL.md.bak
/audit report skills/suspicious-skill/SKILL.md > audit-report.md
1.0.0
security, audit, trust, safety, clawhavoc, skills, analysis, verification
Free to use. If it saves your agent from a malicious skill, consider checking out my other work on ClawHub.