Arcane — 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": "@4ears-me/arcane-mcp",
"source": {
"kind": "package",
"origin": "@4ears-me/arcane-mcp"
},
"server": {
"name": "@4ears-me/arcane-mcp"
}
},
"grade": "B",
"score": {
"score": 88,
"threatScore": 100,
"grade": "B",
"band": "B",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"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": "none",
"label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
"appliedPenalty": 2
},
{
"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": [
"code-exec",
"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 (52 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: arcane_browse_volume → arcane_get_environment → arcane_create_container. 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": "arcane_browse_volume → arcane_get_environment → arcane_create_container"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"arcane_browse_volume"
],
"sources": [
"arcane_get_environment"
],
"sinks": [
"arcane_create_container"
],
"path": [
"arcane_browse_volume",
"arcane_get_environment",
"arcane_create_container"
],
"edges": [
{
"from": "arcane_browse_volume",
"to": "arcane_get_environment",
"kind": "agent-mediated"
},
{
"from": "arcane_get_environment",
"to": "arcane_create_container",
"kind": "agent-mediated"
}
],
"wired": false
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"arcane_create_container\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"arcane_create_container\" appears to run shell commands or evaluate code (parameter \"command\"). 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": "arcane_create_container"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"command\" on \"arcane_create_container\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"arcane_create_container\" takes a command-shaped parameter \"command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "arcane_create_container",
"field": "inputSchema.properties.command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "command"
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"arcane_create_container\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"arcane_create_container\" 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": "arcane_create_container"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"@4ears-me/arcane-mcp\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
"remediation": "Prefer packages that link to public, reviewable source.",
"location": {
"kind": "package",
"name": "@4ears-me/arcane-mcp"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"arcane_browse_volume"
],
"sensitiveSource": [
"arcane_get_environment"
],
"externalSink": [
"arcane_create_container"
],
"selfContained": false,
"path": [
"arcane_browse_volume",
"arcane_get_environment",
"arcane_create_container"
],
"pathWired": false,
"description": "A cross-tool exfiltration chain exists: arcane_browse_volume → arcane_get_environment → arcane_create_container."
}
],
"capabilities": [
{
"tool": "arcane_list_containers",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_container",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_create_container",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"command\""
]
}
},
{
"tool": "arcane_start_container",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_stop_container",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_restart_container",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_delete_container",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_container_counts",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_list_environments",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_environment",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_env\""
]
}
},
{
"tool": "arcane_create_environment",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_update_environment",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_delete_environment",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_test_environment",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_list_images",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_image",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_pull_image",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_remove_image",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_prune_images",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_image_counts",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_list_networks",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_network",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_create_network",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_remove_network",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_prune_networks",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_project",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_create_project",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_update_project",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_delete_project",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_deploy_project",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_stop_project",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_restart_project",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_redeploy_project",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_pull_project_images",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_project_counts",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_system_info",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_docker_info",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_prune_system",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_health",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_version",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_list_volumes",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_volume",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_create_volume",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_remove_volume",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_prune_volumes",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_browse_volume",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "arcane_get_volume_file",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_get_volume_sizes",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_list_volume_backups",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_create_volume_backup",
"tags": [],
"reasons": {}
},
{
"tool": "arcane_restore_volume_backup",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "5a612c8838311225cdec07398b234bf69fb90bb4235f09cb99ac32c6ef42664b",
"stats": {
"tools": 52,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 1,
"medium": 1,
"low": 1,
"info": 1
}
}
}