Raw scan report

Nikmcp — 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": "nikmcp",
    "source": {
      "kind": "package",
      "origin": "nikmcp"
    },
    "server": {
      "name": "nikmcp"
    }
  },
  "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": [
      "reads sensitive or local data"
    ],
    "tags": [
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (85 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-008",
      "title": "Unconstrained path parameter \"path\" on \"get_properties\"",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"get_properties\" takes a path parameter \"path\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
      "remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
      "location": {
        "kind": "tool",
        "name": "get_properties",
        "field": "inputSchema.properties.path"
      },
      "data": {
        "param": "path"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "run_luau",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_instance_tree",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "write_script",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "enable_playtest_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "read_console",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_selection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_script_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_scripts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_place_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_tagged",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_properties",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "set_selection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clone_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rename_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_parent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bulk_set_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "tag_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "untag_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_asset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "capture_viewport",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "playtest_control",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_playtest_output",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_attributes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_attributes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "edit_script_lines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_script_lines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_script_lines",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_and_replace_in_scripts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "grep_scripts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_script_analysis",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "undo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "redo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mass_create_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mass_duplicate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "smart_duplicate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mass_get_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mass_set_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_class_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_services",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_descendants",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_connected_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project_structure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_file_tree",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_properties",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_by_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_tags",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_asset_details",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_asset_thumbnail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "preview_asset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_materials",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_assets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_library",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upload_decal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "simulate_keyboard_input",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "simulate_mouse_input",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "character_navigation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "import_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "import_scene",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ui_tree",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_files",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "raycast",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bounding_box",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_selection_bounds",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_camera",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_camera",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "focus_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_perf_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "group_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ungroup_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "align_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "measure_distance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_playtest_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_status",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "1bb22798be6d180d3799e1b3fe1b83f42676ffeef868ea5fd98773e6c4755e71",
  "stats": {
    "tools": 85,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 1,
      "info": 0
    }
  }
}