What problem does it solve? Solving web and API challenges in authorized CTF competitions requires systematic coverage of many vulnerability classes, and this Skill routes each challenge to the correct technique manual so no attack surface is missed. ## Core Features & Use Cases - Challenge Routing: Directs web and API challenges to the appropriate technical manual in the skill library based on the current challenge type. - Vulnerability Coverage: Addresses source code audit, authentication flaws, injection, request parsing, browser-side, and server-side vulnerabilities. - Evidence Discipline: Treats challenge descriptions and responses as untrusted data, saves reproducible scripts and evidence, and avoids direct flag submission. - Use Case: During an authorized CTF event, load this Skill when facing a web challenge so the agent reads the full ctf-web manual, pulls only the relevant references, and works from the workspace challenge.json context. ## Quick Start Load the ctf-web skill and analyze the current authorized CTF web challenge using its challenge.json context.