{
  "entry": {
    "kind": "extension",
    "slug": "supermaven",
    "name": "Supermaven",
    "vendor": "Supermaven",
    "description": "Supermaven is an AI code completion extension that is built around a custom model designed for very low latency and a context window large enough to feed entire repositories. It targets VS Code, JetBrains, Neovim, and a handful of other editors, and is one of the few extensions in the autocomplete category that markets sub-100ms response times as a primary differentiator.\n\nIts declared capabilities are deliberately narrow for a category that often over-asks. The extension reads files in the open workspace to assemble context for completions, makes outbound network requests to Supermaven's hosted completion service, and reads the locally stored Supermaven credential. It does not request filesystem write access — the IDE handles insertion of accepted suggestions — and does not execute shell commands.\n\nSupermaven is community trust because it is published by an independent vendor rather than a marketplace platform. The credential plus outbound network pairing is the only one that lights up Anomity's risk signals, and it does not match any dangerous combination. The residual concern is the standard one for hosted-completion products: source code from your workspace is transmitted to the vendor on every request, so teams under confidentiality controls should validate Supermaven's data-handling terms before adopting it broadly.",
    "website": "https://supermaven.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "network:outbound",
      "credentials:access"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "Supermaven.supermaven"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "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: credentials:access",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}