Raw scan report

Ituran — 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": "ituran-mcp",
    "source": {
      "kind": "package",
      "origin": "ituran-mcp"
    },
    "server": {
      "name": "ituran-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 93,
    "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": "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": "high",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can execute shell commands or code"
    ],
    "tags": [
      "untrusted-input",
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (152 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-002",
      "title": "Shell/command execution in server code (start.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`start.js:10`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. 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": "start.js"
      },
      "evidence": "rt { spawn } from \"node:child_process\"; import { existsSync } from \"node:fs\"; import { dirname, join } from \"node:path\";",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "start.js",
        "line": 10,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "ituran_advanced_alerts_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_advanced_relations_entities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_alerts_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_alerts_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_alerts_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_alerts_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_alerts_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_alerts_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "ituran_alerts_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_alerts_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_alerts_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_alerts_custom_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_alerts_custom_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_push_alerts_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_anti_idling_zones",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_battery_voltage_motion_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_claim_evidence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_commands_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_commands_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_commands_send",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "ituran_commands_start_tracking",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_commands_update_keyboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_contacts_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_contacts_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_contacts_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_contacts_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_contacts_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_cost_center_usage_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_diagnostics_last",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_diagnostics_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_wear_sensor_board",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_fuel_guard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_drive_permission_groups_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_drive_permission_groups_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_drive_permission_groups_update",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "ituran_drive_permission_groups_delete",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "ituran_driver_workforce_screen",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_bi_driver_timesheet_crosscheck",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_driver_registry_audit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_drivers_list",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "ituran_drivers_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_drivers_search",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "ituran_ev_overnight_charge_board",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_events_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_events_over_speeding",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_events_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_events_vehicles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_event_definitions_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_event_definition_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_exports_status_list",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "ituran_exports_status_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_fleet_activity_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_motor_pool_balance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_find_vehicle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_fleet_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_select_vehicles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_select_vehicles_in_place",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_groups_combine",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "ituran_select_top",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "ituran_select_by_diagnostic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_groups_list",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "ituran_group_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_guard_tour_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_inactivity_explanation_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_info_distributor_service_centers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_info_ituran_service_centers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_bi_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_itc_temperatures_current",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_itc_temperature_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_itc_temperature_exceptions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_itc_exception_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_itc_sensor_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_maintenance_due",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_maintenance_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_maintenance_treatments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicles_maintenance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_maintenance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_overnight_parking",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_places_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_places_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_places_update",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "ituran_places_delete",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "ituran_places_vehicles_inside",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_places_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_preparation_time_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_pto_billing_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_recurring_stop_candidates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_speed_offenders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_engine_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_speed",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_full",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_diagnostics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_stop_productivity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_place_dwell_evidence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_place_visitors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_heatmap",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_driver_attribution",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_working_hours_screen",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_bi_daily_drivers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_bi_daily_vehicles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_bi_idle_drivers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_bi_idle_vehicles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_bi_periodic_drivers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_reports_bi_periodic_vehicles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_fleet_trends",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_fuel_efficiency_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_utilization_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_return_to_base_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_exposure_rank",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_hotspots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_rank_drivers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_eco_driver_scoreboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_risk_exposure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_vehicles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_drivers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_totals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_periodic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_ubi_vehicles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_safety_ubi_drivers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_driver_coaching_brief",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_saved_place_vehicle_overlap",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_service_territory_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_service_visit_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_site_speeding",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_trips_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_trips_longest_forensics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_trips_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_trips_totals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_trips_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_trips_over_speeding",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_trips_points",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_trips_safety",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_virtual_odometer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_users_me",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_groups_list",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "ituran_vehicle_groups_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_groups_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_groups_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_groups_patch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicle_groups_delete",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "ituran_vehicle_saved_place_visits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicles_list",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "ituran_vehicles_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicles_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicles_get_current_driver",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicles_share_drive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicles_get_location",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicles_locate_many",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ituran_vehicles_over_speeding",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "12b25491ec59736ce4b689f9bbd565d2e5e38252429287b1d6206e55a9101e2a",
  "stats": {
    "tools": 152,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}