Gis — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "gis-mcp",
"source": {
"kind": "package",
"origin": "gis-mcp"
},
"server": {
"name": "gis-mcp"
}
},
"grade": "A",
"score": {
"score": 95,
"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": "none",
"label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
"appliedPenalty": 2
},
{
"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)",
"can create, modify or delete files",
"reads sensitive or local data"
],
"tags": [
"untrusted-input",
"sensitive-source",
"file-write"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (98 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-CAP-002",
"title": "Tool \"write_file_gpd\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"write_file_gpd\" can write, overwrite or delete files (keyword \"write_file\" in tool name). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "write_file_gpd"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"write_file_gpd\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"write_file_gpd\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "write_file_gpd"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"gis-mcp\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
"remediation": "Prefer packages that link to public, reviewable source.",
"location": {
"kind": "package",
"name": "gis-mcp"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "download_boundaries",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "download_climate_data",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "get_species_info",
"tags": [],
"reasons": {}
},
{
"tool": "download_species_occurrences",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "download_worldcover",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "compute_s2_ndvi",
"tags": [],
"reasons": {}
},
{
"tool": "download_street_network",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "calculate_shortest_path",
"tags": [],
"reasons": {}
},
{
"tool": "download_satellite_imagery",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "read_file_gpd",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"read_file\""
]
}
},
{
"tool": "append_gpd",
"tags": [],
"reasons": {}
},
{
"tool": "merge_gpd",
"tags": [],
"reasons": {}
},
{
"tool": "overlay_gpd",
"tags": [],
"reasons": {}
},
{
"tool": "dissolve_gpd",
"tags": [],
"reasons": {}
},
{
"tool": "explode_gpd",
"tags": [],
"reasons": {}
},
{
"tool": "clip_vector",
"tags": [],
"reasons": {}
},
{
"tool": "sjoin_gpd",
"tags": [],
"reasons": {}
},
{
"tool": "sjoin_nearest_gpd",
"tags": [],
"reasons": {}
},
{
"tool": "point_in_polygon",
"tags": [],
"reasons": {}
},
{
"tool": "write_file_gpd",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"write_file\" in tool name"
]
}
},
{
"tool": "transform_coordinates",
"tags": [],
"reasons": {}
},
{
"tool": "project_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "get_crs_info",
"tags": [],
"reasons": {}
},
{
"tool": "get_available_crs",
"tags": [],
"reasons": {}
},
{
"tool": "get_geod_info",
"tags": [],
"reasons": {}
},
{
"tool": "calculate_geodetic_distance",
"tags": [],
"reasons": {}
},
{
"tool": "calculate_geodetic_point",
"tags": [],
"reasons": {}
},
{
"tool": "calculate_geodetic_area",
"tags": [],
"reasons": {}
},
{
"tool": "get_utm_zone",
"tags": [],
"reasons": {}
},
{
"tool": "get_utm_crs",
"tags": [],
"reasons": {}
},
{
"tool": "get_geocentric_crs",
"tags": [],
"reasons": {}
},
{
"tool": "getis_ord_g",
"tags": [],
"reasons": {}
},
{
"tool": "morans_i",
"tags": [],
"reasons": {}
},
{
"tool": "gearys_c",
"tags": [],
"reasons": {}
},
{
"tool": "gamma_statistic",
"tags": [],
"reasons": {}
},
{
"tool": "moran_local",
"tags": [],
"reasons": {}
},
{
"tool": "getis_ord_g_local",
"tags": [],
"reasons": {}
},
{
"tool": "join_counts",
"tags": [],
"reasons": {}
},
{
"tool": "join_counts_local",
"tags": [],
"reasons": {}
},
{
"tool": "adbscan",
"tags": [],
"reasons": {}
},
{
"tool": "weights_from_shapefile",
"tags": [],
"reasons": {}
},
{
"tool": "distance_band_weights",
"tags": [],
"reasons": {}
},
{
"tool": "knn_weights",
"tags": [],
"reasons": {}
},
{
"tool": "build_transform_and_save_weights",
"tags": [],
"reasons": {}
},
{
"tool": "ols_with_spatial_diagnostics_safe",
"tags": [],
"reasons": {}
},
{
"tool": "build_and_transform_weights",
"tags": [],
"reasons": {}
},
{
"tool": "spatial_markov",
"tags": [],
"reasons": {}
},
{
"tool": "dynamic_lisa",
"tags": [],
"reasons": {}
},
{
"tool": "gm_lag",
"tags": [],
"reasons": {}
},
{
"tool": "zonal_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "reclassify_raster",
"tags": [],
"reasons": {}
},
{
"tool": "focal_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "hillshade",
"tags": [],
"reasons": {}
},
{
"tool": "write_raster",
"tags": [],
"reasons": {}
},
{
"tool": "metadata_raster",
"tags": [],
"reasons": {}
},
{
"tool": "get_raster_crs",
"tags": [],
"reasons": {}
},
{
"tool": "clip_raster_with_shapefile",
"tags": [],
"reasons": {}
},
{
"tool": "resample_raster",
"tags": [],
"reasons": {}
},
{
"tool": "reproject_raster",
"tags": [],
"reasons": {}
},
{
"tool": "extract_band",
"tags": [],
"reasons": {}
},
{
"tool": "raster_band_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "tile_raster",
"tags": [],
"reasons": {}
},
{
"tool": "raster_histogram",
"tags": [],
"reasons": {}
},
{
"tool": "compute_ndvi",
"tags": [],
"reasons": {}
},
{
"tool": "raster_algebra",
"tags": [],
"reasons": {}
},
{
"tool": "concat_bands",
"tags": [],
"reasons": {}
},
{
"tool": "weighted_band_sum",
"tags": [],
"reasons": {}
},
{
"tool": "save_results",
"tags": [],
"reasons": {}
},
{
"tool": "buffer",
"tags": [],
"reasons": {}
},
{
"tool": "intersection",
"tags": [],
"reasons": {}
},
{
"tool": "union",
"tags": [],
"reasons": {}
},
{
"tool": "difference",
"tags": [],
"reasons": {}
},
{
"tool": "symmetric_difference",
"tags": [],
"reasons": {}
},
{
"tool": "convex_hull",
"tags": [],
"reasons": {}
},
{
"tool": "envelope",
"tags": [],
"reasons": {}
},
{
"tool": "minimum_rotated_rectangle",
"tags": [],
"reasons": {}
},
{
"tool": "get_centroid",
"tags": [],
"reasons": {}
},
{
"tool": "get_bounds",
"tags": [],
"reasons": {}
},
{
"tool": "get_coordinates",
"tags": [],
"reasons": {}
},
{
"tool": "get_geometry_type",
"tags": [],
"reasons": {}
},
{
"tool": "rotate_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "scale_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "translate_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "triangulate_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "voronoi",
"tags": [],
"reasons": {}
},
{
"tool": "unary_union_geometries",
"tags": [],
"reasons": {}
},
{
"tool": "get_length",
"tags": [],
"reasons": {}
},
{
"tool": "get_area",
"tags": [],
"reasons": {}
},
{
"tool": "is_valid",
"tags": [],
"reasons": {}
},
{
"tool": "make_valid",
"tags": [],
"reasons": {}
},
{
"tool": "simplify",
"tags": [],
"reasons": {}
},
{
"tool": "snap_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "nearest_point_on_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "normalize_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "geometry_to_geojson",
"tags": [],
"reasons": {}
},
{
"tool": "geojson_to_geometry",
"tags": [],
"reasons": {}
},
{
"tool": "create_map",
"tags": [],
"reasons": {}
},
{
"tool": "create_web_map",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "38feeee54081a09498b8aac2bece701cc7969afc2371e6d44f2de5aa769e3daf",
"stats": {
"tools": 98,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 1,
"info": 1
}
}
}