{
  "entry": {
    "kind": "plugin",
    "slug": "code-simplifier",
    "name": "Code Simplifier",
    "vendor": "community",
    "description": "Code Simplifier is a community-maintained Claude Code plugin focused on post-implementation code quality. Once the agent finishes a feature or fix, the plugin's review skill walks the changed files looking for opportunities to reuse existing utilities, eliminate dead branches, collapse near-duplicate code paths, and tighten error handling — then either suggests the cleanups for review or applies them in place depending on the user's preference.\n\nFunctionally, the plugin reads files across the active project to identify reusable utilities and dead code, and writes edits back when the user accepts a cleanup. It does not request shell execution, outbound network access, or credentials, and it inherits any project conventions the agent is already aware of rather than enforcing its own opinions.\n\nThe plugin is community trust because it is published by an independent maintainer rather than by Anthropic. The active risk signals come from filesystem read and write — the minimum surface for any plugin that edits source — and do not match any dangerous combination in the catalog. The residual concern is the standard one for code-modification plugins: review the diff before merging, especially when the plugin runs autonomously after a feature implementation.",
    "website": null,
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "filesystem:write"
    ],
    "packaging": {
      "manager": "claude-plugin",
      "packageName": "code-simplifier"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 50,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: filesystem:write",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}