What problem does it solve? When a web application passes user input into system commands, job runners, converters, or diagnostic features, testers need a disciplined way to confirm whether a shell parsing boundary actually exists without executing real commands, triggering callbacks, or causing side effects. ## Core Features & Use Cases - Evidence-Gated Validation: Confirms injection boundaries only through single-variable probes with harmless markers such as controlled DNS records, task name echoes, or fixed output filenames. - Strict Engagement Gates: Requires authorization, locked scope, and an established host/identity baseline before any probe, and treats WAF blocks, captchas, and timeouts as inconclusive. - Routing and Escalation Control: Routes confirmed execution boundaries to RCE and chain-review workflows, path-like inputs to LFI testing, and template-like inputs to SSTI testing. - Use Case: During an authorized assessment of a ping/dns diagnostic endpoint, use this Skill to verify whether a separator character causes unintended extra parsing, proven only by a controlled DNS marker, before escalating. ## Quick Start Ask the agent to run the command injection specialist route against the authorized diagnostic endpoint and verify the parsing boundary using only harmless observable markers.