What problem does it solve?
This skill helps you quickly identify security vulnerabilities introduced by specific Pull Request changes, without needing a full, time-consuming repository-wide security audit.
Core Features & Use Cases
- Diff-centric PR review workflow: Prioritizes code added or modified in the current change set and checks for regression in existing controls.
- Practical low-hanging checks: Flags common issues such as hardcoded secrets, risky new dependencies, and missing input validation at new entry points.
- Security-logic verification: Encourages cross-checking auth/crypto-impacting changes against the stronger guidance from the related audit skill.
- Actionable line-level feedback: Produces contextual comments directly on affected code locations and summarizes findings for PR decision-making.
Quick Start
Use the security-review skill to review the Pull Request changes by focusing on the diff, checking for secrets, vulnerable dependency additions, and new unsanitized inputs, then providing a concise PASS/FAIL/NEEDS ATTENTION report using the required report format.