Mediawiki — 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": "mediawiki-mcp",
"source": {
"kind": "package",
"origin": "mediawiki-mcp"
},
"server": {
"name": "mediawiki-mcp"
}
},
"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": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
],
"tags": [
"sensitive-source",
"untrusted-input",
"external-sink"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (21 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: get-file → get-category-members → upload-file. 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": "get-file → get-category-members → upload-file"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"get-file",
"get-page-history",
"get-page-links",
"get-page"
],
"sources": [
"list-categories",
"get-category-members"
],
"sinks": [
"upload-file",
"upload-file-from-url"
],
"path": [
"get-file",
"get-category-members",
"upload-file"
],
"edges": [
{
"from": "get-file",
"to": "get-category-members",
"kind": "agent-mediated"
},
{
"from": "get-category-members",
"to": "upload-file",
"kind": "agent-mediated"
}
],
"wired": false
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"get-file",
"get-page-history",
"get-page-links",
"get-page"
],
"sensitiveSource": [
"list-categories",
"get-category-members"
],
"externalSink": [
"upload-file",
"upload-file-from-url"
],
"selfContained": false,
"path": [
"get-file",
"get-category-members",
"upload-file"
],
"pathWired": false,
"description": "A cross-tool exfiltration chain exists: get-file → get-category-members → upload-file."
}
],
"capabilities": [
{
"tool": "get-recent-changes",
"tags": [],
"reasons": {}
},
{
"tool": "list-categories",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"cat_file\""
]
}
},
{
"tool": "get-category-members",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"cat_file\""
]
}
},
{
"tool": "get-file",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "upload-file",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "upload-file-from-url",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "get-page-history",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "get-revision",
"tags": [],
"reasons": {}
},
{
"tool": "get-page-links",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "get-page",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "create-page",
"tags": [],
"reasons": {}
},
{
"tool": "update-page",
"tags": [],
"reasons": {}
},
{
"tool": "delete-page",
"tags": [],
"reasons": {}
},
{
"tool": "undelete-page",
"tags": [],
"reasons": {}
},
{
"tool": "find-page",
"tags": [],
"reasons": {}
},
{
"tool": "search-page",
"tags": [],
"reasons": {}
},
{
"tool": "search-page-by-prefix",
"tags": [],
"reasons": {}
},
{
"tool": "add-wiki",
"tags": [],
"reasons": {}
},
{
"tool": "remove-wiki",
"tags": [],
"reasons": {}
},
{
"tool": "set-wiki",
"tags": [],
"reasons": {}
},
{
"tool": "list-wikis",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "2c33b1bd22cc98e2a49fe687cf438ac477f447b07befaeb553d588f1d4dacb80",
"stats": {
"tools": 21,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 0,
"medium": 0,
"low": 0,
"info": 0
}
}
}