{
  "entry": {
    "kind": "extension",
    "slug": "codegeex",
    "name": "CodeGeeX",
    "vendor": "Zhipu AI",
    "description": "CodeGeeX is a multilingual code generation and completion extension from Zhipu AI, available for VS Code and JetBrains, with strong support for Chinese-language prompts and comments alongside English.\n\nIt reads workspace files for context, inserts accepted completions, and sends context to its hosted service, so it declares filesystem read and write with outbound network access. The relevant consideration for most enterprise reviewers is data residency: context is processed by infrastructure in a jurisdiction that may sit outside their approved list, which is a compliance question rather than a code-quality one and is best answered before rollout rather than during an audit.",
    "website": "https://codegeex.cn",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "filesystem:write",
      "network:outbound"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "aminer.codegeex"
    },
    "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": []
  }
}