Runpod — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "@runpod/mcp-server",
"source": {
"kind": "package",
"origin": "@runpod/mcp-server"
},
"server": {
"name": "@runpod/mcp-server"
}
},
"grade": "A",
"score": {
"score": 94,
"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": "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": "high",
"reasons": [
"can execute shell commands or code"
],
"tags": [
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (54 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 server code (dist/stdio.cjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/stdio.cjs:343`): 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": "dist/stdio.cjs"
},
"evidence": "const out = (0, import_child_process.execSync)(\"command -v claude\", { stdio: [\"ignore\", \"pipe\", \"ignore\"],",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/stdio.cjs",
"line": 343,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/wizard-FBLOZ6YM.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/wizard-FBLOZ6YM.mjs:4`): 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": "dist/wizard-FBLOZ6YM.mjs"
},
"evidence": "{ execFileSync } from \"child_process\"; import * as p from \"@clack/prompts\"; // src/install/clients.ts import * as fs f",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/wizard-FBLOZ6YM.mjs",
"line": 4,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "list-gpu-types",
"tags": [],
"reasons": {}
},
{
"tool": "list-data-centers",
"tags": [],
"reasons": {}
},
{
"tool": "list-cpu-types",
"tags": [],
"reasons": {}
},
{
"tool": "get-gpu-type",
"tags": [],
"reasons": {}
},
{
"tool": "get-cpu-type",
"tags": [],
"reasons": {}
},
{
"tool": "get-capacity",
"tags": [],
"reasons": {}
},
{
"tool": "get-data-center",
"tags": [],
"reasons": {}
},
{
"tool": "list-hub-repos",
"tags": [],
"reasons": {}
},
{
"tool": "deploy-hub-repo",
"tags": [],
"reasons": {}
},
{
"tool": "list-public-endpoints",
"tags": [],
"reasons": {}
},
{
"tool": "set-endpoint-gpus",
"tags": [],
"reasons": {}
},
{
"tool": "list-pods",
"tags": [],
"reasons": {}
},
{
"tool": "get-pod",
"tags": [],
"reasons": {}
},
{
"tool": "create-pod",
"tags": [],
"reasons": {}
},
{
"tool": "update-pod",
"tags": [],
"reasons": {}
},
{
"tool": "start-pod",
"tags": [],
"reasons": {}
},
{
"tool": "stop-pod",
"tags": [],
"reasons": {}
},
{
"tool": "restart-pod",
"tags": [],
"reasons": {}
},
{
"tool": "stream-pod-logs",
"tags": [],
"reasons": {}
},
{
"tool": "delete-pod",
"tags": [],
"reasons": {}
},
{
"tool": "list-endpoints",
"tags": [],
"reasons": {}
},
{
"tool": "get-endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "create-endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "update-endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "delete-endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "list-endpoint-releases",
"tags": [],
"reasons": {}
},
{
"tool": "list-endpoint-workers",
"tags": [],
"reasons": {}
},
{
"tool": "stream-worker-logs",
"tags": [],
"reasons": {}
},
{
"tool": "run-endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "runsync-endpoint",
"tags": [],
"reasons": {}
},
{
"tool": "get-job-status",
"tags": [],
"reasons": {}
},
{
"tool": "stream-job",
"tags": [],
"reasons": {}
},
{
"tool": "cancel-job",
"tags": [],
"reasons": {}
},
{
"tool": "retry-job",
"tags": [],
"reasons": {}
},
{
"tool": "endpoint-health",
"tags": [],
"reasons": {}
},
{
"tool": "purge-endpoint-queue",
"tags": [],
"reasons": {}
},
{
"tool": "list-templates",
"tags": [],
"reasons": {}
},
{
"tool": "get-template",
"tags": [],
"reasons": {}
},
{
"tool": "create-template",
"tags": [],
"reasons": {}
},
{
"tool": "update-template",
"tags": [],
"reasons": {}
},
{
"tool": "delete-template",
"tags": [],
"reasons": {}
},
{
"tool": "list-network-volumes",
"tags": [],
"reasons": {}
},
{
"tool": "get-network-volume",
"tags": [],
"reasons": {}
},
{
"tool": "create-network-volume",
"tags": [],
"reasons": {}
},
{
"tool": "update-network-volume",
"tags": [],
"reasons": {}
},
{
"tool": "delete-network-volume",
"tags": [],
"reasons": {}
},
{
"tool": "list-container-registry-auths",
"tags": [],
"reasons": {}
},
{
"tool": "get-container-registry-auth",
"tags": [],
"reasons": {}
},
{
"tool": "create-container-registry-auth",
"tags": [],
"reasons": {}
},
{
"tool": "delete-container-registry-auth",
"tags": [],
"reasons": {}
},
{
"tool": "list-registry-delegations",
"tags": [],
"reasons": {}
},
{
"tool": "create-registry-delegation",
"tags": [],
"reasons": {}
},
{
"tool": "delete-registry-delegation",
"tags": [],
"reasons": {}
},
{
"tool": "get-billing",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "a8c41c6f087561c23a676f70e7ed8db899b1e80bf61c2755c13e97c96e8ffb65",
"stats": {
"tools": 54,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 0,
"low": 0,
"info": 0
}
}
}