Raw scan report

Proxmox — 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": "proxmox-mcp-server",
    "source": {
      "kind": "package",
      "origin": "proxmox-mcp-server"
    },
    "server": {
      "name": "proxmox-mcp-server"
    }
  },
  "grade": "A",
  "score": {
    "score": 96,
    "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": "moderate",
        "label": "capability blast radius (moderate) — client exposure if the model is manipulated",
        "appliedPenalty": 3
      },
      {
        "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": "moderate",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "reads sensitive or local data"
    ],
    "tags": [
      "sensitive-source",
      "untrusted-input"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (200 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-SRC-002",
      "title": "Shell/command execution in packaging/dev tooling (tests/test_server.py)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_server.py:197`): 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": "tests/test_server.py"
      },
      "evidence": "self): result = subprocess.run( [sys.executable, \"scripts/generate_tool_manifest.py\", \"--check\"],",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "tests/test_server.py",
        "line": 197,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SRC-005",
      "title": "Dynamic module load from a non-literal in packaging/dev tooling (tests/test_server.py)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_server.py:46`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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": "tests/test_server.py"
      },
      "evidence": "r(\"test\") mod = __import__(f\"proxmox_mcp.tools.{module_name}\", fromlist=[\"register\"]) mod.register(test_",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-005",
        "file": "tests/test_server.py",
        "line": 46,
        "nonRuntime": true
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "proxmox_api_raw",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_user_tokens",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user_token",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_user_token",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_user_token",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_roles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_acl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_acl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_auth_domains",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_auth_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sync_auth_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tfa",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_permissions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "change_password",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_backup_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_backup_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_backup_job_included_volumes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_backup_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_backup_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_backup_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_vzdump",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_vzdump_defaults",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_vzdump_extractconfig",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_backup_file_restore",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "download_file_restore",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "get_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_resources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_next_vmid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_cluster_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_config_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_join_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "join_cluster",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_totem",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_replication_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_replication_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_replication_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_replication_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_metric_servers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_metric_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_notification_endpoints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_notification_targets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_notification_matchers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "test_notification_target",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_start_guests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_shutdown_guests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_migrate_guests",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ceph_status_cluster",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ceph_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ceph_flags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_ceph_flags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ceph_status_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ceph_osds",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ceph_osd",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ceph_pools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ceph_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ceph_monitors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ceph_managers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ceph_mds",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ceph_fs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ceph_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ceph_crush_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_scheduled_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_realm_sync_jobs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_pci_mappings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_usb_mappings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_dir_mappings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_firewall_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_cluster_firewall_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_cluster_firewall_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cluster_firewall_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_cluster_firewall_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_cluster_firewall_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_cluster_firewall_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_firewall_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_firewall_group_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_firewall_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_firewall_group_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_firewall_aliases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_firewall_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_firewall_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_firewall_ipsets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_firewall_ipset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_firewall_ipset_entries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_firewall_ipset_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_firewall_ipset_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_firewall_macros",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_firewall_refs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_firewall_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_node_firewall_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_node_firewall_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_firewall_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_vm_firewall_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_vm_firewall_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_vm_firewall_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_vm_firewall_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_container_firewall_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_container_firewall_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_container_firewall_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ha_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ha_manager_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ha_resources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ha_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ha_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_ha_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_ha_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "migrate_ha_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relocate_ha_resource",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ha_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ha_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ha_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_ha_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_ha_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_containers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_container_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_container_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_container_pending",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_container_interfaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_container_rrddata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_container_feature",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_container_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stop_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "shutdown_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reboot_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "suspend_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resume_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clone_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "migrate_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "convert_container_to_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resize_container_disk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_container_volume",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_container_snapshots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_container_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_container_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rollback_container_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_dns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_network",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_network_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_node_network_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_node_services",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "manage_node_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_syslog",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_journal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_node_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_task_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_task_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stop_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_time",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_subscription",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_apt_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_apt_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_disks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_disk_smart",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_hardware_pci",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_hardware_usb",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_capabilities_qemu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_storage_scan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wakeonlan_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "startall_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stopall_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_hosts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_netstat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_aplinfo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "download_appliance_template",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "list_pools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_acme_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_acme_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_acme_account",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_acme_plugins",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_acme_plugin",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "67a89d1edc817d1987c7340d44152dc7f0f5789d3c9041f35d7e0282b9a1e55a",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 2,
      "info": 0
    }
  }
}