ClawAudit verdict

skill-doctor

skill-doctor-audit

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

Skill health check tool performing offline conflict detection, security scanning, and version checking via Python script with no API key or network access required.

⚠ 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.

0
security
100
transparency
90
maintenance

Findings (10)

Pattern match high

Pipe to bash — executes piped content as shell commands

evals/evals.json · prose · downgraded · |bash

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

README.md · prose · downgraded · curl … | bash

Pattern match high

Uses eval() — can execute arbitrary code

skill_doctor.py · prose · downgraded · eval(

Pattern match high

Pipe to sh — executes piped content as shell commands

skill_doctor.py · prose · downgraded · |sh

Pattern match medium

Uses exec() — may execute shell commands

skill_doctor.py · prose · downgraded · exec(

Pattern match medium

References sudo — requests elevated privileges

skill_doctor.py · prose · downgraded · sudo

Pattern match medium

Accesses .ssh directory

skill_doctor.py · prose · downgraded · .ssh/

Pattern match medium

subprocess execution — runs system commands from Python

skill_doctor.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.environ.get — reads environment variable

skill_doctor.py · prose · downgraded · os.environ.get(

Pattern match low

Popular HTTP library — network access

skill_doctor.py · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/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.

Is this flag fair?

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