What problem does it solve?
This Skill helps you identify weaknesses in API authentication and JWT-based authorization, including token trust boundary flaws, forged identity signals, and rate-limit bypass opportunities that lead to unauthorized access or privilege escalation.
Core Features & Use Cases
- Token triage for JWT and API auth: Review
alg, kid, jku, x5u, plus issuer/audience/claim integrity to find where trust is improperly assigned.
- Practical JWT abuse patterns: Test common failure modes like unsigned token acceptance, algorithm confusion, and key lookup trust issues.
- Header and batch/rate-limit attack planning: Probe identity spoofing via headers and explore batch or mass-assignment style request patterns to overwhelm or circumvent throttling controls.
Quick Start
Use this skill to plan a focused API authentication test against bearer tokens and rate limiting by reviewing token fields (alg, kid, jku, x5u), attempting claim/header misuse, and selecting rate-limit bypass header variants.