Wordpress — 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": "@cmsmcp/wordpress",
"source": {
"kind": "package",
"origin": "@cmsmcp/wordpress"
},
"server": {
"name": "@cmsmcp/wordpress"
}
},
"grade": "A",
"score": {
"score": 95,
"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": "none",
"label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
"appliedPenalty": 2
},
{
"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 (169 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 ([wp_get_page, wp_create_full_post, wp_get_url_details, wp_list_font_collections]) co-exist with external-action tools ([wp_create_comment, wp_list_webhook_events, wp_get_webhook_event, wp_clear_webhook_events, wp_get_webhook_url]). 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": "wp_get_page → wp_create_comment"
},
"evidence": "untrusted [wp_get_page, wp_create_full_post, wp_get_url_details, wp_list_font_collections] → sinks [wp_create_comment, wp_list_webhook_events, wp_get_webhook_ev",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"wp_get_page",
"wp_create_full_post",
"wp_get_url_details",
"wp_list_font_collections"
],
"sinks": [
"wp_create_comment",
"wp_list_webhook_events",
"wp_get_webhook_event",
"wp_clear_webhook_events",
"wp_get_webhook_url"
]
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"@cmsmcp/wordpress\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
"remediation": "Prefer packages that link to public, reviewable source.",
"location": {
"kind": "package",
"name": "@cmsmcp/wordpress"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"wp_get_page",
"wp_create_full_post",
"wp_get_url_details",
"wp_list_font_collections"
],
"sensitiveSource": [],
"externalSink": [
"wp_create_comment",
"wp_list_webhook_events",
"wp_get_webhook_event",
"wp_clear_webhook_events",
"wp_get_webhook_url"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "wp_list_posts",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_pages",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_page",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "wp_create_page",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_page",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_page",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_media",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_media",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_media",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_media",
"tags": [],
"reasons": {}
},
{
"tool": "wp_upload_media",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_comments",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_comment",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_comment",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_comment\""
]
}
},
{
"tool": "wp_update_comment",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_comment",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_categories",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_category",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_category",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_category",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_category",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_tag",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_tag",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_tag",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_tag",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_users",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_user",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_me",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_user",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_user",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_user",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_app_passwords",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_app_password",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_app_password",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_post_types",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_post_type",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_taxonomies",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_taxonomy",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_custom_posts",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_custom_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_custom_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_custom_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_custom_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_menus",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_menu",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_menu",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_menu",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_menu",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_menu_items",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_menu_item",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_menu_item",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_menu_item",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_menu_item",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_menu_locations",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_menu_location",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_plugins",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_plugin",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_plugin",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_plugin",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_themes",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_theme",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_settings",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_settings",
"tags": [],
"reasons": {}
},
{
"tool": "wp_install_plugin",
"tags": [],
"reasons": {}
},
{
"tool": "wp_search",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_site_health",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_block_types",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_block_type",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_block_patterns",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_block_pattern_categories",
"tags": [],
"reasons": {}
},
{
"tool": "wp_render_block",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_sidebars",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_sidebar",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_widgets",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_widget",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_widget",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_widget",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_widget",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_sidebar",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_widget_types",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_widget_type",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_templates",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_template",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_template",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_template",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_template",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_template_parts",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_template_part",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_template_part",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_template_part",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_template_part",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_navigations",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_navigation",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_navigation",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_navigation",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_navigation",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_global_styles",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_global_styles",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_theme_global_styles",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_global_style_variations",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_revisions",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_revision",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_revision",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_template_revisions",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_template_revision",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_template_revision",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_blocks",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_block",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_block",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_block",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_block",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_post_statuses",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_post_status",
"tags": [],
"reasons": {}
},
{
"tool": "wp_search_block_directory",
"tags": [],
"reasons": {}
},
{
"tool": "wp_search_pattern_directory",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_font_families",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_font_family",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_font_family",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_font_family",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_font_faces",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_font_face",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_font_face",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_font_face",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_yoast_seo",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_yoast_seo",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_acf_fields",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_acf_fields",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_acf_field_groups",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_full_post",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "wp_clone_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_bulk_update_posts",
"tags": [],
"reasons": {}
},
{
"tool": "wp_export_content",
"tags": [],
"reasons": {}
},
{
"tool": "wp_site_audit",
"tags": [],
"reasons": {}
},
{
"tool": "wp_setup_menu",
"tags": [],
"reasons": {}
},
{
"tool": "wp_build_block_content",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_block_post",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_landing_page",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_pattern_categories",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_pattern_category",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_pattern_category",
"tags": [],
"reasons": {}
},
{
"tool": "wp_update_pattern_category",
"tags": [],
"reasons": {}
},
{
"tool": "wp_delete_pattern_category",
"tags": [],
"reasons": {}
},
{
"tool": "wp_get_url_details",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch_url\""
]
}
},
{
"tool": "wp_get_navigation_fallback",
"tags": [],
"reasons": {}
},
{
"tool": "wp_export_site",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_font_collections",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
]
}
},
{
"tool": "wp_get_font_collection",
"tags": [],
"reasons": {}
},
{
"tool": "wp_detect_page_builder",
"tags": [],
"reasons": {}
},
{
"tool": "wp_render_widget_type",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_hero",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_features",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_pricing",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_team",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_faq",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_cta",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_testimonials",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_stats",
"tags": [],
"reasons": {}
},
{
"tool": "wp_component_contact",
"tags": [],
"reasons": {}
},
{
"tool": "wp_create_full_page",
"tags": [],
"reasons": {}
},
{
"tool": "wp_save_component_as_pattern",
"tags": [],
"reasons": {}
},
{
"tool": "wp_list_webhook_events",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "wp_get_webhook_event",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "wp_clear_webhook_events",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "wp_get_webhook_url",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
}
],
"surfaceDigest": "94b17c82ea35914f6fd2d4e049cc29d2a54045758ceb328ff2fab3c96708143a",
"stats": {
"tools": 169,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 0,
"info": 1
}
}
}