Raw scan report

Shopify — 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": "@miller-joe/shopify-mcp",
    "source": {
      "kind": "package",
      "origin": "@miller-joe/shopify-mcp"
    },
    "server": {
      "name": "@miller-joe/shopify-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 97,
    "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": "source",
        "label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
        "appliedPenalty": 0
      },
      {
        "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 (62 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_fulfillment_order, get_fulfillment, get_metaobject]) co-exist with external-action tools ([create_webhook, update_webhook, delete_webhook]). 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_fulfillment_order → create_webhook"
      },
      "evidence": "untrusted [get_fulfillment_order, get_fulfillment, get_metaobject] → sinks [create_webhook, update_webhook, delete_webhook]",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "get_fulfillment_order",
          "get_fulfillment",
          "get_metaobject"
        ],
        "sinks": [
          "create_webhook",
          "update_webhook",
          "delete_webhook"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "get_fulfillment_order",
        "get_fulfillment",
        "get_metaobject"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "create_webhook",
        "update_webhook",
        "delete_webhook"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "run_shopifyql_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_and_create_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_product_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "refine_product_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_regenerate_images",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_collections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_products_to_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_products_from_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_customers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_customer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_customer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_draft_orders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_draft_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_draft_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_draft_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "complete_draft_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_draft_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_fulfillment_orders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fulfillment_order",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "get_fulfillment",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "create_fulfillment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_fulfillment_tracking",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_fulfillment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_inventory_quantity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_locations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_metafield",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_metafields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_metafield",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_metaobject_definitions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_metaobjects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_metaobject",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "create_metaobject",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_metaobject",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_metaobject",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_orders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "refund_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_products",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upload_product_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_variants",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_variants",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_variants",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_variants",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reorder_variants",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_product_options",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_webhooks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_webhook",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "update_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "delete_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    }
  ],
  "surfaceDigest": "a7bbc6e38f5246df9f3c3da1538792196545dc0b79b6ebe14f3f53e121c73ad5",
  "stats": {
    "tools": 62,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}