Dangerous exec
Critical
- Finding
- Shell command execution detected (child_process).
- Skill content
const result = execFileSync(cmd, [name], { encoding: "utf8" }).trim();
Security checks across static analysis, malware telemetry, and agentic risk
No risk analysis has been recorded yet.
const result = execFileSync(cmd, [name], { encoding: "utf8" }).trim();* - Spawns via execFile (NOT exec / shell): argv is passed as a token array,
60/60 vendors flagged this plugin as clean.
No visible risk-analysis findings were reported for this release.