Manimgl MCP Server

mcp-manimgl PyPI v0.1.2

Published by dclavijo — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

Trust grade
A
93/100
Last scanned
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
A Why this grade threat 100 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable
inspection depth (source) — how much of the target the scan could see

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 3

high Shell/command execution in server code (src/mcp_manimgl/adapters/manim_adapter.py)MTC-SRC-002

In the server's implementation (`src/mcp_manimgl/adapters/manim_adapter.py:93`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: subprocess.run(

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/mcp_manimgl/adapters/manim_adapter.py

high Shell/command execution in server code (src/mcp_manimgl/utils/audio_mixer.py)MTC-SRC-002

In the server's implementation (`src/mcp_manimgl/utils/audio_mixer.py:31`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: subprocess.run(

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/mcp_manimgl/utils/audio_mixer.py

high Shell/command execution in server code (src/mcp_manimgl/utils/dependency_checker.py)MTC-SRC-002

In the server's implementation (`src/mcp_manimgl/utils/dependency_checker.py:50`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: subprocess.run(

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/mcp_manimgl/utils/dependency_checker.py

Tools 58

Each tool and what it can reach — statically extracted from the published source.

  • add_3d_objectno sensitive capability
  • add_arrowno sensitive capability
  • add_background_musicno sensitive capability
  • add_braceno sensitive capability
  • add_circleno sensitive capability
  • add_coordinate_systemno sensitive capability
  • add_custom_codeno sensitive capability
  • add_decimal_numberno sensitive capability
  • add_dotno sensitive capability
  • add_function_graphno sensitive capability
  • add_labeled_pointno sensitive capability
  • add_lineno sensitive capability
  • add_matrixno sensitive capability
  • add_narrationno sensitive capability
  • add_number_lineno sensitive capability
  • add_parametric_curveno sensitive capability
  • add_polygonno sensitive capability
  • add_rectangleno sensitive capability
  • add_squareno sensitive capability
  • add_texno sensitive capability
  • add_textno sensitive capability
  • add_vectorno sensitive capability
  • add_waitno sensitive capability
  • align_tono sensitive capability
  • animate_fade_inno sensitive capability
  • animate_fade_outno sensitive capability
  • animate_groupno sensitive capability
  • animate_growno sensitive capability
  • animate_indicateno sensitive capability
  • animate_move_along_pathno sensitive capability
  • animate_rotateno sensitive capability
  • animate_scaleno sensitive capability
  • animate_set_colorno sensitive capability
  • animate_shiftno sensitive capability
  • animate_transformno sensitive capability
  • animate_writeno sensitive capability
  • audio_durationno sensitive capability
  • clear_sceneno sensitive capability
  • create_sceneno sensitive capability
  • generate_scene_scriptno sensitive capability
  • get_render_resultno sensitive capability
  • get_render_statusno sensitive capability
  • get_scene_infono sensitive capability
  • move_tono sensitive capability
  • next_tono sensitive capability
  • render_sceneno sensitive capability
  • restore_stateno sensitive capability
  • rotateno sensitive capability
  • save_frameno sensitive capability
  • save_stateno sensitive capability
  • scaleno sensitive capability
  • set_camerano sensitive capability
  • set_colorno sensitive capability
  • set_configno sensitive capability
  • set_opacityno sensitive capability
  • shiftno sensitive capability
  • verify_scene_overlapsno sensitive capability
  • verify_videono sensitive capability

What this scan could not see

Versions

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.1.2 latest A 93/100 3 1.8.0 2026-07-23

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/mcp-manimgl/badge.svg)](https://mcptrustchecker.com/registry/mcp-manimgl)
HTML
<a href="https://mcptrustchecker.com/registry/mcp-manimgl"><img src="https://mcptrustchecker.com/registry/mcp-manimgl/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/mcp-manimgl/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan mcp-manimgl --online --registry pypi

Use the free API → How scoring works

More in Learning & Documentation