critical
suspicious.dangerous_exec
- Location
- dist/http.js:56
- Finding
- Shell command execution detected (child_process).
- Evidence
const out = execSync(grep, { encoding: "utf-8" }).trim();
AdvisoryAudited by Static analysis on May 19, 2026.
Detected: suspicious.dangerous_exec
const out = execSync(grep, { encoding: "utf-8" }).trim();execSync(cmd, { stdio: "ignore" });return execSync(cmd, { encoding: "utf-8", stdio: ["pipe", "pipe", "pipe"] }).trim();