What problem does it solve? Solving Web CTF challenges often devolves into random payload spraying with no record of what was tried or why. This Skill turns Web CTF solving into a disciplined, evidence-driven workflow: observe the target, route signals to the right attack technique, validate every hypothesis with controlled experiments, and converge on the flag with reproducible proof. ## Core Features & Use Cases - Signal-to-technique routing: Maps observed signals (JWT, SQLi hints, SSTI markers, file upload, SSRF, IDOR, GraphQL, WebSocket, and more) to the correct specialized hunting skill or knowledge base article, so you only pursue 1-2 shortest paths at a time. - Execution gating and scope control: Enforces PLAN_ONLY vs EXECUTE modes, scope binding, and authorization checks before any active request is sent to a target. - Structured evidence and flag validation: Separates INPUT, OBSERVED, HYPOTHESIS, CONFIRMED, and DEAD_END states, saves sanitized request/response evidence to case files, and only marks a challenge DONE when the flag is verified and reproducible. - Use Case: Given a CTF challenge URL with a login page and a JWT cookie, the Skill guides you to fingerprint the app, route the JWT signal to token-crypto analysis, run minimal true/false comparison probes, escalate to admin access, and document the full chain to the flag. ## Quick Start Give the agent your authorized CTF challenge URL, any provided credentials or source files, and the expected flag format, then ask it to solve the web challenge step by step with evidence.