What problem does it solve?
This Skill performs a focused, read-only security audit on the files changed in a PR or working tree so you can catch vulnerabilities, secret leaks, missing authorization checks, and unsafe dependencies before code is merged.
Core Features & Use Cases
- Diff-based security review: Audits touched files for authn/authz gaps, input validation issues, output encoding mistakes, CSRF, SSRF, CORS, session, crypto, and deserialization risks.
- Dependency and secret scanning: Runs ecosystem-specific vulnerability tools where available and checks for hardcoded credentials or exposed tokens.
- Structured findings output: Emits prioritized findings in a consistent finding schema with severity levels and fix guidance, including decide-required cases for sensitive issues like live secret exposure.
- Use Case: When a PR adds a new route, updates package dependencies, and changes auth-related code, use this Skill to get a security-only verdict without modifying any files.
Quick Start
Ask the assistant to run review-security on the current PR or working tree and return only security findings.