What problem does it solve?
This Skill prevents insecure web application changes from reaching production by running an OWASP Top 10 baseline review focused on the most common, high-impact vulnerability classes (auth, sessions, injection, misconfiguration, SSRF, and more).
Core Features & Use Cases
- OWASP Top 10 baseline coverage: checks for broken access control, cryptographic failures, injection, insecure design, security misconfiguration, outdated components, authN/authZ failures, integrity failures, security logging gaps, and SSRF.
- Context-aware triggering: auto-applies when code touches HTTP handlers, auth flows, session/cookie logic, URL/redirect parsing, file uploads, database queries with user input, or outbound URL/proxy fetching.
- Actionable security output: reports findings with severity labels (BLOCKING/WARN/NIT), file locations, exploit vectors, concrete fixes, and references (OWASP/CWE/CVE where applicable).
- Guardrails and escalation: treats findings as BLOCKERS until explicitly acked, emphasizes defense-in-depth, and handles sensitive categories with special escalation rules.
Quick Start
Use this skill during PR review when your diff includes HTTP handlers, authentication, uploads, URL parsing, or any database queries that incorporate user-controlled input.