ClawAudit verdict

vibe-check

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

Code quality auditor that runs local bash scripts to detect AI-generated code patterns; outputs a scored report card with no external data transmission.

⚠ 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 (7)

Pattern match critical

Uses eval() — can execute arbitrary code

TESTING.md · code · eval(

Pattern match high

Possible hardcoded credential

test_samples/bad_api.py · prose · downgraded · password = "admin123

Pattern match high

Pipe to python — executes piped content as Python code

scripts/analyze.sh · prose · downgraded · | python3

Pattern match high

Pipe to bash — executes piped content as shell commands

scripts/vibe-check.sh · prose · downgraded · | bash

Pattern match medium

Uses exec() — may execute shell commands

SKILL.md · prose · downgraded · exec(

Pattern match low

Python os.environ.get — reads environment variable

scripts/report.sh · prose · downgraded · os.environ.get(

Pattern match low

Popular HTTP library — network access

scripts/vibe-check.sh · prose · downgraded · got

Why the tier is capped

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