What problem does it solve?
Security testers often find a suspected authentication or authorization weakness but stop at reporting "missing auth check" without demonstrating real impact. This Skill walks you from a suspected auth bypass to a proven, high-impact finding — admin access, token forgery, session takeover, or cross-tenant data read — with concrete reproduction evidence.
Core Features & Use Cases
- Weakness Classification: Identifies the exact mechanism to attack — missing route auth, weak JWT verification (alg:none, key confusion, weak HMAC secrets), predictable session IDs, or client-controllable privilege fields.
- Impact Confirmation: Distinguishes a suspicious 200 response from a proven boundary crossing by requiring privileged data exposure or a successful privileged action as proof.
- Finding Persistence: Records a severity-rated finding (critical/high) with the correct CWE mapping (CWE-287, CWE-863, CWE-639, CWE-345, CWE-347) and an unambiguous reproduction description.
- Use Case: During an authorized web application assessment, you notice an admin endpoint returns 200 without a session cookie. Use this Skill to confirm the bypass, forge a minimal proof request, map the blast radius, and file a triaged finding.
Quick Start
Use the escalate-auth-bypass skill to turn the suspected JWT verification weakness on this target into a proven admin-access finding.