Woocommerce — 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": "@lockon0927/woocommerce-mcp",
"source": {
"kind": "package",
"origin": "@lockon0927/woocommerce-mcp"
},
"server": {
"name": "@lockon0927/woocommerce-mcp"
}
},
"grade": "A",
"score": {
"score": 93,
"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": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"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": "high",
"reasons": [
"can send data / act on an external service",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)"
],
"tags": [
"external-sink",
"sensitive-source"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (55 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-003",
"title": "Read-and-egress in one tool: \"woo_webhooks_create\"",
"category": "exfiltration",
"severity": "high",
"confidence": "strong",
"description": "Tool \"woo_webhooks_create\" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.",
"remediation": "Separate reading from sending; require explicit user confirmation before egress of file/secret contents.",
"location": {
"kind": "flow",
"name": "woo_webhooks_create"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"tags": [
"external-sink",
"sensitive-source"
]
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"delivery_url\" on \"woo_webhooks_create\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"woo_webhooks_create\" takes a URL/host parameter \"delivery_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": "woo_webhooks_create",
"field": "inputSchema.properties.delivery_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "delivery_url"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "high",
"confidence": "strong",
"untrustedInput": [],
"sensitiveSource": [
"woo_webhooks_create"
],
"externalSink": [
"woo_webhooks_create"
],
"selfContained": true,
"description": "Tool \"woo_webhooks_create\" both reads sensitive data and can send it externally."
}
],
"capabilities": [
{
"tool": "woo_products_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_get",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_update",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_delete",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_batch_update",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_variations_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_categories_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_categories_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_tags_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_products_reviews_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_orders_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_orders_get",
"tags": [],
"reasons": {}
},
{
"tool": "woo_orders_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_orders_update",
"tags": [],
"reasons": {}
},
{
"tool": "woo_orders_delete",
"tags": [],
"reasons": {}
},
{
"tool": "woo_orders_batch_update",
"tags": [],
"reasons": {}
},
{
"tool": "woo_orders_notes_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_orders_refunds_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_customers_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_customers_get",
"tags": [],
"reasons": {}
},
{
"tool": "woo_customers_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_customers_update",
"tags": [],
"reasons": {}
},
{
"tool": "woo_coupons_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_coupons_get",
"tags": [],
"reasons": {}
},
{
"tool": "woo_coupons_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_coupons_update",
"tags": [],
"reasons": {}
},
{
"tool": "woo_coupons_delete",
"tags": [],
"reasons": {}
},
{
"tool": "woo_reports_sales",
"tags": [],
"reasons": {}
},
{
"tool": "woo_reports_top_sellers",
"tags": [],
"reasons": {}
},
{
"tool": "woo_reports_customers",
"tags": [],
"reasons": {}
},
{
"tool": "woo_reports_orders",
"tags": [],
"reasons": {}
},
{
"tool": "woo_reports_products",
"tags": [],
"reasons": {}
},
{
"tool": "woo_reports_stock",
"tags": [],
"reasons": {}
},
{
"tool": "woo_reports_low_stock",
"tags": [],
"reasons": {}
},
{
"tool": "woo_shipping_zones_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_shipping_zones_get",
"tags": [],
"reasons": {}
},
{
"tool": "woo_shipping_zones_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_shipping_zones_update",
"tags": [],
"reasons": {}
},
{
"tool": "woo_shipping_zone_methods_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_shipping_zone_methods_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_tax_rates_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_tax_rates_get",
"tags": [],
"reasons": {}
},
{
"tool": "woo_tax_rates_create",
"tags": [],
"reasons": {}
},
{
"tool": "woo_tax_classes_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_system_status",
"tags": [],
"reasons": {}
},
{
"tool": "woo_system_tools_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_system_tools_run",
"tags": [],
"reasons": {}
},
{
"tool": "woo_settings_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_settings_get",
"tags": [],
"reasons": {}
},
{
"tool": "woo_payment_gateways_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_payment_gateways_get",
"tags": [],
"reasons": {}
},
{
"tool": "woo_payment_gateways_update",
"tags": [],
"reasons": {}
},
{
"tool": "woo_webhooks_list",
"tags": [],
"reasons": {}
},
{
"tool": "woo_webhooks_create",
"tags": [
"external-sink",
"sensitive-source"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
],
"sensitive-source": [
"parameter \"secret\""
]
}
}
],
"surfaceDigest": "00ba9d7b53c4b67d20b0de8fe229cbb14f356d73aae62d574028bc4478b33342",
"stats": {
"tools": 55,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 1,
"low": 0,
"info": 0
}
}
}