Raw scan report

Whmcs — 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": "whmcs-mcp-server",
    "source": {
      "kind": "package",
      "origin": "whmcs-mcp-server"
    },
    "server": {
      "name": "whmcs-mcp-server"
    }
  },
  "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": [
      "can send data / act on an external service"
    ],
    "tags": [
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (74 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-SRC-003",
      "title": "Hardcoded egress to an external endpoint (dist/index.js)",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/index.js:4914`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "dist/index.js"
      },
      "evidence": "const response = await fetch(\"https://registry.npmjs.org/whmcs-mcp-server/latest\", { signal: controller.signal",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {
        "rule": "MTC-SRC-003",
        "file": "dist/index.js",
        "line": 4914,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "whmcs_list_clients",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_add_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_delete_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_add_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_list_tickets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_ticket",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_open_ticket",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_reply_ticket",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_ticket",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_add_ticket_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_delete_ticket",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_ticket_counts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_support_departments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_support_statuses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_ticket_notes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_ticket_predefined_replies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_products",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_add_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_client_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_module_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_module_suspend",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_module_unsuspend",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_module_terminate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_module_change_password",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_module_change_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_upgrade_product",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_list_invoices",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_invoice",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_create_invoice",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_invoice",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_add_invoice_payment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_capture_payment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_list_transactions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_add_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_payment_methods",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_client_credits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_add_credit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_refund_invoice",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_list_orders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_order_statuses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_add_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_accept_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_pending_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_delete_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_fraud_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_cancel_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_order_fraud_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_client_domains",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_domain_register",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_domain_transfer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_domain_renew",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_domain_get_nameservers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_domain_update_nameservers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_domain_get_lock_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_domain_update_lock_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_domain_whois",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_tld_pricing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_client_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_health_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_activity_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_todo_items",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_todo_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_get_announcements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_send_email",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_email\""
        ]
      }
    },
    {
      "tool": "whmcs_get_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "whmcs_update_project",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "8607e58f75950e5ea70f8bc986c3b7654db5e70fb4c63410f5a345b442022920",
  "stats": {
    "tools": 74,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}