{
  "entry": {
    "kind": "agent",
    "slug": "manus",
    "name": "Manus",
    "vendor": "Manus",
    "description": "Autonomous agent desktop app whose My Computer mode runs local commands and drives desktop apps via MCP addons",
    "website": "https://manus.im",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "desktop-app",
    "configFiles": [
      {
        "id": "manus-app-state",
        "description": "Desktop app state (device id, theme)",
        "scope": "global",
        "format": "json",
        "paths": {
          "darwin": "${HOME}/Library/Application Support/Manus/localStorage.json"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "manus-addon-manifest",
        "description": "Manus addon manifests (per installed addon version)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "${HOME}/Library/Application Support/Manus/addons/*/*/addon.json"
        },
        "extractors": [
          {
            "type": "plugin-manifest"
          },
          {
            "type": "mcp-servers",
            "path": "platforms.darwin.mcp",
            "format": "single-server",
            "namePath": "platforms.darwin.mcp.server"
          }
        ]
      }
    ],
    "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": []
  }
}