Raw scan report

Figma Toolkit — 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": "mcp-figma-toolkit",
    "source": {
      "kind": "package",
      "origin": "mcp-figma-toolkit"
    },
    "server": {
      "name": "mcp-figma-toolkit"
    }
  },
  "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": [
      "ingests untrusted external content (a prompt-injection entry point)"
    ],
    "tags": [
      "untrusted-input"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (81 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-007",
      "title": "Unconstrained URL/host parameter \"url\" on \"place_image_url\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"place_image_url\" takes a URL/host parameter \"url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
      "remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
      "location": {
        "kind": "tool",
        "name": "place_image_url",
        "field": "inputSchema.properties.url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "url"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "create_frame",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_rectangle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ellipse",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_line",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_polygon",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_star",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "place_image_base64",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_vector",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "place_image_url",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "find_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "select_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_selection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_page",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_current_page",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rename_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "duplicate_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resize_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rotate_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_position",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "move_to_parent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reorder_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_node_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_visibility",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_locked",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "flatten_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "group_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ungroup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_fill",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_stroke",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_corner_radius",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_opacity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_blend_mode",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_effect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clear_effects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_gradient_fill",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_gradient_stroke",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_text_gradient",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "layout_grid_add",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "layout_grid_clear",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_auto_layout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_constraints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_text_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_text_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_text_color",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_component",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detach_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "boolean_op",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_plugin_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_plugin_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_properties",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_variable_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_variable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_local_variable_collections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_local_variables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_variable_value",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bind_variable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unbind_variable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_variable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_variable_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_library_variable_collections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_library_variables_in_collection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "import_library_variable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_text_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_effect_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_local_text_styles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_local_effect_styles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_text_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_effect_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_text_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_effect_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_component_from_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_component_set",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_component_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_instance_property",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_component_properties",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "batch_update_components",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "5f52d65ae2e0adddeab9693208f31248e232abf04ec8c00c0735b0730a0bd898",
  "stats": {
    "tools": 81,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}