Raw scan report

Cdek — the complete, unedited output of the deterministic mcptrustchecker engine v1.8.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.8.0",
    "methodologyVersion": "mcptrustchecker-1.8"
  },
  "target": {
    "id": "@theyahia/cdek-mcp",
    "source": {
      "kind": "package",
      "origin": "@theyahia/cdek-mcp"
    },
    "server": {
      "name": "@theyahia/cdek-mcp"
    }
  },
  "grade": "C",
  "score": {
    "score": 73,
    "threatScore": 77,
    "grade": "C",
    "band": "C",
    "categorySubtotals": {
      "injection": 23.1,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-UNI-009",
        "category": "injection",
        "severity": "high",
        "confidence": "strong",
        "rawWeight": 22,
        "confidenceMult": 0.7,
        "diminishingFactor": 1,
        "appliedPenalty": 15.4
      },
      {
        "kind": "threat",
        "ruleId": "MTC-UNI-009",
        "category": "injection",
        "severity": "high",
        "confidence": "strong",
        "rawWeight": 22,
        "confidenceMult": 0.7,
        "diminishingFactor": 0.5,
        "appliedPenalty": 7.7
      },
      {
        "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.8"
  },
  "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 (16 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-UNI-009",
      "title": "Mixed-script (homoglyph) text in description",
      "category": "injection",
      "severity": "high",
      "confidence": "strong",
      "description": "A single token mixes multiple scripts (Latin, Cyrillic). This is the signature of a homoglyph attack — visually identical characters from another script used to impersonate a trusted name or slip past keyword filters.",
      "remediation": "Restrict metadata to a single script, or normalize confusables before display.",
      "location": {
        "kind": "tool",
        "name": "list_delivery_points",
        "field": "description"
      },
      "evidence": "Поиск пунктов выдачи (ПВЗ) и постаматов СДЭК по городу, индексу или GPS-координатам. При указании latitude+longitude+rad",
      "owasp": "LLM01:2025 Prompt Injection",
      "references": [
        "https://unicode.org/reports/tr39/"
      ],
      "data": {
        "scripts": [
          "Latin",
          "Cyrillic"
        ]
      }
    },
    {
      "ruleId": "MTC-UNI-009",
      "title": "Mixed-script (homoglyph) text in description",
      "category": "injection",
      "severity": "high",
      "confidence": "strong",
      "description": "A single token mixes multiple scripts (Latin, Cyrillic). This is the signature of a homoglyph attack — visually identical characters from another script used to impersonate a trusted name or slip past keyword filters.",
      "remediation": "Restrict metadata to a single script, or normalize confusables before display.",
      "location": {
        "kind": "tool",
        "name": "create_webhook",
        "field": "description"
      },
      "evidence": "Подписка на вебхуки СДЭК для получения уведомлений о смене статуса заказов (ORDER_STATUS) или готовности фото (DOWNLOAD_",
      "owasp": "LLM01:2025 Prompt Injection",
      "references": [
        "https://unicode.org/reports/tr39/"
      ],
      "data": {
        "scripts": [
          "Latin",
          "Cyrillic"
        ]
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "calculate_tariff",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "calculate_tariff_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_orders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "track_shipment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_delivery_points",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_regions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_barcode",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_courier_pickup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_courier_pickup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "print_receipt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "delete_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    }
  ],
  "surfaceDigest": "ccc11cac2a742fa29bf4cab61a886a2d187766f567148f5bc4b05449c290d509",
  "stats": {
    "tools": 16,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 2,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}