Raw scan report

Pve — 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": "pve-mcp",
    "source": {
      "kind": "package",
      "origin": "pve-mcp"
    },
    "server": {
      "name": "pve-mcp"
    }
  },
  "grade": "D",
  "score": {
    "score": 66,
    "threatScore": 77,
    "grade": "D",
    "band": "D",
    "categorySubtotals": {
      "injection": 23.1,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-INJ-CMD-1",
        "category": "injection",
        "severity": "high",
        "confidence": "strong",
        "rawWeight": 22,
        "confidenceMult": 0.7,
        "diminishingFactor": 1,
        "appliedPenalty": 15.4
      },
      {
        "kind": "threat",
        "ruleId": "MTC-INJ-CMD-1",
        "category": "injection",
        "severity": "high",
        "confidence": "strong",
        "rawWeight": 22,
        "confidenceMult": 0.7,
        "diminishingFactor": 0.5,
        "appliedPenalty": 7.7
      },
      {
        "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": "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.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": [
      "untrusted-input",
      "code-exec",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (36 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: proxmox_get_disk_smart → proxmox_vm_list_hosts → proxmox_host_exec. 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": "proxmox_get_disk_smart → proxmox_vm_list_hosts → proxmox_host_exec"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "proxmox_get_disk_smart"
        ],
        "sources": [
          "proxmox_vm_list_hosts",
          "proxmox_vm_read_file"
        ],
        "sinks": [
          "proxmox_host_read_exec",
          "proxmox_host_exec",
          "proxmox_lxc_exec",
          "proxmox_vm_exec"
        ],
        "path": [
          "proxmox_get_disk_smart",
          "proxmox_vm_list_hosts",
          "proxmox_host_exec"
        ],
        "edges": [
          {
            "from": "proxmox_get_disk_smart",
            "to": "proxmox_vm_list_hosts",
            "kind": "agent-mediated"
          },
          {
            "from": "proxmox_vm_list_hosts",
            "to": "proxmox_host_exec",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    },
    {
      "ruleId": "MTC-INJ-CMD-1",
      "title": "Shell command embedded in tool metadata",
      "category": "injection",
      "severity": "high",
      "confidence": "strong",
      "description": "Shell command embedded in tool metadata detected in the description of tool \"proxmox_host_exec\". Instruction-like content in tool metadata is executed by the model, not the human, and is the primary tool-poisoning vector.",
      "remediation": "Tool descriptions should describe behavior, not instruct the assistant. Treat imperative / secrecy / sequencing language in metadata as hostile.",
      "location": {
        "kind": "tool",
        "name": "proxmox_host_exec",
        "field": "description"
      },
      "evidence": "rm -rf",
      "owasp": "LLM01:2025 Prompt Injection",
      "data": {
        "kind": "command-in-prose"
      }
    },
    {
      "ruleId": "MTC-INJ-CMD-1",
      "title": "Shell command embedded in tool metadata",
      "category": "injection",
      "severity": "high",
      "confidence": "strong",
      "description": "Shell command embedded in tool metadata detected in the description of tool \"proxmox_vm_exec\". Instruction-like content in tool metadata is executed by the model, not the human, and is the primary tool-poisoning vector.",
      "remediation": "Tool descriptions should describe behavior, not instruct the assistant. Treat imperative / secrecy / sequencing language in metadata as hostile.",
      "location": {
        "kind": "tool",
        "name": "proxmox_vm_exec",
        "field": "description"
      },
      "evidence": "rm -rf",
      "owasp": "LLM01:2025 Prompt Injection",
      "data": {
        "kind": "command-in-prose"
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"proxmox_host_read_exec\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"proxmox_host_read_exec\" appears to run shell commands or evaluate code (keyword \"exec\" 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": "proxmox_host_read_exec"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"proxmox_host_exec\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"proxmox_host_exec\" appears to run shell commands or evaluate code (keyword \"exec\" 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": "proxmox_host_exec"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"proxmox_lxc_exec\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"proxmox_lxc_exec\" appears to run shell commands or evaluate code (keyword \"exec\" 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": "proxmox_lxc_exec"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-001",
      "title": "Tool \"proxmox_vm_exec\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"proxmox_vm_exec\" appears to run shell commands or evaluate code (keyword \"exec\" 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": "proxmox_vm_exec"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (proxmox_mcp/tools/host_read.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`proxmox_mcp/tools/host_read.py:1`): 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": "proxmox_mcp/tools/host_read.py"
      },
      "evidence": "\"\"\"Read-only host shell exec (allow-listed). `proxmox_host_exec` runs arbitrary commands and can destroy things, so i",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "proxmox_mcp/tools/host_read.py",
        "line": 1,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (proxmox_mcp/vm_ssh.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`proxmox_mcp/vm_ssh.py:8`): 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": "proxmox_mcp/vm_ssh.py"
      },
      "evidence": "y opted into full shell exec (see chat log). Safety is reduced to: - confirm=true on every exec - regex",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "proxmox_mcp/vm_ssh.py",
        "line": 8,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"proxmox_host_read_exec\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"proxmox_host_read_exec\" 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": "proxmox_host_read_exec"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"proxmox_host_exec\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"proxmox_host_exec\" 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": "proxmox_host_exec"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"proxmox_lxc_exec\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"proxmox_lxc_exec\" 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": "proxmox_lxc_exec"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"proxmox_vm_exec\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"proxmox_vm_exec\" 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": "proxmox_vm_exec"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "proxmox_get_disk_smart"
      ],
      "sensitiveSource": [
        "proxmox_vm_list_hosts",
        "proxmox_vm_read_file"
      ],
      "externalSink": [
        "proxmox_host_read_exec",
        "proxmox_host_exec",
        "proxmox_lxc_exec",
        "proxmox_vm_exec"
      ],
      "selfContained": false,
      "path": [
        "proxmox_get_disk_smart",
        "proxmox_vm_list_hosts",
        "proxmox_host_exec"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: proxmox_get_disk_smart → proxmox_vm_list_hosts → proxmox_host_exec."
    }
  ],
  "capabilities": [
    {
      "tool": "proxmox_cleanup_vzdump_snapshots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_list_backups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_create_backup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_restore_backup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_ct_service_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_ct_log_tail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_get_disk_smart",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "proxmox_host_read_exec",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"exec\" in tool name"
        ]
      }
    },
    {
      "tool": "proxmox_host_exec",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"exec\" in tool name"
        ]
      }
    },
    {
      "tool": "proxmox_list_lvm_thin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_lvm_manage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_lxc_exec",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"exec\" in tool name"
        ]
      }
    },
    {
      "tool": "proxmox_list_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_list_snapshots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_zfs_dataset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_zfs_create_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_zfs_list_datasets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_zfs_destroy_snapshots_by_pattern",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_zfs_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_zfs_scrub",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_list_storage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_storage_usage_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_list_cluster_storage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_storage_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_move_disk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_clone_vm",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_list_isos",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_vm_list_hosts",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"read_file\""
        ]
      }
    },
    {
      "tool": "proxmox_vm_exec",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "keyword \"exec\" in tool name"
        ]
      }
    },
    {
      "tool": "proxmox_vm_read_file",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"read_file\""
        ]
      }
    },
    {
      "tool": "proxmox_list_vms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_get_vm_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_resize_vm",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_list_zfs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "proxmox_zfs_pool_manage",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "033f624763fba7861efa299adfe9839f811fdab490219f678a716509b2d8900d",
  "stats": {
    "tools": 36,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 8,
      "medium": 0,
      "low": 4,
      "info": 0
    }
  }
}