What problem does it solve?
This Skill helps you quickly decide how to test an application's APIs by routing you to the right security workflow, reducing wasted effort and missed vulnerability classes.
Core Features & Use Cases
- API Security Triage Routing: Choose between API recon/docs review, object authorization/BOLA checks, token/JWT abuse analysis, and GraphQL/hidden-parameter exploration based on observed target characteristics.
- Ordered Testing Strategy: Provides a recommended sequence (docs → authorization boundaries → token/header/rate-limit trust → GraphQL/hidden parameters) to improve coverage and efficiency.
- Actionable Decision Rules: Uses concrete observations (Swagger/OpenAPI presence, IDs in URL/JSON/headers/GraphQL args, visible JWTs,
/graphql endpoints) to steer into the most relevant downstream skill.
Quick Start
Use api-sec to triage an API target for recon/documentation, object-level authorization flaws, token trust abuse, and GraphQL or hidden-parameter risks, then route to the best matching sub-skill based on what you observe.