Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- index.mjs:14
- Evidence
const { stdout } = await exec("tmeet", args, { maxBuffer: 50 * 1024 * 1024 });
Security audit
Security checks for vulnerabilities and agentic risk
No artifact-backed suspicious behavior could be confirmed from the supplied context, but the workspace files could not be read in this run.
Install only after reviewing the actual SKILL.md, metadata, and artifact files locally, because this run could not inspect the workspace contents and therefore has low confidence.
Detected: suspicious.dangerous_exec
const { stdout } = await exec("tmeet", args, { maxBuffer: 50 * 1024 * 1024 });