← MCP Security Catalog

@d-zero/mcp-server 0.5.0

npm · @d-zero/mcp-server · latest release

Confirmed vulnerable
Security result
4
Observed tools
33
Version rating
100
Change risk

Independent inventory

Observed 2026-08-17T20:17:22.922Z using mcpSecurity-inventory. Protocol 2024-11-05.

ToolCategoryRisk
get_coding_guidelinesGet D-Zero frontend coding guidelines
Input schema
{
  "type": "object",
  "properties": {
    "techTypes": {
      "type": "string",
      "enum": [
        "html",
        "css",
        "js",
        "media",
        "web-components"
      ],
      "description": "Will create a coding guideline for the following tech types: html, css, js, media (images, videos, audio, etc.), web-components"
    }
  },
  "required": [
    "techTypes"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_figma_dataGet data as a cached JSON file path and content from Figma URL
Input schema
{
  "type": "object",
  "properties": {
    "figmaUrl": {
      "type": "string",
      "description": "Figma URL (e.g.: https://www.figma.com/file/abcdef123456/FileName)"
    }
  },
  "required": [
    "figmaUrl"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_figma_imageGet image URL from Figma node ID
Input schema
{
  "type": "object",
  "properties": {
    "fileId": {
      "type": "string",
      "description": "Figma file ID (e.g.: abcdef123456)"
    },
    "nodeId": {
      "type": "string",
      "description": "Figma node ID (e.g.: 123:456)"
    },
    "format": {
      "type": "string",
      "enum": [
        "png",
        "jpg",
        "svg"
      ],
      "description": "Image format (default: png)"
    },
    "scale": {
      "type": "number",
      "minimum": 1,
      "maximum": 4,
      "description": "Image scale factor (1-4, default: 1)"
    }
  },
  "required": [
    "fileId",
    "nodeId"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_task_stepGet task step
Input schema
{
  "type": "object",
  "properties": {
    "cwd": {
      "type": "string",
      "description": "Current working directory (Absolute path)"
    },
    "filePath": {
      "type": "string",
      "description": "Task file path (Relative to cwd)"
    },
    "step": {
      "type": "integer",
      "minimum": 1,
      "description": "Step number (default: 1)"
    }
  },
  "required": [
    "cwd",
    "filePath"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

Resource templates 0

Prompts 0

Changes from previous version

Compared with initial baseline using full_baseline.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: 8dcfc948415bd9174afd344d6a080b780e06ccb9b84d88ee12d78238bbfe1bf5

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.