Raw scan report

Binary Ninja — 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": "binary-ninja-mcp",
    "source": {
      "kind": "package",
      "origin": "binary-ninja-mcp"
    },
    "server": {
      "name": "binary-ninja-mcp"
    }
  },
  "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": [
      "ingests untrusted external content (a prompt-injection entry point)"
    ],
    "tags": [
      "untrusted-input"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (54 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": [],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "list_methods",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_entry_points",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_functions_by_name",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "decompile_function",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_il",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fetch_disassembly",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "rename_function",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rename_single_variable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rename_multi_variables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rename_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_function_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_function_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_function_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "define_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_local_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user_defined_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_type_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "declare_c_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "retype_variable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_local_variable_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_data_items",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "hexdump_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "hexdump_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_data_decl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_xrefs_to",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_xrefs_to_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_xrefs_to_struct",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_xrefs_to_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_xrefs_to_enum",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_xrefs_to_union",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "function_at",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_stack_frame_vars",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_classes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_namespaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_segments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_sections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_imports",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_exports",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_strings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_strings_filter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_all_strings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_binary_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_binaries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "select_binary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_function_prototype",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "make_function_at",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_platforms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "patch_bytes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "format_value",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "convert_number",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "7e6b4136a5d0bd94934b3bb7bc99567cfb22d8f79af576497031551c67699b9b",
  "stats": {
    "tools": 54,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}