Caveat verdict
pr-code-reviewer
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.
Findings (11)
Uses eval() — can execute arbitrary code
references/nodejs.md · prose · downgraded · eval(
Dynamic Function constructor — equivalent to eval()
references/nodejs.md · prose · downgraded · new Function(
Possible hardcoded credential
references/nodejs.md · prose · downgraded · password: 'mypassword123
Pipe to python — executes piped content as Python code
references/team-conventions.md · prose · downgraded · | Python
Uses exec() — may execute shell commands
references/nodejs.md · prose · downgraded · exec(
References child_process — can spawn system processes
references/nodejs.md · prose · downgraded · child_process
os.system/popen — direct OS command execution
references/python.md · prose · downgraded · os.system(
subprocess execution — runs system commands from Python
references/python.md · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
references/python.md · prose · downgraded · subprocess.run(f"ls {directory}", shell=True
Accesses sensitive environment variables
assets/review-comment.md · prose · downgraded · process.env.STRIPE_SECRET_KEY
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?
Thanks — recorded.