Raw scan report

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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "@cavort-it-systems/wordpress-mcp",
    "source": {
      "kind": "package",
      "origin": "@cavort-it-systems/wordpress-mcp"
    },
    "server": {
      "name": "@cavort-it-systems/wordpress-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": [
      "external-sink",
      "untrusted-input"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (200 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]) co-exist with external-action tools ([wp_create_comment, fulfillment_update_settings]). 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] → sinks [wp_create_comment, fulfillment_update_settings]",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "wp_get_page"
        ],
        "sinks": [
          "wp_create_comment",
          "fulfillment_update_settings"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "wp_get_page"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "wp_create_comment",
        "fulfillment_update_settings"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "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_moderate_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fulfillment_get_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fulfillment_update_settings",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "fulfillment_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fulfillment_queue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fulfillment_reprint_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fulfillment_fulfill_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fulfillment_update_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fulfillment_update_apply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_list_field_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_get_field_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_create_field_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_update_field_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_delete_field_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_export_field_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_import_field_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_get_post_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_update_post_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_get_post_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "acf_update_post_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_version",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_system_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_check_updates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_core",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_flush_rewrite",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_flush_cache",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_post_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_post_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_cpt_posts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_create_cpt_post",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_cpt_post",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_cpt_post",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_tables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_search_replace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_optimize_tables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_clean_revisions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_clean_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_elementor_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_elementor_flat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_elementor_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_elementor_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_elementor_page_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_elementor_page_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_elementor_templates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_elementor_conditions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_elementor_kit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_elementor_kit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_search_elementor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_health",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_debug_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_php_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_plugins_health",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_cron_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_run_cron",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_media",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_media",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_sideload_media",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_media",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_media",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_bulk_delete_media",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_regenerate_thumbnails",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_media_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_menus",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_menu_locations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_create_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_add_menu_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_menu_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_menu",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_menu_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_assign_menu_location",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_option",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_set_option",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_option",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_bulk_get_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_search_plugins",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_install_plugin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_plugin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_all_plugins",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_install_plugin_zip",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_taxonomies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_taxonomy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_terms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_create_term",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_term",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_term",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_assign_terms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_search_themes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_install_theme",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_theme",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_all_themes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_theme",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_install_theme_zip",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_roles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_change_user_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_user_meta",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_user_meta",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_sidebars",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_sidebar_widgets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_list_widget_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_get_widget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_add_widget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_update_widget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_delete_widget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_reorder_widgets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mcp_move_widget",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_products",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_get_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_create_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_update_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_delete_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_variations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_create_variation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_update_variation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_delete_variation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_attributes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_attribute_terms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_create_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_create_attribute_term",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_create_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_update_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_delete_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_orders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_get_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_update_order_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_add_order_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_get_order_notes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_customers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_get_customer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_create_customer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_update_customer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_get_customer_orders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_list_coupons",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_get_coupon",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_create_coupon",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_update_coupon",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_delete_coupon",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_sales_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_top_sellers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_stock_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_get_product_meta",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_update_product_meta",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "woo_bulk_update_stock",
      "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_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_plugins",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_get_plugin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_activate_plugin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_deactivate_plugin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_delete_plugin",
      "tags": [],
      "reasons": {}
    },
    {
      "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_search_posts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_site_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_get_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_update_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_get_namespaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_sites",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_list_categories",
      "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_create_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_update_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_delete_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_list_themes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_get_active_theme",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_get_theme",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_activate_theme",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_me",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wp_delete_user",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "90b215aa8c3335a735531d9ec5112f7e6eb873ae9a364f9ac5382680d230e784",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}