Security flags foundOur static scan found signals worth reviewing before you trust this with an agent. See exactly what, per check, below.
Telemetry disclosureUndisclosed egress detected.Static checks found network calls the docs do not mention. Disclosed telemetry is common and fine, silent telemetry is the finding.
Security tierTier 1, Contained.No network access and no credentials. Runs entirely on its own. What tiers mean Install-time hooks & dependenciesno flags
Code that runs when you install it, before you ever call a tool.
Runs code / shell commands3 findings
MEDIUMtools/src/manim/run_manim.py:4 — Code-execution surface: a subprocess spawn call site. The server can run commands on the host; review what it executes and whether any input reaches it.
MEDIUMsrc/video_editor_mcp/server.py:1598 — Code-execution surface: a subprocess spawn call site. The server can run commands on the host; review what it executes and whether any input reaches it.
MEDIUMsrc/video_editor_mcp/server.py:2534 — Code-execution surface: a subprocess spawn call site. The server can run commands on the host; review what it executes and whether any input reaches it.
Secrets & credentials3 findings
INFOsrc/video_editor_mcp/generate_opentimeline.py:16 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
INFOsrc/video_editor_mcp/server.py:28 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
INFOsrc/video_editor_mcp/server.py:29 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
Network calls out3 findings
MEDIUMsrc/video_editor_mcp/__init__.py:38 — Hardcoded external endpoint 'github.com'. STATIC signal only: this flags a declared destination for human or dynamic-egress confirmation; it does NOT assert exfiltration.
MEDIUMsrc/video_editor_mcp/server.py:1772 — Hardcoded external endpoint 'api.video-jungle.com'. STATIC signal only: this flags a declared destination for human or dynamic-egress confirmation; it does NOT assert exfiltration.
MEDIUMsrc/video_editor_mcp/server.py:2044 — Hardcoded external endpoint 'app.video-jungle.com'. STATIC signal only: this flags a declared destination for human or dynamic-egress confirmation; it does NOT assert exfiltration.
Prompt-injection passthrough1 finding
INFOsrc/video_editor_mcp/server.py — HEURISTIC: this file both fetches external content and returns content as tool output, with no obvious sanitization. External text returned into tool output can carry instructions an agent obeys (prompt-injection passthrough). Confirm manually; this is a hint, not proof.
Permission scope breadth1 finding
INFOsrc/video_editor_mcp/server.py — HEURISTIC: broad capability surface in one file (filesystem, network, subprocess). A scope-breadth hint: the more distinct host capabilities a server touches, the more a buyer is granting. Confirm it matches the stated function.
How to read this: these are static checks over the source at a point in time. They catch the patterns above, not everything. Absence of a flag is not absence of danger, and a tool that runs cleanly can still behave differently once installed. We do not call any tool simply "safe". Runtime-behavior checks are the next layer we are adding.