What problem does it solve?
OS command injection occurs when user-supplied input is passed to shell commands, subprocess calls, or process spawning without proper sanitization. This Skill detects such vulnerabilities across multiple language environments by tracing dangerous patterns from input sources to execution sinks and distinguishing between full command injection and argument injection.
Core Features & Use Cases
- Multi-language pattern detection for Python, JavaScript/Node.js, Go, PHP, Java, C#, and Ruby.
- Data-flow tracing from user input sources to command execution sinks to differentiate full command injection from argument injection.
- Severity classification and actionable findings to guide remediation.
Quick Start
Run sc-cmdi against your codebase to identify and classify OS command injection risks in shell and subprocess calls.