What problem does it solve? When solving CTF web, API, or SSR challenges, visible UI behavior often diverges from actual backend enforcement, and guessing from source code alone wastes time. This Skill provides a structured workflow for grounding analysis in real request flows, browser state, and sandbox routing before drawing conclusions. ## Core Features & Use Cases - Runtime Mapping: Identifies active hosts, proxies, containers, workers, cookies, storage, and service workers in the sandbox environment. - Request Flow Capture: Records exact request order, headers, and bodies to compare successful and failing paths instead of trusting UI gating. - Specialist Routing: Directs narrowly-scoped problems (SSRF, JWT confusion, race conditions, request smuggling, OAuth chains) to dedicated downstream skills. - Use Case: During a CTF web challenge, you capture one real end-to-end request flow, discover the admin cookie is HMAC-signed with the URL access token, and forge an administrator session to reach the flag endpoint. ## Quick Start Ask the agent to inspect the challenge site's real request flow and browser storage to explain why the frontend and backend behavior diverge.