{
  "entry": {
    "kind": "agent",
    "slug": "agent-zero",
    "name": "Agent Zero",
    "vendor": "agent0ai",
    "description": "Open-source agentic AI framework that runs in Docker with mounted user data",
    "website": "https://www.agent-zero.ai/",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "ai-agent",
    "configFiles": [
      {
        "id": "agent-zero-settings",
        "description": "Agent Zero settings (Docker /a0/usr mount host side)",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\agent-zero\\usr\\settings.json",
          "darwin": "${HOME}/agent-zero/usr/settings.json",
          "linux": "${HOME}/agent-zero/usr/settings.json"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "agent-zero-env",
        "description": "Agent Zero dev-mode environment file",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\agent-zero\\.env",
          "darwin": "${HOME}/agent-zero/.env",
          "linux": "${HOME}/agent-zero/.env"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "agent-zero-plugins",
        "description": "Agent Zero installed plugins",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "win32": "${USERPROFILE}\\agent-zero\\usr\\plugins\\*\\plugin.json",
          "darwin": "${HOME}/agent-zero/usr/plugins/*/plugin.json",
          "linux": "${HOME}/agent-zero/usr/plugins/*/plugin.json"
        },
        "extractors": [
          "plugin-manifest"
        ]
      }
    ],
    "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": []
  }
}