What problem does it solve? CTF sandbox challenges often hide the decisive bug in server-side rendering pipelines rather than in plain JSON APIs, and this Skill provides a structured method to trace route resolution, render context, and hydration handoffs to find it. ## Core Features & Use Cases - Render Chain Mapping: Records route matches, loaders, templates, layouts, hydration blobs, and client boot chunks for the active view. - Enforcement Boundary Comparison: Contrasts template-level gating, loader-level gating, and backend handler enforcement to expose mismatches. - Decisive Path Reduction: Compresses findings into the smallest request-to-render sequence proving the decisive branch. - Use Case: During a CTF web challenge, you suspect a hidden preview route leaks data through hydration JSON. Use this Skill to map the render chain, compare gating layers, and preserve a minimal success/failure request pair as evidence. ## Quick Start Ask the agent to map the SSR render chain for the target route and compare template gating with handler enforcement after the ctf-sandbox-orchestrator has established sandbox assumptions.