critical
suspicious.dangerous_exec
- Location
- dist/mcp-proxy.mjs:78
- Finding
- Shell command execution detected (child_process).
- Evidence
const child = spawn(target.command, target.args, {
AdvisoryAudited by Static analysis on May 10, 2026.
Detected: suspicious.dangerous_exec
const child = spawn(target.command, target.args, {const child = spawn(command, args, {