Caveat verdict

insecure-defaults

88
๐ŸŸข Trusted
No high-risk patterns surfaced by the deep scan โ€” automated capability review, not behavioral proof.

Security audit skill for detecting fail-open insecure defaults in codebases; credential_access is used to search for hardcoded secrets as part of the audit workflow, not to exfiltrate them.

โš  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.

40
security
60
transparency
70
maintenance

Findings (4)

Pattern match critical

Possible hardcoded credential

examples.md ยท code ยท SECRET = 'test-secret-key-123

Pattern match medium

Accesses sensitive environment variables

SKILL.md ยท code ยท process.env.JWT_SECRET

Pattern match medium

Python os.environ.get โ€” reads environment variable

examples.md ยท code ยท os.environ.get(

Pattern match medium

Python os.getenv โ€” reads environment variable

examples.md ยท code ยท os.getenv(

Permissions & capabilities

No declared permissions โ€” minimal attack surface.

credential_access

Is this flag fair?

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