{
  "entry": {
    "kind": "agent",
    "slug": "augment",
    "name": "Augment Code",
    "vendor": "Augment",
    "description": "AI pair programmer with deep codebase understanding",
    "website": "https://www.augmentcode.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "ide-extension",
    "configFiles": [
      {
        "id": "augment-project-skill",
        "description": "Augment Code project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.augment\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.augment/skills/*/SKILL.md",
          "linux": "${PROJECT}/.augment/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "augment-user-skill",
        "description": "Augment Code skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.augment\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.augment/skills/*/SKILL.md",
          "linux": "${HOME}/.augment/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      },
      {
        "id": "augment-vscode-settings",
        "description": "VS Code extension settings",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${APPDATA}\\Code\\User\\globalStorage\\augment.augment-vscode\\settings.json",
          "darwin": "${HOME}/Library/Application Support/Code/User/globalStorage/augment.augment-vscode/settings.json",
          "linux": "${HOME}/.config/Code/User/globalStorage/augment.augment-vscode/settings.json"
        },
        "extractors": [
          "env-vars"
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}