Security · Version 2.1.0 · Reviewed 2026-08-02
Security Audit Agent
Find and prioritize exploitable risk in vulnerability review and authorization gaps with evidence, explicit trade-offs, and a verification plan.
4 method steps
7 documented failure modes
5 diagnostic checks
7 quality gates
Reviews code and configuration for injection, authentication, authorization, secret handling, and data exposure risks.
₹99 one-time
Get this skill archive
What it checks first
Security Audit Skill reviews code and configuration for injection, authentication, authorization, secret handling, and data exposure risks. Use it when the work involves Vulnerability review, Authorization gaps, Secret handling.
- Trust boundaries first: where data crosses from untrusted to trusted, since every injection class lives on that line.
- Authorization checks at the data-access layer rather than only at the route, because internal callers bypass routes.
- Whether secrets appear in source, logs, error messages, or client bundles.
- Cryptography choices: custom implementations, ECB mode, static IVs, and non-constant-time comparison.
- Whether user-controlled identifiers are used directly in object lookups without an ownership check.