ClawAudit verdict

github-skill-forge

yuhang

45
🟠 Risky
Significant concerns — only install if you understand the risks

Explicitly clones any GitHub URL and installs it as a runnable agent skill, demonstrated with offensive tools (sqlmapproject/sqlmap); this is a broad untrusted code-execution vector with no vetting step.

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

38
security
70
transparency
70
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match high

Pipe to python — executes piped content as Python code

SKILL.md · prose · downgraded · | python3

Pattern match medium

References sudo — requests elevated privileges

SKILL.md · prose · downgraded · sudo

Pattern match medium

subprocess execution — runs system commands from Python

scripts/forge.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

scripts/forge.py · prose · downgraded · subprocess.run(["git", "--version"], capture_output=True, check=True, shell=True

Pattern match low

Python urllib.request — network access

scripts/forge.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/forge.py · prose · downgraded · os.environ.get(

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/forge.py · prose · downgraded · shutil.rmtree(

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.

package_install

Is this flag fair?

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