What problem does it solve? In CTF sandbox challenges, the live container or pod often behaves differently from what the checked-in compose or Kubernetes manifests claim, and this Skill helps you trace mounted secrets, sidecars, init containers, and runtime routes to find where reality diverges from intent. ## Core Features & Use Cases - Live Runtime Mapping: Compare manifests against running containers, pods, mounted volumes, environment variables, sidecars, and entrypoints to identify which process actually consumes injected state. - Route and Mount Tracing: Map virtual hosts, reverse proxies, services, container ports, and filesystem mounts together to prove a minimal live path from mounted state to reachable behavior. - Deviation Reporting: Pinpoint the earliest point where the live runtime diverges from checked-in intent with a compact evidence chain. - Use Case: A CTF challenge mounts a secret into a shared volume that only a sidecar renders into config consumed by the main container; this Skill guides you to trace that chain and reach the runtime-only exposed route. ## Quick Start After the ctf-sandbox-orchestrator skill is active, ask it to explain why the live container differs from the manifests and where the mounted secret is actually consumed.