{
  "entry": {
    "kind": "agent",
    "slug": "chatgpt-desktop",
    "name": "ChatGPT Desktop",
    "vendor": "OpenAI",
    "description": "OpenAI desktop assistant with MCP support and app integration",
    "website": "https://chatgpt.com/features/desktop",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "desktop-app",
    "configFiles": [
      {
        "id": "chatgpt-desktop-preferences",
        "description": "Application preferences",
        "scope": "global",
        "format": "plist",
        "paths": {
          "darwin": "${HOME}/Library/Preferences/com.openai.chat.plist"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "chatgpt-desktop-group",
        "description": "Shared group container data",
        "scope": "global",
        "format": "json",
        "paths": {
          "darwin": "${HOME}/Library/Group Containers/group.com.openai.chat/config.json"
        },
        "extractors": [
          "mcp-servers",
          "env-vars"
        ]
      },
      {
        "id": "chatgpt-desktop-msix",
        "description": "Installed MSIX package data dir (presence = ChatGPT Desktop installed)",
        "scope": "global",
        "format": "binary",
        "pathGlob": {
          "win32": "${LOCALAPPDATA}\\Packages\\OpenAI.ChatGPT-Desktop_*\\"
        },
        "extractors": []
      }
    ],
    "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": []
  }
}