What problem does it solve?
Focused security reviews are frequently overlooked during general code review, leaving risky changes in authentication, authorization, secrets handling, shell execution, file/network boundaries, and agent configuration unexamined. This Skill narrows the scope to attacker-focused analysis so reviewers can determine whether a change enables access, code execution, data leakage, or unsafe agent behavior.
Core Features & Use Cases
- Risk-driven checklist: Guides reviewers through authentication, authorization, secrets, injection, file/network boundaries, deserialization, and agent-specific risks.
- Data-flow tracing: Emphasizes tracing attacker-controlled inputs to dangerous sinks with required validations and authorization checks.
- Exploitability-focused findings: Produces concrete findings with severity, location, attacker input, exploit path, and remediation steps for developer triage.
- Use Case: Run this review before merging PRs that touch auth flows, token handling, shell execution, file uploads, webhooks, MCP/hook config, or any code that handles PII or payments.
Quick Start
Review the diff for attacker-controlled inputs, trace each to its sinks, and produce exploitability-classified findings with locations, exploit paths, and recommended fixes.