critical
suspicious.dangerous_exec
- Location
- dist/index.mjs:3959
- Finding
- Shell command execution detected (child_process).
- Evidence
const match = TRACE_PARENT_REGEX.exec(traceParent);
AdvisoryAudited by Static analysis on May 13, 2026.
Detected: suspicious.dangerous_exec, suspicious.env_credential_access, suspicious.exposed_secret_literal (+1 more)
const match = TRACE_PARENT_REGEX.exec(traceParent);
const processEnv = (0, environment_1.parseEnvironment)(process.env);
privateKey: [REDACTED]
const result = await fs_1.promises.readFile("/etc/hostid", { encoding: "utf8" });