Confluence Data Center — the complete, unedited output of the deterministic mcptrustchecker engine v1.8.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.8.0",
"methodologyVersion": "mcptrustchecker-1.8"
},
"target": {
"id": "@leilashellroot/confluence-data-center-mcp",
"source": {
"kind": "package",
"origin": "@leilashellroot/confluence-data-center-mcp"
},
"server": {
"name": "@leilashellroot/confluence-data-center-mcp"
}
},
"grade": "A",
"score": {
"score": 90,
"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": "critical",
"label": "capability blast radius (critical) — client exposure if the model is manipulated",
"appliedPenalty": 10
},
{
"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.8"
},
"capability": {
"level": "critical",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service",
"can execute shell commands or code",
"untrusted input can reach code execution"
],
"tags": [
"external-sink",
"untrusted-input",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (50 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/config.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/config.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": "dist/config.js"
},
"evidence": "child_process",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/config.js",
"line": 1
}
},
{
"ruleId": "MTC-FLOW-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([confluence_get_all_comments]) co-exist with external-action tools ([confluence_create_comment]). 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": "confluence_get_all_comments → confluence_create_comment"
},
"evidence": "untrusted [confluence_get_all_comments] → sinks [confluence_create_comment]",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"confluence_get_all_comments"
],
"sinks": [
"confluence_create_comment"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"confluence_get_all_comments"
],
"sensitiveSource": [],
"externalSink": [
"confluence_create_comment"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "confluence_get_content",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_getContent",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_content_context",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_search_content",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_searchContent",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_scan_content",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_create_content",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_createContent",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_update_content",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_updateContent",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_delete_content",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_children",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_descendants",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_history",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_content_version",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_delete_content_version",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_comments",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_create_comment",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_comment\""
]
}
},
{
"tool": "confluence_update_comment",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_delete_comment",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_spaces",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_search_spaces",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_searchSpace",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_space",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_space_content",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_create_space",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_update_space",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_delete_space",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_archive_space",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_attachments",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_add_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_update_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_update_attachment_data",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_delete_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_labels",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_add_labels",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_remove_label",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_content_properties",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_content_property",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_create_content_property",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_update_content_property",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_delete_content_property",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_restrictions",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_update_restrictions",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_watchers",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_current_user",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_user",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_users",
"tags": [],
"reasons": {}
},
{
"tool": "confluence_get_all_comments",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
}
],
"surfaceDigest": "69846627eb9b8660568cea43bed32f818db019b3fa7de9c016a4bc0657b28e76",
"stats": {
"tools": 50,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 1,
"low": 0,
"info": 0
}
}
}