ClawAudit verdict

evez-skill-vetter

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

This skill is a security vetting tool that runs static analysis on OpenClaw skills before installation to detect suspicious patterns, data exfiltration, and exposed secrets; it is a defensive tool whose behavior matches its stated purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

5
security
80
transparency
70
maintenance

Findings (9)

Pattern match high

Uses eval() — can execute arbitrary code

SKILL.md · prose · downgraded · eval(

Pattern match high

subprocess execution — runs system commands from Python

SKILL.md · code · subprocess.call(

Pattern match medium

Uses exec() — may execute shell commands

SKILL.md · prose · downgraded · exec(

Pattern match medium

References child_process — can spawn system processes

scripts/vet.py · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

scripts/vet.py · prose · downgraded · spawn(

Pattern match medium

os.system/popen — direct OS command execution

scripts/vet.py · prose · downgraded · os.system(

Pattern match medium

Base64 decode (atob) — may hide malicious payloads

scripts/vet.py · prose · downgraded · atob(

Pattern match low

Uses XMLHttpRequest — network access

scripts/vet.py · prose · downgraded · XMLHttpRequest

Pattern match low

String.fromCharCode — can build strings to evade detection

scripts/vet.py · prose · downgraded · String.fromCharCode

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

process_exec

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API