{
  "entry": {
    "kind": "extension",
    "slug": "augment",
    "name": "Augment",
    "vendor": "Augment Code",
    "description": "Augment is an enterprise-focused AI coding assistant whose pitch centers on continuous, full-repository codebase indexing. Instead of feeding a model only the file currently open, Augment maintains a dense semantic index of the entire codebase and feeds the most relevant snippets into every completion, chat, or refactor — which becomes especially valuable on large, polyglot monorepos.\n\nThe extension reads files across the open workspace and across any repositories the team has connected to Augment's index, makes outbound network requests to Augment's hosted service for completions, chat, and indexing pushes, and stores credentials for the user's Augment account in the IDE secret store. It does not request filesystem write or shell execute permissions, which makes its declared attack surface narrower than the fully agentic coding extensions.\n\nAugment is community trust in Anomity's catalog because it is an independent vendor rather than a marketplace platform. The active risk signals come from the credential + outbound network pairing, which is the standard cost of any SaaS coding assistant. Teams adopting Augment should validate the vendor's data-handling and code-residency terms — the value of full-repo indexing comes with the cost of transmitting all of that code to the vendor.",
    "website": "https://augmentcode.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "network:outbound",
      "credentials:access"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "augment.vscode-augment"
    },
    "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": []
  }
}