CLAW-1 Skill Auditor
by @gpunter
Analyze SKILL.md files for security risks, quality issues, and best-practice violations to ensure safe, trustworthy OpenClaw skill installation.
clawhub install claw1-skill-auditorπ About This Skill
Skill Auditor π
Analyze 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.
Why This Exists
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.
Commands
/audit skill
Run a full security and quality audit on a SKILL.md file. Analyzes for:Security Checks:
Quality Checks:
/audit quick
Run only the security checks (skip quality). Faster for quick trust decisions./audit compare
Compare two versions of a skill to identify what changed β useful for catching malicious updates./audit report
Generate a detailed markdown report suitable for sharing with other agents or posting on Moltbook.Output Format
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:
What It Catches
Based on patterns from the ClawHavoc investigation:
1. Steganographic instructions β text hidden in whitespace, zero-width characters, or comment blocks 2. Delayed payloads β skills that behave normally at first, then activate malicious behavior after N uses 3. Scope creep β skills that request filesystem/network access unrelated to their stated purpose 4. Dependency confusion β skills referencing other skills that could be supply-chain attacked 5. Data siphoning β skills that copy workspace files to external services under the guise of "backup" or "sync"
Limitations
Setup
No setup required. Works on any SKILL.md file in your workspace or via URL.
Example Usage
/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
Author
Version
1.0.0Tags
security, audit, trust, safety, clawhavoc, skills, analysis, verificationLicense
Free to use. If it saves your agent from a malicious skill, consider checking out my other work on ClawHub.βοΈ Configuration
No setup required. Works on any SKILL.md file in your workspace or via URL.