{
  "entry": {
    "kind": "extension",
    "slug": "windsurf-plugin",
    "name": "Windsurf Plugin",
    "vendor": "Cognition",
    "description": "The Windsurf Plugin — the successor to the Codeium extension, following Cognition's acquisition — brings Windsurf's completion and chat into VS Code, JetBrains, Vim, and other editors for developers who do not want to switch to the standalone Windsurf editor.\n\nIt reads the workspace for context, writes accepted suggestions, and calls the hosted model service, so it declares filesystem read and write with outbound network access. Its long-standing appeal is a capable free tier, which is worth pairing with the usual question about hosted assistants: what is retained, and is code from this repository allowed to leave it? The answer belongs in a policy rather than in each developer's settings.",
    "website": "https://windsurf.com/plugins",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "filesystem:read",
      "filesystem:write",
      "network:outbound"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "Codeium.codeium"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: filesystem:write",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}