What problem does it solve?
This Skill helps you review code changes through a security lens so you can spot realistic exploit paths, secret leaks, and dependency risks before they reach production.
Core Features & Use Cases
- Threat-focused code review: Traces trust boundaries and identifies how untrusted input could reach dangerous sinks.
- Security-sensitive change review: Useful for authentication, authorization, secrets, cryptography, parsing, deserialization, network calls, and dependency upgrades.
- Evidence-based findings: Prompts you to verify issues end-to-end and report concrete evidence, severity, and fixes instead of vague speculation.
- Use case: Review a pull request that adds a new API integration or changes login handling and produce a concise list of actionable security findings.
Quick Start
Ask the security skill to review the change for realistic vulnerabilities, trace the data flow, and report any confirmed findings with severity, evidence, and a fix.