{
  "entry": {
    "kind": "agent",
    "slug": "qwen-code",
    "name": "Qwen Code",
    "vendor": "Alibaba",
    "description": "Open-source AI coding agent for the terminal powered by Qwen3-Coder",
    "website": "https://github.com/QwenLM/qwen-code",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "qwen-code-project-skill",
        "description": "Qwen Code project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.qwen\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.qwen/skills/*/SKILL.md",
          "linux": "${PROJECT}/.qwen/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "qwen-code-user-skill",
        "description": "Qwen Code skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.qwen\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.qwen/skills/*/SKILL.md",
          "linux": "${HOME}/.qwen/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      },
      {
        "id": "qwen-user-settings",
        "description": "User-level Qwen Code settings",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\.qwen\\settings.json",
          "darwin": "${HOME}/.qwen/settings.json",
          "linux": "${HOME}/.qwen/settings.json"
        },
        "extractors": [
          {
            "type": "mcp-servers",
            "path": "mcpServers",
            "format": "object"
          },
          {
            "type": "mcp-servers",
            "path": "modelProviders",
            "format": "array"
          },
          "env-vars"
        ]
      },
      {
        "id": "qwen-project-settings",
        "description": "Project-level Qwen Code settings",
        "scope": "project",
        "format": "json",
        "paths": {
          "win32": "${PROJECT}\\.qwen\\settings.json",
          "darwin": "${PROJECT}/.qwen/settings.json",
          "linux": "${PROJECT}/.qwen/settings.json"
        },
        "extractors": [
          {
            "type": "mcp-servers",
            "path": "mcpServers",
            "format": "object"
          },
          "env-vars"
        ]
      },
      {
        "id": "qwen-system-settings",
        "description": "System-level Qwen Code settings (enterprise)",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "C:\\ProgramData\\qwen-code\\settings.json",
          "darwin": "/etc/qwen-code/settings.json",
          "linux": "/etc/qwen-code/settings.json"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "qwen-user-context",
        "description": "User-level QWEN.md context-injection file",
        "scope": "global",
        "format": "markdown",
        "paths": {
          "win32": "${USERPROFILE}\\.qwen\\QWEN.md",
          "darwin": "${HOME}/.qwen/QWEN.md",
          "linux": "${HOME}/.qwen/QWEN.md"
        },
        "extractors": [
          "instructions"
        ]
      }
    ],
    "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": []
  }
}