ClawAudit verdict

review-workflow

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

Code review orchestration workflow that chains three sub-skills (code-reviewer, parallel-debugging, git-commit) and runs local git diff scripts; all operations are local and the execution sinks are standard git and Python commands for code analysis.

⚠ 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
90
transparency
90
maintenance

Findings (10)

Pattern match critical

Possible hardcoded credential

references/code-reviewer/references/java.md · code · apiKey = "sk_live_12345

Pattern match critical

<script> tag in markdown — potential code injection

references/code-reviewer/references/svelte.md · code · <script

Pattern match high

Uses spawn() — can execute external programs

references/code-reviewer/references/rust.md · code · spawn(

Pattern match high

subprocess execution — runs system commands from Python

references/code-reviewer/references/security-review-guide.md · code · subprocess.run(

Pattern match high

os.system/popen — direct OS command execution

references/code-reviewer/references/security-review-guide.md · code · os.system(

Pattern match high

Dynamic import() — loads module at runtime

references/code-reviewer/references/vue.md · code · import('

Pattern match high

Pipe to python — executes piped content as Python code

references/code-reviewer/SKILL.md · prose · downgraded · | Python

Pattern match medium

Python os.environ.get — reads environment variable

references/code-reviewer/references/code-quality-universal.md · code · os.environ.get(

Pattern match medium

Opens WebSocket connection

references/code-reviewer/references/svelte.md · code · WebSocket

Pattern match medium

Accesses sensitive environment variables

references/code-reviewer/references/svelte.md · code · process.env.SECRET_API_KEY

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.

Is this flag fair?

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