Raw scan report

Hx Multianim — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "@bh213/hx-multianim-mcp",
    "source": {
      "kind": "package",
      "origin": "@bh213/hx-multianim-mcp"
    },
    "server": {
      "name": "@bh213/hx-multianim-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 90,
    "threatScore": 100,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "critical",
        "label": "capability blast radius (critical) — client exposure if the model is manipulated",
        "appliedPenalty": 10
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "source",
        "label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
        "appliedPenalty": 0
      },
      {
        "kind": "client",
        "term": "coverage-honesty",
        "level": "source",
        "label": "inspection depth (source) — how much of the target the scan could see",
        "appliedPenalty": 0
      }
    ],
    "gatesFired": [],
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "capability": {
    "level": "critical",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)",
      "can execute shell commands or code",
      "untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)",
      "untrusted input can reach code execution"
    ],
    "tags": [
      "sensitive-source",
      "code-exec",
      "untrusted-input"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (38 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
    ]
  },
  "findings": [
    {
      "ruleId": "MTC-FLOW-002",
      "title": "Completed toxic-flow trifecta across tools",
      "category": "exfiltration",
      "severity": "critical",
      "confidence": "strong",
      "description": "This server (without client built-ins) exposes a complete data-exfiltration chain: get_game_events → scene_graph → eval_manim. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.",
      "remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
      "location": {
        "kind": "flow",
        "name": "get_game_events → scene_graph → eval_manim"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "get_game_events"
        ],
        "sources": [
          "scene_graph"
        ],
        "sinks": [
          "eval_manim"
        ],
        "path": [
          "get_game_events",
          "scene_graph",
          "eval_manim"
        ],
        "edges": [
          {
            "from": "get_game_events",
            "to": "scene_graph",
            "kind": "agent-mediated"
          },
          {
            "from": "scene_graph",
            "to": "eval_manim",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"eval_manim\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"eval_manim\" 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.",
      "remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
      "location": {
        "kind": "tool",
        "name": "eval_manim"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"eval_manim\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"eval_manim\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
      "remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
      "location": {
        "kind": "tool",
        "name": "eval_manim"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "get_game_events"
      ],
      "sensitiveSource": [
        "scene_graph"
      ],
      "externalSink": [
        "eval_manim"
      ],
      "selfContained": false,
      "path": [
        "get_game_events",
        "scene_graph",
        "eval_manim"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: get_game_events → scene_graph → eval_manim."
    }
  ],
  "capabilities": [
    {
      "tool": "connect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "performance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_screens",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_builders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scene_graph",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "inspect_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "screenshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_parameter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_visibility",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reload",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "eval_manim",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"eval\" in tool name"
        ]
      }
    },
    {
      "tool": "list_resources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_event",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pause",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "step",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "quit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_traces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_errors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_debugger_hits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_parameters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_interactives",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_slots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_tween_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_screen_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_element_at",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inspect_programmable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ping",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_fonts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_atlases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "coordinate_transform",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wait_for_idle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "click_button",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_active_programmables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_overlaps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_game_ops",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "game_op",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_game_events",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    }
  ],
  "surfaceDigest": "cdef2a60c541ddaa289bded19fdf0bd9a1c6fa157e4a363416bbdf8aab4ddd2c",
  "stats": {
    "tools": 38,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 1,
      "medium": 0,
      "low": 1,
      "info": 0
    }
  }
}