Adi Lib Wp — 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": "@adi.lib/wp-mcp",
"source": {
"kind": "package",
"origin": "@adi.lib/wp-mcp"
},
"server": {
"name": "@adi.lib/wp-mcp"
}
},
"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": [
"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 (56 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 ([get_pages, get_page, get_page_by_slug, get_page_children]) co-exist with external-action tools ([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": "get_pages → create_comment"
},
"evidence": "untrusted [get_pages, get_page, get_page_by_slug, get_page_children] → sinks [create_comment]",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"get_pages",
"get_page",
"get_page_by_slug",
"get_page_children"
],
"sinks": [
"create_comment"
]
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"@adi.lib/wp-mcp\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "@adi.lib/wp-mcp"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"get_pages",
"get_page",
"get_page_by_slug",
"get_page_children"
],
"sensitiveSource": [],
"externalSink": [
"create_comment"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "get_media",
"tags": [],
"reasons": {}
},
{
"tool": "get_media_item",
"tags": [],
"reasons": {}
},
{
"tool": "upload_media",
"tags": [],
"reasons": {}
},
{
"tool": "update_media",
"tags": [],
"reasons": {}
},
{
"tool": "delete_media",
"tags": [],
"reasons": {}
},
{
"tool": "get_media_by_post",
"tags": [],
"reasons": {}
},
{
"tool": "get_pages",
"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": "get_page_by_slug",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "get_page_children",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "get_posts",
"tags": [],
"reasons": {}
},
{
"tool": "get_post",
"tags": [],
"reasons": {}
},
{
"tool": "create_post",
"tags": [],
"reasons": {}
},
{
"tool": "update_post",
"tags": [],
"reasons": {}
},
{
"tool": "delete_post",
"tags": [],
"reasons": {}
},
{
"tool": "get_post_revisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_post_by_slug",
"tags": [],
"reasons": {}
},
{
"tool": "get_settings",
"tags": [],
"reasons": {}
},
{
"tool": "update_settings",
"tags": [],
"reasons": {}
},
{
"tool": "get_post_types",
"tags": [],
"reasons": {}
},
{
"tool": "get_post_type",
"tags": [],
"reasons": {}
},
{
"tool": "get_post_statuses",
"tags": [],
"reasons": {}
},
{
"tool": "get_post_status",
"tags": [],
"reasons": {}
},
{
"tool": "get_taxonomies",
"tags": [],
"reasons": {}
},
{
"tool": "get_taxonomy",
"tags": [],
"reasons": {}
},
{
"tool": "get_block_types",
"tags": [],
"reasons": {}
},
{
"tool": "get_block_type",
"tags": [],
"reasons": {}
},
{
"tool": "search_wordpress",
"tags": [],
"reasons": {}
},
{
"tool": "get_application_passwords",
"tags": [],
"reasons": {}
},
{
"tool": "create_application_password",
"tags": [],
"reasons": {}
},
{
"tool": "delete_application_password",
"tags": [],
"reasons": {}
},
{
"tool": "get_categories",
"tags": [],
"reasons": {}
},
{
"tool": "get_category",
"tags": [],
"reasons": {}
},
{
"tool": "create_category",
"tags": [],
"reasons": {}
},
{
"tool": "update_category",
"tags": [],
"reasons": {}
},
{
"tool": "delete_category",
"tags": [],
"reasons": {}
},
{
"tool": "get_tags",
"tags": [],
"reasons": {}
},
{
"tool": "get_tag",
"tags": [],
"reasons": {}
},
{
"tool": "create_tag",
"tags": [],
"reasons": {}
},
{
"tool": "update_tag",
"tags": [],
"reasons": {}
},
{
"tool": "delete_tag",
"tags": [],
"reasons": {}
},
{
"tool": "get_users",
"tags": [],
"reasons": {}
},
{
"tool": "get_user",
"tags": [],
"reasons": {}
},
{
"tool": "create_user",
"tags": [],
"reasons": {}
},
{
"tool": "update_user",
"tags": [],
"reasons": {}
},
{
"tool": "delete_user",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_user",
"tags": [],
"reasons": {}
},
{
"tool": "get_comments",
"tags": [],
"reasons": {}
},
{
"tool": "get_comment",
"tags": [],
"reasons": {}
},
{
"tool": "create_comment",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_comment\""
]
}
},
{
"tool": "update_comment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_comment",
"tags": [],
"reasons": {}
},
{
"tool": "get_comments_by_post",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "b61e4d40c57bc106a0dd5c14681e28c54e3bba9a6e091849a4ff1f6fa3af7e51",
"stats": {
"tools": 56,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 0,
"info": 1
}
}
}