Meganova MCP Server

meganova-mcp-server PyPI v0.3.0

Published by an unidentified publisher — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.

Trust grade
A
92/100
Last scanned get badge →
Trust
A · 92/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.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 92/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 − 8 = 92. 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
−2 publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read

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 7

high Sensitive-source and external-sink co-existMTC-FLOW-004

Tools that read sensitive data ([mesh_cost_summary]) and tools that can send data out ([mesh_eval_run, mesh_eval_history, mesh_eval_opt]) are exposed together. An agent can move private data to the sink.

Evidence: sources [mesh_cost_summary] → sinks [mesh_eval_run, mesh_eval_history, mesh_eval_opt]

Fix: Keep secret-reading and egress capabilities on separate, separately-approved servers.

Location: flow mesh_cost_summary → mesh_eval_run

high Tool "mesh_eval_run" exposes command/code executionMTC-CAP-001

Tool "mesh_eval_run" appears to run shell commands or evaluate code (keyword "eval" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.

Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.

Location: tool mesh_eval_run

high Tool "mesh_eval_history" exposes command/code executionMTC-CAP-001

Tool "mesh_eval_history" appears to run shell commands or evaluate code (keyword "eval" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.

Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.

Location: tool mesh_eval_history

high Tool "mesh_eval_opt" exposes command/code executionMTC-CAP-001

Tool "mesh_eval_opt" appears to run shell commands or evaluate code (keyword "eval" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.

Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.

Location: tool mesh_eval_opt

low Mutating tool "mesh_eval_run" declares no destructiveHintMTC-CAP-005

Tool "mesh_eval_run" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool mesh_eval_run

low Mutating tool "mesh_eval_history" declares no destructiveHintMTC-CAP-005

Tool "mesh_eval_history" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool mesh_eval_history

low Mutating tool "mesh_eval_opt" declares no destructiveHintMTC-CAP-005

Tool "mesh_eval_opt" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool mesh_eval_opt

Tools 46

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

  • mesh_cost_summaryreads sensitive data
  • mesh_eval_historyruns code / shell
  • mesh_eval_optruns code / shell
  • mesh_eval_runruns code / shell
  • chat_completionno sensitive capability
  • cloud_agent_chatno sensitive capability
  • cloud_agent_confirm_toolno sensitive capability
  • cloud_agent_infono sensitive capability
  • create_embeddingsno sensitive capability
  • generate_imageno sensitive capability
Show 36 more tools ↓
  • generate_videono sensitive capability
  • list_modelsno sensitive capability
  • mesh_agent_checkpointno sensitive capability
  • mesh_agent_memoryno sensitive capability
  • mesh_agent_sessionsno sensitive capability
  • mesh_agent_think_logno sensitive capability
  • mesh_agent_toolsno sensitive capability
  • mesh_call_logno sensitive capability
  • mesh_call_summaryno sensitive capability
  • mesh_chatno sensitive capability
  • mesh_clear_agent_memoryno sensitive capability
  • mesh_delegate_taskno sensitive capability
  • mesh_delegation_statusno sensitive capability
  • mesh_delete_agentno sensitive capability
  • mesh_get_agentno sensitive capability
  • mesh_graphno sensitive capability
  • mesh_harnessno sensitive capability
  • mesh_healthno sensitive capability
  • mesh_list_agentsno sensitive capability
  • mesh_list_presetsno sensitive capability
  • mesh_list_skillsno sensitive capability
  • mesh_metricsno sensitive capability
  • mesh_register_agentno sensitive capability
  • mesh_reload_skillno sensitive capability
  • mesh_request_journeyno sensitive capability
  • mesh_restore_sessionno sensitive capability
  • mesh_routeno sensitive capability
  • mesh_route_and_executeno sensitive capability
  • mesh_route_feedbackno sensitive capability
  • mesh_save_sessionno sensitive capability
  • mesh_search_catalogno sensitive capability
  • mesh_sync_catalogno sensitive capability
  • mesh_tracesno sensitive capability
  • mesh_update_agentno sensitive capability
  • rerank_documentsno sensitive capability
  • transcribe_audiono sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 1

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.3.0 latest A 92/100 7 1.9.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 · 92/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/meganova-mcp-server/badge.svg)](https://mcptrustchecker.com/registry/meganova-mcp-server)
HTML
<a href="https://mcptrustchecker.com/registry/meganova-mcp-server"><img src="https://mcptrustchecker.com/registry/meganova-mcp-server/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/meganova-mcp-server/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 meganova-mcp-server --online --registry pypi

Use the free API → How scoring works

More in Developer Tools