{
  "entry": {
    "kind": "extension",
    "slug": "bito",
    "name": "Bito",
    "vendor": "Bito",
    "description": "Bito provides AI chat, code explanation, test generation, and an AI code review agent inside VS Code and JetBrains, positioned around review and comprehension as much as generation.\n\nIt reads the workspace, writes generated code and tests when accepted, and calls its hosted service, so it declares filesystem read and write plus outbound network. Test generation is the feature worth a caveat: generated tests that pass against current behaviour lock in that behaviour, bugs included, which is useful as a regression harness and misleading as evidence of correctness.",
    "website": "https://bito.ai",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "filesystem:write",
      "network:outbound"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "Bito.Bito"
    },
    "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": []
  }
}