critical
suspicious.dangerous_exec
- Location
- dist/index.js:56
- Finding
- Shell command execution detected (child_process).
- Evidence
const result = execFileSync(cmd, [name], { encoding: "utf8" }).trim();
AdvisoryAudited by Static analysis on May 12, 2026.
Detected: suspicious.dangerous_exec
const result = execFileSync(cmd, [name], { encoding: "utf8" }).trim();* - Spawns via execFile (NOT exec / shell): argv is passed as a token array,