Raw scan report

Master Of Puppets — the complete, unedited output of the deterministic mcptrustchecker engine v1.9.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.9.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "mcp-master-of-puppets",
    "source": {
      "kind": "package",
      "origin": "mcp-master-of-puppets"
    },
    "server": {
      "name": "mcp-master-of-puppets"
    }
  },
  "grade": "A",
  "score": {
    "score": 93,
    "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": "high",
        "label": "capability blast radius (high) — client exposure if the model is manipulated",
        "appliedPenalty": 6
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "repo",
        "label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
        "appliedPenalty": 1
      },
      {
        "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.9"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "can execute shell commands or code"
    ],
    "tags": [
      "untrusted-input",
      "external-sink",
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (23 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-CAP-001",
      "title": "Tool \"mailbox_spawn_agents\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"mailbox_spawn_agents\" appears to run shell commands or evaluate code (keyword \"spawn\" 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": "mailbox_spawn_agents"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (server.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`server.py:565`): 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.",
      "remediation": "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": {
        "kind": "server",
        "name": "server.py"
      },
      "evidence": "olve() git_check = subprocess.run( [\"git\", \"rev-parse\", \"--is-inside-work-tree\"], cwd=agents_root,",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "server.py",
        "line": 565,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-FLOW-005",
      "title": "Untrusted input can drive an external action",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "Untrusted-input tools ([mailbox_read_inbox_unread, mailbox_read_message, mailbox_watch_inbox]) co-exist with external-action tools ([mailbox_send_message, mailbox_spawn_agents]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
      "remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
      "location": {
        "kind": "flow",
        "name": "mailbox_read_inbox_unread → mailbox_send_message"
      },
      "evidence": "untrusted [mailbox_read_inbox_unread, mailbox_read_message, mailbox_watch_inbox] → sinks [mailbox_send_message, mailbox_spawn_agents]",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "mailbox_read_inbox_unread",
          "mailbox_read_message",
          "mailbox_watch_inbox"
        ],
        "sinks": [
          "mailbox_send_message",
          "mailbox_spawn_agents"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"mailbox_spawn_agents\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"mailbox_spawn_agents\" 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": "mailbox_spawn_agents"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "mailbox_read_inbox_unread",
        "mailbox_read_message",
        "mailbox_watch_inbox"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "mailbox_send_message",
        "mailbox_spawn_agents"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "mailbox_read_inbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_read_inbox_unread",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_message\""
        ]
      }
    },
    {
      "tool": "mailbox_read_message",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_message\""
        ]
      }
    },
    {
      "tool": "mailbox_mark_read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_send_message",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "mailbox_send_broadcast",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_read_broadcast_inbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_read_broadcast",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_create_review",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_read_review_inbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_read_review_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_list_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_read_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_set_task_todo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_list_agents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_session_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_repo_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_read_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_init_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_watch_inbox",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_message\""
        ]
      }
    },
    {
      "tool": "mailbox_heartbeat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mailbox_spawn_agents",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"spawn\" in tool name"
        ]
      }
    },
    {
      "tool": "mailbox_kill_agents",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "11a431bea414721b24ab08c001a0ba26aac8eec8b554ae76e4bc41f3c37e8c96",
  "stats": {
    "tools": 23,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 2,
      "medium": 1,
      "low": 1,
      "info": 0
    }
  }
}