Plane — 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": "@disrex/plane-mcp-server",
"source": {
"kind": "package",
"origin": "@disrex/plane-mcp-server"
},
"server": {
"name": "@disrex/plane-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": [
"can send data / act on an external service"
],
"tags": [
"external-sink"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (76 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-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"create-issue-link\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create-issue-link\" takes a URL/host parameter \"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": "create-issue-link",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "list-projects",
"tags": [],
"reasons": {}
},
{
"tool": "get-project",
"tags": [],
"reasons": {}
},
{
"tool": "create-issue",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "list-issues",
"tags": [],
"reasons": {}
},
{
"tool": "get-issue",
"tags": [],
"reasons": {}
},
{
"tool": "update-issue",
"tags": [],
"reasons": {}
},
{
"tool": "list-states",
"tags": [],
"reasons": {}
},
{
"tool": "get-state",
"tags": [],
"reasons": {}
},
{
"tool": "create-state",
"tags": [],
"reasons": {}
},
{
"tool": "update-state",
"tags": [],
"reasons": {}
},
{
"tool": "delete-state",
"tags": [],
"reasons": {}
},
{
"tool": "list-modules",
"tags": [],
"reasons": {}
},
{
"tool": "get-module",
"tags": [],
"reasons": {}
},
{
"tool": "create-module",
"tags": [],
"reasons": {}
},
{
"tool": "update-module",
"tags": [],
"reasons": {}
},
{
"tool": "delete-module",
"tags": [],
"reasons": {}
},
{
"tool": "list-module-issues",
"tags": [],
"reasons": {}
},
{
"tool": "add-issues-to-module",
"tags": [],
"reasons": {}
},
{
"tool": "remove-issue-from-module",
"tags": [],
"reasons": {}
},
{
"tool": "list-cycles",
"tags": [],
"reasons": {}
},
{
"tool": "get-cycle",
"tags": [],
"reasons": {}
},
{
"tool": "create-cycle",
"tags": [],
"reasons": {}
},
{
"tool": "update-cycle",
"tags": [],
"reasons": {}
},
{
"tool": "delete-cycle",
"tags": [],
"reasons": {}
},
{
"tool": "list-cycle-issues",
"tags": [],
"reasons": {}
},
{
"tool": "add-issues-to-cycle",
"tags": [],
"reasons": {}
},
{
"tool": "remove-issue-from-cycle",
"tags": [],
"reasons": {}
},
{
"tool": "list-labels",
"tags": [],
"reasons": {}
},
{
"tool": "get-label",
"tags": [],
"reasons": {}
},
{
"tool": "create-label",
"tags": [],
"reasons": {}
},
{
"tool": "update-label",
"tags": [],
"reasons": {}
},
{
"tool": "delete-label",
"tags": [],
"reasons": {}
},
{
"tool": "list-workspace-members",
"tags": [],
"reasons": {}
},
{
"tool": "list-project-members",
"tags": [],
"reasons": {}
},
{
"tool": "list-issue-comments",
"tags": [],
"reasons": {}
},
{
"tool": "get-issue-comment",
"tags": [],
"reasons": {}
},
{
"tool": "create-issue-comment",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "update-issue-comment",
"tags": [],
"reasons": {}
},
{
"tool": "delete-issue-comment",
"tags": [],
"reasons": {}
},
{
"tool": "list-issue-links",
"tags": [],
"reasons": {}
},
{
"tool": "get-issue-link",
"tags": [],
"reasons": {}
},
{
"tool": "create-issue-link",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "update-issue-link",
"tags": [],
"reasons": {}
},
{
"tool": "delete-issue-link",
"tags": [],
"reasons": {}
},
{
"tool": "list-issue-attachments",
"tags": [],
"reasons": {}
},
{
"tool": "get-issue-attachment-upload-url",
"tags": [],
"reasons": {}
},
{
"tool": "list-issue-activities",
"tags": [],
"reasons": {}
},
{
"tool": "get-issue-activity",
"tags": [],
"reasons": {}
},
{
"tool": "list-issue-worklogs",
"tags": [],
"reasons": {}
},
{
"tool": "get-project-total-worklogs",
"tags": [],
"reasons": {}
},
{
"tool": "create-issue-worklog",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "update-issue-worklog",
"tags": [],
"reasons": {}
},
{
"tool": "delete-issue-worklog",
"tags": [],
"reasons": {}
},
{
"tool": "list-issue-types",
"tags": [],
"reasons": {}
},
{
"tool": "get-issue-type",
"tags": [],
"reasons": {}
},
{
"tool": "create-issue-type",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "update-issue-type",
"tags": [],
"reasons": {}
},
{
"tool": "delete-issue-type",
"tags": [],
"reasons": {}
},
{
"tool": "list-intake-issues",
"tags": [],
"reasons": {}
},
{
"tool": "get-intake-issue",
"tags": [],
"reasons": {}
},
{
"tool": "create-intake-issue",
"tags": [],
"reasons": {}
},
{
"tool": "update-intake-issue",
"tags": [],
"reasons": {}
},
{
"tool": "delete-intake-issue",
"tags": [],
"reasons": {}
},
{
"tool": "list-issue-properties",
"tags": [],
"reasons": {}
},
{
"tool": "get-issue-property",
"tags": [],
"reasons": {}
},
{
"tool": "create-issue-property",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "update-issue-property",
"tags": [],
"reasons": {}
},
{
"tool": "delete-issue-property",
"tags": [],
"reasons": {}
},
{
"tool": "list-issue-property-options",
"tags": [],
"reasons": {}
},
{
"tool": "create-issue-property-option",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "update-issue-property-option",
"tags": [],
"reasons": {}
},
{
"tool": "list-sub-issues",
"tags": [],
"reasons": {}
},
{
"tool": "create-sub-issue",
"tags": [],
"reasons": {}
},
{
"tool": "convert-to-sub-issue",
"tags": [],
"reasons": {}
},
{
"tool": "convert-to-issue",
"tags": [],
"reasons": {}
},
{
"tool": "transfer-issues",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "93bc489af4a99817ddcabf276bae7b3a9a147388af969aa1c203cba6111f3ba4",
"stats": {
"tools": 76,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 0,
"info": 0
}
}
}