{
  "entry": {
    "kind": "extension",
    "slug": "sourcery",
    "name": "Sourcery",
    "vendor": "Sourcery",
    "description": "Sourcery reviews and refactors code in the editor, originally focused on Python and later broadened, suggesting concrete simplifications with a preview of the rewritten form rather than a general comment.\n\nIt reads project files and applies refactors on acceptance, so it declares filesystem read and write, with outbound network for its hosted analysis. Mechanical refactoring is a good fit for automation because the transformations are behaviour-preserving by construction — the risk is the accumulation of many small accepted changes in a single commit, which is hard to review as a unit. Keep refactor commits separate from behavioural ones.",
    "website": "https://sourcery.ai",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "filesystem:write",
      "network:outbound"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "sourcery.sourcery"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "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": []
  }
}