M3x — 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": "m3x-mcp-server",
"source": {
"kind": "package",
"origin": "m3x-mcp-server"
},
"server": {
"name": "m3x-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)",
"can send data / act on an external service"
],
"tags": [
"external-sink",
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (11 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-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([tool_radar_search]) co-exist with external-action tools ([m3x_post_intent, m3x_update_agent_card, m3x_send_message]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
"remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
"location": {
"kind": "flow",
"name": "tool_radar_search → m3x_post_intent"
},
"evidence": "untrusted [tool_radar_search] → sinks [m3x_post_intent, m3x_update_agent_card, m3x_send_message]",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"tool_radar_search"
],
"sinks": [
"m3x_post_intent",
"m3x_update_agent_card",
"m3x_send_message"
]
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"m3x_post_intent\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"m3x_post_intent\" takes a URL/host parameter \"webhook_url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
"remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
"location": {
"kind": "tool",
"name": "m3x_post_intent",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"m3x_update_agent_card\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"m3x_update_agent_card\" takes a URL/host parameter \"webhook_url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
"remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
"location": {
"kind": "tool",
"name": "m3x_update_agent_card",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"m3x-mcp-server\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "m3x-mcp-server"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"tool_radar_search"
],
"sensitiveSource": [],
"externalSink": [
"m3x_post_intent",
"m3x_update_agent_card",
"m3x_send_message"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "m3x_list_markets",
"tags": [],
"reasons": {}
},
{
"tool": "m3x_get_intent_template",
"tags": [],
"reasons": {}
},
{
"tool": "m3x_post_intent",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "m3x_check_matches",
"tags": [],
"reasons": {}
},
{
"tool": "m3x_accept_match",
"tags": [],
"reasons": {}
},
{
"tool": "m3x_get_trust_score",
"tags": [],
"reasons": {}
},
{
"tool": "m3x_update_agent_card",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "m3x_send_message",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_message\""
]
}
},
{
"tool": "m3x_get_conversations",
"tags": [],
"reasons": {}
},
{
"tool": "m3x_run_matching",
"tags": [],
"reasons": {}
},
{
"tool": "tool_radar_search",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"scrape\""
]
}
}
],
"surfaceDigest": "8fa69835f9350653a0458ec886fee1a66a2acba81b54eeeaab261cb0430cbcb6",
"stats": {
"tools": 11,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 3,
"low": 0,
"info": 1
}
}
}