{
  "entry": {
    "kind": "agent",
    "slug": "trae",
    "name": "Trae",
    "vendor": "ByteDance",
    "description": "Free AI-native IDE from ByteDance with built-in agent",
    "website": "https://trae.ai",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "ide-native",
    "configFiles": [
      {
        "id": "trae-project-skill",
        "description": "Trae project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.trae\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.trae/skills/*/SKILL.md",
          "linux": "${PROJECT}/.trae/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "trae-user-skill",
        "description": "Trae skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.trae\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.trae/skills/*/SKILL.md",
          "linux": "${HOME}/.trae/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      },
      {
        "id": "trae-user-skill-cn",
        "description": "Trae skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.trae-cn\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.trae-cn/skills/*/SKILL.md",
          "linux": "${HOME}/.trae-cn/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      },
      {
        "id": "trae-user-settings",
        "description": "User settings",
        "scope": "global",
        "format": "jsonc",
        "paths": {
          "win32": "${APPDATA}\\Trae\\User\\settings.json",
          "darwin": "${HOME}/Library/Application Support/Trae/User/settings.json",
          "linux": "${HOME}/.config/Trae/User/settings.json"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "trae-extension-manifest",
        "description": "Installed Trae extension manifests",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.trae\\extensions\\*\\package.json",
          "darwin": "${HOME}/.trae/extensions/*/package.json",
          "linux": "${HOME}/.trae/extensions/*/package.json"
        },
        "extractors": [
          {
            "type": "extension-manifest",
            "manifestFormat": "vscode-package-json"
          }
        ]
      }
    ],
    "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": []
  }
}