security-patterns-code-review
Installation
SKILL.md
Security Patterns for Code Review
Overview
Security vulnerabilities are cheapest to fix at code review. Use this guide during PR review to catch OWASP Top 10 risks before they ship.
When to use: PRs touching authentication, data access, user input, external APIs, or configuration.