Xcode Pilot — 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": "xcode-pilot-mcp",
"source": {
"kind": "package",
"origin": "xcode-pilot-mcp"
},
"server": {
"name": "xcode-pilot-mcp"
}
},
"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.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 (65 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 (build/executor.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/executor.js: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": "build/executor.js"
},
"evidence": "ile, spawn } from \"node:child_process\"; const DEFAULT_TIMEOUT = 120_000; const DEFAULT_MAX_BUFFER = 10 * 1024 * 1024; ex",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/executor.js",
"line": 1,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (build/tools/app/launch.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/tools/app/launch.js: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": "build/tools/app/launch.js"
},
"evidence": "rt { spawn } from \"node:child_process\"; import { executeCommand } from \"../../executor.js\"; import { textResponse, error",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/tools/app/launch.js",
"line": 1,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (build/tools/debug/log-stream.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/tools/debug/log-stream.js: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": "build/tools/debug/log-stream.js"
},
"evidence": "rt { spawn } from \"node:child_process\"; import { textResponse, errorResponse } from \"../../utils/response.js\"; export as",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/tools/debug/log-stream.js",
"line": 1,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (build/tools/debug/screen-record.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/tools/debug/screen-record.js: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": "build/tools/debug/screen-record.js"
},
"evidence": "rt { spawn } from \"node:child_process\"; import { statSync } from \"node:fs\"; import { textResponse, errorResponse } from",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/tools/debug/screen-record.js",
"line": 1,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (build/tools/device/console.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/tools/device/console.js: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": "build/tools/device/console.js"
},
"evidence": "rt { spawn } from \"node:child_process\"; import { textResponse, errorResponse } from \"../../utils/response.js\"; import {",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/tools/device/console.js",
"line": 1,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "ipa_analyze",
"tags": [],
"reasons": {}
},
{
"tool": "ipa_permissions",
"tags": [],
"reasons": {}
},
{
"tool": "binary_size",
"tags": [],
"reasons": {}
},
{
"tool": "dsym_verify",
"tags": [],
"reasons": {}
},
{
"tool": "app_install",
"tags": [],
"reasons": {}
},
{
"tool": "app_uninstall",
"tags": [],
"reasons": {}
},
{
"tool": "app_launch",
"tags": [],
"reasons": {}
},
{
"tool": "app_terminate",
"tags": [],
"reasons": {}
},
{
"tool": "app_get_container",
"tags": [],
"reasons": {}
},
{
"tool": "app_list",
"tags": [],
"reasons": {}
},
{
"tool": "app_open_url",
"tags": [],
"reasons": {}
},
{
"tool": "app_privacy",
"tags": [],
"reasons": {}
},
{
"tool": "log_stream",
"tags": [],
"reasons": {}
},
{
"tool": "log_collect",
"tags": [],
"reasons": {}
},
{
"tool": "screenshot",
"tags": [],
"reasons": {}
},
{
"tool": "screen_record",
"tags": [],
"reasons": {}
},
{
"tool": "diagnostics",
"tags": [],
"reasons": {}
},
{
"tool": "device_appearance",
"tags": [],
"reasons": {}
},
{
"tool": "physical_device_list",
"tags": [],
"reasons": {}
},
{
"tool": "physical_device_install",
"tags": [],
"reasons": {}
},
{
"tool": "physical_device_launch",
"tags": [],
"reasons": {}
},
{
"tool": "physical_device_console",
"tags": [],
"reasons": {}
},
{
"tool": "location_set",
"tags": [],
"reasons": {}
},
{
"tool": "location_clear",
"tags": [],
"reasons": {}
},
{
"tool": "push_notification",
"tags": [],
"reasons": {}
},
{
"tool": "status_bar_override",
"tags": [],
"reasons": {}
},
{
"tool": "status_bar_clear",
"tags": [],
"reasons": {}
},
{
"tool": "spm_resolve",
"tags": [],
"reasons": {}
},
{
"tool": "spm_update",
"tags": [],
"reasons": {}
},
{
"tool": "spm_show_dependencies",
"tags": [],
"reasons": {}
},
{
"tool": "pod_install",
"tags": [],
"reasons": {}
},
{
"tool": "pod_update",
"tags": [],
"reasons": {}
},
{
"tool": "pod_outdated",
"tags": [],
"reasons": {}
},
{
"tool": "swiftlint_run",
"tags": [],
"reasons": {}
},
{
"tool": "swiftlint_fix",
"tags": [],
"reasons": {}
},
{
"tool": "swift_format_run",
"tags": [],
"reasons": {}
},
{
"tool": "build_warnings",
"tags": [],
"reasons": {}
},
{
"tool": "project_create",
"tags": [],
"reasons": {}
},
{
"tool": "scaffold_view",
"tags": [],
"reasons": {}
},
{
"tool": "scaffold_viewmodel",
"tags": [],
"reasons": {}
},
{
"tool": "scaffold_coredata_model",
"tags": [],
"reasons": {}
},
{
"tool": "scaffold_widget",
"tags": [],
"reasons": {}
},
{
"tool": "signing_identities",
"tags": [],
"reasons": {}
},
{
"tool": "provisioning_profiles",
"tags": [],
"reasons": {}
},
{
"tool": "profile_inspect",
"tags": [],
"reasons": {}
},
{
"tool": "keychain_list",
"tags": [],
"reasons": {}
},
{
"tool": "entitlements_check",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_list",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_create",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_boot",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_shutdown",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_delete",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_erase",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_open",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_list_runtimes",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_list_device_types",
"tags": [],
"reasons": {}
},
{
"tool": "simulator_clone",
"tags": [],
"reasons": {}
},
{
"tool": "xcode_build",
"tags": [],
"reasons": {}
},
{
"tool": "xcode_clean",
"tags": [],
"reasons": {}
},
{
"tool": "xcode_archive",
"tags": [],
"reasons": {}
},
{
"tool": "xcode_export",
"tags": [],
"reasons": {}
},
{
"tool": "xcode_test",
"tags": [],
"reasons": {}
},
{
"tool": "xcode_test_without_building",
"tags": [],
"reasons": {}
},
{
"tool": "xcode_list",
"tags": [],
"reasons": {}
},
{
"tool": "xcode_build_settings",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "6f6d5e7b16ddd4f5fc5a8405f74daff3e76caa2b9eec4241a572bf644b11d263",
"stats": {
"tools": 65,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 5,
"medium": 0,
"low": 0,
"info": 0
}
}
}