What problem does it solve? Mobile app pentesters often stop at client-side findings, but the highest-impact bugs live in the backend API the app talks to. This Skill turns intercepted Burp traffic and static analysis into a systematic OWASP API Top 10 testing workflow with structured, evidence-backed findings. ## Core Features & Use Cases - Endpoint Enumeration: Merges endpoints from threat_model.json (static decompilation) and Burp proxy history exports, deduplicating paths like /users/1 and /users/2 into /users/{id}. - OWASP API Top 10 Testing: Guides testing for IDOR/BOLA, broken authentication, BFLA, mass assignment, injection, business-logic flaws, SSRF, and GraphQL weaknesses by replaying modified requests in Burp. - Structured Findings Output: Writes confirmed vulnerabilities with saved request/response evidence to api_findings.json for downstream reporting. - Use Case: After intercepting an app's HTTPS traffic, you export Burp history, run the enumerator, then test each authenticated endpoint by swapping object IDs between two accounts you control to confirm an IDOR that leaks other users' PII. ## Quick Start Ask the agent to test the app's backend API for IDOR and broken access control using the Burp export and threat model for the current target hash.