What problem does it solve?
It helps you choose the correct testing path for API security by quickly classifying whether an issue is driven by recon/docs, object authorization, token trust/JWT handling, or GraphQL/hidden parameters.
Core Features & Use Cases
- API Triage & Routing: Directs you to the most relevant deeper API skill based on observable signals like OpenAPI/Swagger presence, ID placement, token visibility, or GraphQL usage.
- Testing Order Planning: Establishes a recommended progression from endpoint/document discovery to authorization checks, then token/rate-limit boundaries, and finally hidden-field schema abuse.
- Multi-Track Coverage: Supports common API engagement scenarios including REST and mobile backends, GraphQL endpoints, BOLA-style object access issues, and JWT/header-related token abuse patterns.
Quick Start
Use the api-sec skill to triage an API target by sending your endpoint notes and observed evidence (e.g., Swagger present, IDs in URLs/JSON, JWT in traffic, or GraphQL batched requests) and ask it which deeper skill directory to follow next.