Caveat verdict

pr-code-reviewer

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Code review assistant that reads PR diffs and applies language-specific rules from local reference files; no external data transmission, credential access, or manipulative instructions.

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

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

0
security
70
transparency
70
maintenance

Findings (11)

Pattern match high

Uses eval() — can execute arbitrary code

references/nodejs.md · prose · downgraded · eval(

Pattern match high

Dynamic Function constructor — equivalent to eval()

references/nodejs.md · prose · downgraded · new Function(

Pattern match high

Possible hardcoded credential

references/nodejs.md · prose · downgraded · password: 'mypassword123

Pattern match high

Pipe to python — executes piped content as Python code

references/team-conventions.md · prose · downgraded · | Python

Pattern match medium

Uses exec() — may execute shell commands

references/nodejs.md · prose · downgraded · exec(

Pattern match medium

References child_process — can spawn system processes

references/nodejs.md · prose · downgraded · child_process

Pattern match medium

os.system/popen — direct OS command execution

references/python.md · prose · downgraded · os.system(

Pattern match medium

subprocess execution — runs system commands from Python

references/python.md · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

references/python.md · prose · downgraded · subprocess.run(f"ls {directory}", shell=True

Pattern match low

Accesses sensitive environment variables

assets/review-comment.md · prose · downgraded · process.env.STRIPE_SECRET_KEY

Pattern match low

Popular HTTP library — network access

references/python.md · prose · downgraded · got

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