What problem does it solve? When starting API security testing, it is hard to decide which attack surface to investigate first. This Skill acts as an entry-point router that classifies the observed API behavior and directs you to the correct deeper testing workflow. ## Core Features & Use Cases - Category Routing: Classifies API findings into four tracks: recon/docs, object authorization (BOLA/BFLA), JWT/token abuse, and GraphQL/hidden parameters. - Quick Triage Table: Maps concrete observations (Swagger presence, IDs in URLs, JWTs in traffic, /graphql endpoints) to the right specialized skill. - Recommended Testing Order: Suggests a sequence from endpoint discovery through authorization, token boundaries, and schema abuse. - Use Case: During a web penetration test you discover a REST API with JWT authentication and a /graphql endpoint. Use this Skill to decide whether to start with API recon, BOLA testing, or GraphQL introspection. ## Quick Start Use the api-sec skill to triage this API target and tell me which API security testing workflow to start with.