tmeet-mcp

AdvisoryAudited by Static analysis on May 19, 2026.

Overview

Detected: suspicious.dangerous_exec

Findings (1)

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 });