{
  "entry": {
    "kind": "plugin",
    "slug": "frontend-design",
    "name": "Frontend Design",
    "vendor": "anthropics",
    "description": "Frontend Design is an official Anthropic plugin for Claude Code that bundles design-system patterns, component recipes, and a frontend-design skill that the Claude Code agent follows when asked to build web components, pages, or applications. The plugin's intent is to push the agent away from generic AI-generated UI aesthetics and toward distinctive, production-grade interfaces by codifying repeatable visual and structural decisions.\n\nWhen invoked, the skill reads files in the active project to understand the existing component conventions, writes new components and styles into the project, and follows a structured set of design decisions captured in its reference material. It does not request shell execution, network access, or credentials of its own.\n\nFrontend Design is one of the few entries in the catalog with the official trust level — published by Anthropic, the maintainer of Claude Code itself, which means the most favorable trust adjustment available in the scoring model. The remaining risk signals come from filesystem read and write, which are the minimum required for any plugin that produces source files, and do not match any dangerous combination. It is one of the lowest-risk plugins in the catalog.",
    "website": "https://github.com/anthropics/claude-code",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "filesystem:read",
      "filesystem:write"
    ],
    "packaging": {
      "manager": "claude-plugin",
      "packageName": "frontend-design"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: filesystem:write",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}