AgentHub Manager

AdvisoryAudited by Static analysis on May 19, 2026.

Overview

Detected: suspicious.dangerous_exec

Findings (3)

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();
critical

suspicious.dangerous_exec

Location
dist/index.js:71
Finding
Shell command execution detected (child_process).
Evidence
execSync(cmd, { stdio: "ignore" });
critical

suspicious.dangerous_exec

Location
scripts/check-python.js:18
Finding
Shell command execution detected (child_process).
Evidence
return execSync(cmd, { encoding: "utf-8", stdio: ["pipe", "pipe", "pipe"] }).trim();