/install evez-skill-vetter
Skill Vetter
Review third-party skills before installing them. Catch security risks early.
Quick Start
python3 scripts/vet.py --skill /path/to/skill
python3 scripts/vet.py --slug some-skill # vet a ClawHub skill
What It Checks
- Permission scope — Does the skill request exec, network, or file access?
- Suspicious patterns — eval(), exec(), subprocess, fetch to unknown hosts, encoded strings
- Data exfiltration — Sending data to external endpoints, logging secrets
- Dependency risks — Known vulnerable packages, excessive dependencies
- Code quality — Minified/obfuscated code, missing SKILL.md, oversized files
- Secret exposure — Hardcoded API keys, tokens, passwords in source
Risk Score
Each check produces a risk score 0-100:
- 0-20: ✅ Safe — install freely
- 21-50: ⚠️ Caution — review findings before installing
- 51-75: 🚨 Risky — significant security concerns
- 76-100: ❌ Dangerous — do not install
Output
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install evez-skill-vetter - After installation, invoke the skill by name or use
/evez-skill-vetter - Provide required inputs per the skill's parameter spec and get structured output
What is Evez Skill Vetter?
Security review for OpenClaw skills before installation. Use when evaluating third-party skills for safety, checking permission scope, detecting suspicious p... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Evez Skill Vetter?
Run "/install evez-skill-vetter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Evez Skill Vetter free?
Yes, Evez Skill Vetter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Evez Skill Vetter support?
Evez Skill Vetter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Evez Skill Vetter?
It is built and maintained by Evez666 (@evezart); the current version is v1.0.0.