Raw scan report

Golem 3dmcp — 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": "golem-3dmcp",
    "source": {
      "kind": "package",
      "origin": "golem-3dmcp"
    },
    "server": {
      "name": "golem-3dmcp"
    }
  },
  "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": [
      "can execute shell commands or code"
    ],
    "tags": [
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (89 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-010",
      "title": "Dynamic evaluation of a non-literal value (src/golem_3dmcp/_rhino_plugin/handlers/scripting.py)",
      "category": "injection",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/golem_3dmcp/_rhino_plugin/handlers/scripting.py:319`): Evaluating a runtime value as code (rather than a fixed literal) executes whatever reaches it — a direct RCE primitive, and almost never necessary in legitimate code. 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": "src/golem_3dmcp/_rhino_plugin/handlers/scripting.py"
      },
      "evidence": "try: raw = eval(expression, namespace) # noqa: S307 -- intentional escape hatch except Exception as ex",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-010",
        "file": "src/golem_3dmcp/_rhino_plugin/handlers/scripting.py",
        "line": 319,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-001",
      "title": "Dynamic code execution in server code (src/golem_3dmcp/_rhino_plugin/handlers/scripting.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/golem_3dmcp/_rhino_plugin/handlers/scripting.py:319`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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": "src/golem_3dmcp/_rhino_plugin/handlers/scripting.py"
      },
      "evidence": "try: raw = eval(expression, namespace) # noqa: S307 -- intentional escape hatch except Exception as ex",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-001",
        "file": "src/golem_3dmcp/_rhino_plugin/handlers/scripting.py",
        "line": 319,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/golem_3dmcp/_rhino_plugin/handlers/scripting.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/golem_3dmcp/_rhino_plugin/handlers/scripting.py:196`): 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": "src/golem_3dmcp/_rhino_plugin/handlers/scripting.py"
      },
      "evidence": "r_capture): exec(code, namespace) # noqa: S102 -- intentional escape hatch except Exception as exc:",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/golem_3dmcp/_rhino_plugin/handlers/scripting.py",
        "line": 196,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "create_box",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_sphere",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_cylinder",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_cone",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_torus",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_line",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_arc",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_circle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_polyline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_nurbs_curve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_point",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_document_path",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_document_as",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "new_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "import_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_document",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "open_grasshopper_definition",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "close_grasshopper_definition",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_grasshopper_definition",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_grasshopper_outputs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_grasshopper_input",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_grasshopper_components",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bake_grasshopper_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "copy_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rotate_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scale_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scale_objects_1d",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scale_objects_2d",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "orient_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "align_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "distribute_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_transform",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "boolean_union",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "boolean_difference",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "boolean_intersection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mirror_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "array_objects_linear",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "array_objects_polar",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "group_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ungroup_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "join_curves",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "explode_object",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "offset_curve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fillet_curves",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_document_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_layers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_layer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_layer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_object_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_selected_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "select_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "deselect_all",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "hide_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "lock_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_object_layer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_object_name",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_user_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_views",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_active_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_python",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_rhinoscript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "evaluate_expression",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_rhino_command",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extrude_curve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "loft_curves",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revolve_curve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sweep_1_rail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sweep_2_rails",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "patch_surface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "planar_surface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cap_planar_holes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "offset_surface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mesh_from_surface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "convert_to_nurbs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rebuild_surface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "capture_viewport",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_camera",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "zoom_extents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "zoom_selected",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_display_mode",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_background_color",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_named_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "restore_named_view",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "0749e92addc4b64dce6fecda6fe64656475dc3d3f18debc35f450107f30ace8a",
  "stats": {
    "tools": 89,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 3,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}