Caveat verdict

code-review-fix-hardened

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

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.

35
security
100
transparency
80
maintenance

Findings (5)

Pattern match critical

Possible hardcoded credential

README.md · code · API_KEY = 'your-api-key

Pattern match high

Uses eval() — can execute arbitrary code

example.ts · prose · downgraded · eval(

Pattern match medium

Accesses sensitive environment variables

README.md · code · process.env.ANTHROPIC_API_KEY

Pattern match low

Makes HTTP request to external URL

README.md · code · fetch('https://

Pattern match low

Python os.getenv — reads environment variable

SAFETY.md · prose · downgraded · os.getenv(

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