Raw scan report

Qianexchange — 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": "@qianexchange/mcp",
    "source": {
      "kind": "package",
      "origin": "@qianexchange/mcp"
    },
    "server": {
      "name": "@qianexchange/mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 92,
    "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": "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": "high",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)",
      "untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
    ],
    "tags": [
      "sensitive-source",
      "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 (35 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-002",
      "title": "Completed toxic-flow trifecta across tools",
      "category": "exfiltration",
      "severity": "critical",
      "confidence": "strong",
      "description": "This server (without client built-ins) exposes a complete data-exfiltration chain: x402_pay → get_token → pay_dashboard. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.",
      "remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
      "location": {
        "kind": "flow",
        "name": "x402_pay → get_token → pay_dashboard"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "x402_pay"
        ],
        "sources": [
          "get_token"
        ],
        "sinks": [
          "pay_dashboard",
          "set_webhook",
          "rotate_webhook_secret"
        ],
        "path": [
          "x402_pay",
          "get_token",
          "pay_dashboard"
        ],
        "edges": [
          {
            "from": "x402_pay",
            "to": "get_token",
            "kind": "agent-mediated"
          },
          {
            "from": "get_token",
            "to": "pay_dashboard",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"url\" on \"x402_pay\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"x402_pay\" takes a URL/host parameter \"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": "x402_pay",
        "field": "inputSchema.properties.url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "url"
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"url\" on \"set_webhook\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"set_webhook\" takes a URL/host parameter \"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": "set_webhook",
        "field": "inputSchema.properties.url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "url"
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"@qianexchange/mcp\" 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": "@qianexchange/mcp"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "x402_pay"
      ],
      "sensitiveSource": [
        "get_token"
      ],
      "externalSink": [
        "pay_dashboard",
        "set_webhook",
        "rotate_webhook_secret"
      ],
      "selfContained": false,
      "path": [
        "x402_pay",
        "get_token",
        "pay_dashboard"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: x402_pay → get_token → pay_dashboard."
    }
  ],
  "capabilities": [
    {
      "tool": "list_tokens",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_token",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_token\""
        ]
      }
    },
    {
      "tool": "get_trades",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_holders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "my_wallet",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "my_positions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "quote_buy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "quote_sell",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "buy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sell",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "launch_token",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pending_fees",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "collect_fees",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_stocks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "quote_stock",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "buy_stock",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sell_stock",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "x402_wallet",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "x402_pay",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "create_payment_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_invoice",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_subscription_offer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pay_dashboard",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "set_pay_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revoke_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "rotate_webhook_secret",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "get_payment_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_subscription_offer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_subscriptions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pay_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "subscribe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_subscription",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "charge_subscription",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "b512364b31d7b14f0ce783b87a0598e38ea6d51ee2bae843a021410680a8d568",
  "stats": {
    "tools": 35,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 2,
      "low": 0,
      "info": 1
    }
  }
}