security-check
SKILL.md
Security Check Skill
Use this skill when auditing code for security vulnerabilities or reviewing security-sensitive changes.
Security Review Questions
When reviewing security-sensitive code, ask:
- What could go wrong? - Assume adversarial input.
- What's the blast radius? - If this fails, what's exposed?
- Is this the right layer? - Is security enforced at the right level?
- Can this be bypassed? - Are there alternate paths to the resource?
- Is this defense in depth? - Are there multiple layers of protection?