{
  "entry": {
    "kind": "extension",
    "slug": "coderabbit-vscode",
    "name": "CodeRabbit for VS Code",
    "vendor": "CodeRabbit",
    "description": "CodeRabbit's extension runs AI code review locally in the editor, reviewing uncommitted changes before they become a pull request and flagging correctness and style issues at the point where they are cheapest to fix.\n\nIt reads the working tree and diff, executes git commands to determine what changed, and calls the review service, so it declares filesystem read, git access, and outbound network. It is deliberately review-only rather than edit-capable, which is the right shape for this job — advisory output costs a human a moment of attention when wrong, where an automatic fix costs a debugging session. Note that reviewing a diff means the diff leaves the machine.",
    "website": "https://www.coderabbit.ai/ide",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "filesystem:read",
      "git:access",
      "network:outbound"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "CodeRabbit.coderabbit-vscode"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}