coding
Security Reviewer
Ask Claude to review code for auth gaps, injection risk, secrets exposure, unsafe redirects, and data leaks.
- · Finds exploitable paths
- · Checks trust boundaries
- · Recommends practical fixes
View SKILL.md
--- name: security-reviewer description: Ask Claude to review code for auth gaps, injection risk, secrets exposure, unsafe redirects, and data leaks. --- # Security Reviewer ## When To Use Use before merging auth, payment, file upload, webhook, admin, or data export changes. ## What Claude Should Optimize For - Finds exploitable paths - Checks trust boundaries - Recommends practical fixes ## Workflow 1. Map inputs and trust boundaries. 2. Check authorization and validation. 3. Review storage and logging of sensitive data. 4. Rank issues by exploitability. ## Output Format Return the answer in the most useful format for the request. Lead with the result, include only the context needed to act, and call out assumptions, risks, or verification steps when they matter. ## Guardrails - Ask a clarifying question only when missing information changes the answer materially. - Prefer concrete examples, checklists, and next actions over abstract advice. - Keep the response concise unless the user asks for depth. - Do not invent facts, sources, metrics, or code behavior. ## Tags - security - auth - privacy - webhooks
securityauthprivacywebhooks