critical
suspicious.dangerous_exec
- Location
- index.mjs:14
- Finding
- Shell command execution detected (child_process).
- Evidence
const { stdout } = await exec("tmeet", args, { maxBuffer: 50 * 1024 * 1024 });
AdvisoryAudited by Static analysis on May 19, 2026.
Detected: suspicious.dangerous_exec
const { stdout } = await exec("tmeet", args, { maxBuffer: 50 * 1024 * 1024 });