Install
openclaw skills install evez-skill-vetterSecurity review for OpenClaw skills before installation. Use when evaluating third-party skills for safety, checking permission scope, detecting suspicious patterns, identifying data exfiltration risks, or auditing skill code. Covers static analysis, permission auditing, dependency scanning, and risk scoring.
openclaw skills install evez-skill-vetterReview third-party skills before installing them. Catch security risks early.
python3 scripts/vet.py --skill /path/to/skill
python3 scripts/vet.py --slug some-skill # vet a ClawHub skill
Each check produces a risk score 0-100:
SKILL: some-skill
RISK: 35/100 (Caution)
FINDINGS:
⚠️ Uses subprocess.call() in scripts/run.sh:3
⚠️ Fetches from https://unknown-api.com in scripts/pull.py:12
✅ No hardcoded secrets found
✅ SKILL.md present and valid