Raw scan report

Revit — 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": "revit-mcp-server",
    "source": {
      "kind": "package",
      "origin": "revit-mcp-server"
    },
    "server": {
      "name": "revit-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 (179 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 (build/integrations/notion-client.js)",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "In the server's implementation (`build/integrations/notion-client.js:101`): 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": "build/integrations/notion-client.js"
      },
      "evidence": "const response = await fetch(`https://api.notion.com/v1/databases/${databaseId}/query`, { method: \"POST\",",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {
        "rule": "MTC-SRC-003",
        "file": "build/integrations/notion-client.js",
        "line": 101,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-005",
      "title": "Dynamic module load from a non-literal (build/tools/register.js)",
      "category": "permissions",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "In the server's implementation (`build/tools/register.js:17`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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": "build/tools/register.js"
      },
      "evidence": "const module = await import(importPath); const registerFn = Object.keys(module).find((key) => key.startsW",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-005",
        "file": "build/tools/register.js",
        "line": 17,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "send_code_to_revit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_element_filter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reset_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "select_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_model_statistics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_chat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_generate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_analyze_model",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_generate_code",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_clear_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_sign_in",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_sign_out",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "auth_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_wall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_line_based_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_point_based_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_floor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ceiling",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_roof",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_level",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_grid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_room",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_sheet",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_schedule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_tag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_dimension",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_text_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "place_view_on_sheet",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_viewport",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_schedule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_legend",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_revision",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "print_sheets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_dwg",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tag_all_in_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_detail_lines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_model_lines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_detail_arc",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_parameter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rotate_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "copy_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mirror_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "align_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "group_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "change_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_workset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "color_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_modify_parameters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_to_excel",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "export_to_notion",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "export_to_google_sheets",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "export_to_sqlite",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "get_sqlite_snapshots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_map_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ollama_chat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_revit_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_notion_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_google_sheets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_snapshots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_analyze_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delta_sync",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_summarize_and_push",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "google_signin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_google_spreadsheets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "open_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_new_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_new_family",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detach_from_central",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "change_link_path",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "manage_link_position",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "zoom_to_fit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "zoom_to_element",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "edit_schedule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_stairs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_railing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_curtain_wall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_filled_region",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_elevation_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_section_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_spot_elevation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_as_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "close_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "edit_family",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_family_extrusion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_family",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "load_family",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sync_to_central",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "relinquish_all",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_worksharing_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_duct",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_pipe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_flex_duct",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_electrical_circuit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "connect_mep_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_mep_systems",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "duct_sizing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_mep_space",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "auto_join_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reassign_level",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_modify_thickness",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "room_to_floor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_replace_names",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "parameter_case_convert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_parameter_transfer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "auto_renumber",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_create_sheets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "align_viewports",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "deep_purge",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_empty_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_cad_imports",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "select_by_parameter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "select_by_workset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "filter_selection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "category_to_workset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inverse_selection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "copy_from_linked",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "crop_region_sync",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_view_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resolve_warnings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "wall_floor_sync",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "snap_beams_to_columns",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "convert_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_shared_parameter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "import_data_from_csv",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_legend",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cad_to_lines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_to_powerbi",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"export_to\""
        ]
      }
    },
    {
      "tool": "check_warnings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "audit_model",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_room_compliance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_naming_conventions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_duplicates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "purge_unused",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_links_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_parameters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_current_view_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_current_view_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_selected_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_elements",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_parameters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_sheets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_levels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_grids",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_rooms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_families",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_schedules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_linked_models",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_link_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unload_links",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_warnings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "open_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "close_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_sun_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_visual_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_view_image",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_object_styles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_phase",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_phases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_materials",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_material",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_view_properties",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "override_element_in_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_line_styles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_line_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_sketch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "edit_sketch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_sketch_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "undo_last_operation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_checkpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rollback_to_checkpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "post_command",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_commands",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "preview_code",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "aaee44985dcf37c6df78192d5b807e2e240c00a346b04af6f347282071515780",
  "stats": {
    "tools": 179,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 2,
      "low": 0,
      "info": 0
    }
  }
}