Caveat verdict
code-review-fix-hardened
Code review skill with explicit security guardrails prohibiting exfiltration, secret echoing, and prompt injection from reviewed code; behavior is clearly scoped to local review and repair.
⚠ 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 (5)
Possible hardcoded credential
README.md · code · API_KEY = 'your-api-key
Uses eval() — can execute arbitrary code
example.ts · prose · downgraded · eval(
Accesses sensitive environment variables
README.md · code · process.env.ANTHROPIC_API_KEY
Makes HTTP request to external URL
README.md · code · fetch('https://
Python os.getenv — reads environment variable
SAFETY.md · prose · downgraded · os.getenv(
Permissions & capabilities
No declared permissions — minimal attack surface.
Is this flag fair?
Thanks — recorded.