{
  "query": "",
  "kind": "agent",
  "page": 1,
  "pages": 6,
  "pageSize": 24,
  "total": 144,
  "results": [
    {
      "kind": "agent",
      "slug": "adal",
      "name": "AdaL",
      "vendor": "AdaL",
      "description": "AI coding agent (skills-capable; detected via its skills directory)",
      "website": null,
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "adal-project-skill",
          "description": "AdaL project skills",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.adal\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.adal/skills/*/SKILL.md",
            "linux": "${PROJECT}/.adal/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "project"
            }
          ]
        },
        {
          "id": "adal-user-skill",
          "description": "AdaL skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.adal\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.adal/skills/*/SKILL.md",
            "linux": "${HOME}/.adal/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "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": []
    },
    {
      "kind": "agent",
      "slug": "aide",
      "name": "Aide",
      "vendor": "CodeStory",
      "description": "Open-source AI-native IDE forked from VS Code with agentic workflows",
      "website": "https://aide.dev",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "ide-native",
      "configFiles": [
        {
          "id": "aide-user-settings",
          "description": "User settings",
          "scope": "global",
          "format": "jsonc",
          "paths": {
            "win32": "${APPDATA}\\Aide\\User\\settings.json",
            "darwin": "${HOME}/Library/Application Support/Aide/User/settings.json",
            "linux": "${HOME}/.config/Aide/User/settings.json"
          },
          "extractors": [
            "env-vars"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "aider",
      "name": "Aider",
      "vendor": "Aider AI",
      "description": "Open-source terminal AI coding tool for pair programming",
      "website": "https://aider.chat",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "aider-global-config",
          "description": "Global YAML configuration",
          "scope": "global",
          "format": "yaml",
          "paths": {
            "win32": "${USERPROFILE}\\.aider.conf.yml",
            "darwin": "${HOME}/.aider.conf.yml",
            "linux": "${HOME}/.aider.conf.yml"
          },
          "extractors": [
            "env-vars"
          ]
        },
        {
          "id": "aider-project-config",
          "description": "Project-level YAML configuration",
          "scope": "project",
          "format": "yaml",
          "paths": {
            "win32": "${PROJECT}\\.aider.conf.yml",
            "darwin": "${PROJECT}/.aider.conf.yml",
            "linux": "${PROJECT}/.aider.conf.yml"
          },
          "extractors": [
            "env-vars"
          ]
        },
        {
          "id": "aider-model-settings",
          "description": "Model-specific settings",
          "scope": "global",
          "format": "yaml",
          "paths": {
            "win32": "${USERPROFILE}\\.aider.model.settings.yml",
            "darwin": "${HOME}/.aider.model.settings.yml",
            "linux": "${HOME}/.aider.model.settings.yml"
          },
          "extractors": [
            "env-vars"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "aider-desk",
      "name": "AiderDesk",
      "vendor": "AiderDesk",
      "description": "Desktop app for the Aider coding agent",
      "website": "https://github.com/hotovo/aider-desk",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "desktop-app",
      "configFiles": [
        {
          "id": "aider-desk-project-skill",
          "description": "AiderDesk project skills",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.aider-desk\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.aider-desk/skills/*/SKILL.md",
            "linux": "${PROJECT}/.aider-desk/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "project"
            }
          ]
        },
        {
          "id": "aider-desk-user-skill",
          "description": "AiderDesk skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.aider-desk\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.aider-desk/skills/*/SKILL.md",
            "linux": "${HOME}/.aider-desk/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "amazon-q",
      "name": "Amazon Q Developer",
      "vendor": "Amazon",
      "description": "AWS AI coding assistant with CLI and MCP support",
      "website": "https://aws.amazon.com/q/developer",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "amazon-q-global-config",
          "description": "Global configuration",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.aws\\amazonq\\default.json",
            "darwin": "${HOME}/.aws/amazonq/default.json",
            "linux": "${HOME}/.aws/amazonq/default.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars"
          ]
        },
        {
          "id": "amazon-q-global-mcp",
          "description": "Global MCP configuration (legacy)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.aws\\amazonq\\mcp.json",
            "darwin": "${HOME}/.aws/amazonq/mcp.json",
            "linux": "${HOME}/.aws/amazonq/mcp.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars"
          ]
        },
        {
          "id": "amazon-q-project-config",
          "description": "Project-level configuration",
          "scope": "project",
          "format": "json",
          "paths": {
            "win32": "${PROJECT}\\.amazonq\\default.json",
            "darwin": "${PROJECT}/.amazonq/default.json",
            "linux": "${PROJECT}/.amazonq/default.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "amp",
      "name": "Amp",
      "vendor": "Sourcegraph",
      "description": "Agentic coding tool with MCP support, formerly Cody",
      "website": "https://sourcegraph.com/amp",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "amp-user-skill-universal",
          "description": "Amp skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.config\\agents\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.config/agents/skills/*/SKILL.md",
            "linux": "${HOME}/.config/agents/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        },
        {
          "id": "amp-project-settings",
          "description": "Project-level MCP and agent settings (amp.mcpServers)",
          "scope": "project",
          "format": "json",
          "paths": {
            "win32": "${PROJECT}\\.amp\\settings.json",
            "darwin": "${PROJECT}/.amp/settings.json",
            "linux": "${PROJECT}/.amp/settings.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "amp.mcpServers",
              "format": "object"
            },
            "env-vars"
          ]
        },
        {
          "id": "amp-user-settings",
          "description": "User-level Amp settings (~/.config/amp/settings.json — amp.mcpServers)",
          "scope": "global",
          "format": "jsonc",
          "paths": {
            "win32": "${USERPROFILE}\\.config\\amp\\settings.json",
            "darwin": "${HOME}/.config/amp/settings.json",
            "linux": "${HOME}/.config/amp/settings.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "amp.mcpServers",
              "format": "object"
            },
            "env-vars"
          ]
        },
        {
          "id": "amp-project-instructions",
          "description": "Project agent instructions (AGENTS.md)",
          "scope": "project",
          "format": "markdown",
          "paths": {
            "win32": "${PROJECT}\\AGENTS.md",
            "darwin": "${PROJECT}/AGENTS.md",
            "linux": "${PROJECT}/AGENTS.md"
          },
          "extractors": [
            "instructions"
          ]
        },
        {
          "id": "amp-user-instructions",
          "description": "Personal agent instructions (~/.config/amp/AGENTS.md)",
          "scope": "global",
          "format": "markdown",
          "paths": {
            "win32": "${USERPROFILE}\\.config\\amp\\AGENTS.md",
            "darwin": "${HOME}/.config/amp/AGENTS.md",
            "linux": "${HOME}/.config/amp/AGENTS.md"
          },
          "extractors": [
            "instructions"
          ]
        },
        {
          "id": "amp-project-skills",
          "description": "Project skills (.agents/skills)",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.agents\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.agents/skills/*/SKILL.md",
            "linux": "${PROJECT}/.agents/skills/*/SKILL.md"
          },
          "extractors": [
            "skill-frontmatter"
          ]
        },
        {
          "id": "amp-user-skills",
          "description": "User-scope skills (~/.agents/skills, ~/.config/agents/skills)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.agents\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.agents/skills/*/SKILL.md",
            "linux": "${HOME}/.agents/skills/*/SKILL.md"
          },
          "extractors": [
            "skill-frontmatter"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "antigravity",
      "name": "Antigravity",
      "vendor": "Google",
      "description": "Google agent-first IDE built on VS Code with Gemini 3 and Claude integration",
      "website": "https://antigravity.google",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "ide-native",
      "configFiles": [
        {
          "id": "antigravity-user-skill",
          "description": "Antigravity skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.gemini\\antigravity\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.gemini/antigravity/skills/*/SKILL.md",
            "linux": "${HOME}/.gemini/antigravity/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        },
        {
          "id": "antigravity-user-settings",
          "description": "User settings",
          "scope": "global",
          "format": "jsonc",
          "paths": {
            "win32": "${APPDATA}\\Antigravity\\User\\settings.json",
            "darwin": "${HOME}/Library/Application Support/Antigravity/User/settings.json",
            "linux": "${HOME}/.config/Antigravity/User/settings.json"
          },
          "extractors": [
            "env-vars"
          ]
        },
        {
          "id": "antigravity-user-mcp",
          "description": "User-level MCP servers",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${APPDATA}\\Antigravity\\User\\mcp.json",
            "darwin": "${HOME}/Library/Application Support/Antigravity/User/mcp.json",
            "linux": "${HOME}/.config/Antigravity/User/mcp.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "mcp.servers",
              "format": "object"
            },
            {
              "type": "mcp-servers",
              "path": "servers",
              "format": "object"
            },
            "env-vars"
          ]
        },
        {
          "id": "antigravity-user-mcp-xdg",
          "description": "User-level MCP servers (XDG-style location, per Antigravity docs)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.config\\antigravity\\mcp.json",
            "darwin": "${HOME}/.config/antigravity/mcp.json",
            "linux": "${HOME}/.config/antigravity/mcp.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "mcp.servers",
              "format": "object"
            },
            {
              "type": "mcp-servers",
              "path": "servers",
              "format": "object"
            },
            "env-vars"
          ]
        },
        {
          "id": "antigravity-project-mcp",
          "description": "Project-level MCP servers",
          "scope": "project",
          "format": "json",
          "paths": {
            "win32": "${PROJECT}\\.antigravity\\mcp.json",
            "darwin": "${PROJECT}/.antigravity/mcp.json",
            "linux": "${PROJECT}/.antigravity/mcp.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "mcp.servers",
              "format": "object"
            },
            {
              "type": "mcp-servers",
              "path": "servers",
              "format": "object"
            },
            "env-vars"
          ]
        },
        {
          "id": "antigravity-project-settings",
          "description": "Project workspace settings",
          "scope": "project",
          "format": "jsonc",
          "paths": {
            "win32": "${PROJECT}\\.antigravity\\settings.json",
            "darwin": "${PROJECT}/.antigravity/settings.json",
            "linux": "${PROJECT}/.antigravity/settings.json"
          },
          "extractors": [
            "env-vars"
          ]
        },
        {
          "id": "antigravity-extension-manifest",
          "description": "Installed Antigravity extension manifests",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.antigravity\\extensions\\*\\package.json",
            "darwin": "${HOME}/.antigravity/extensions/*/package.json",
            "linux": "${HOME}/.antigravity/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": []
    },
    {
      "kind": "agent",
      "slug": "antigravity-cli",
      "name": "Antigravity CLI",
      "vendor": "Google",
      "description": "Terminal CLI for the Google Antigravity agent harness; config under ~/.gemini/antigravity-cli with shared MCP config in ~/.gemini/config",
      "website": "https://antigravity.google/product/antigravity-cli",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "antigravity-cli-user-skill",
          "description": "Antigravity CLI skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.gemini\\antigravity-cli\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.gemini/antigravity-cli/skills/*/SKILL.md",
            "linux": "${HOME}/.gemini/antigravity-cli/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        },
        {
          "id": "antigravity-cli-settings",
          "description": "CLI settings (detection anchor)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.gemini\\antigravity-cli\\settings.json",
            "darwin": "${HOME}/.gemini/antigravity-cli/settings.json",
            "linux": "${HOME}/.gemini/antigravity-cli/settings.json"
          },
          "extractors": [
            "env-vars"
          ]
        },
        {
          "id": "antigravity-cli-mcp",
          "description": "MCP servers (~/.gemini/config/mcp_config.json)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.gemini\\config\\mcp_config.json",
            "darwin": "${HOME}/.gemini/config/mcp_config.json",
            "linux": "${HOME}/.gemini/config/mcp_config.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "mcpServers",
              "format": "object"
            },
            {
              "type": "mcp-servers",
              "path": "servers",
              "format": "object"
            },
            {
              "type": "mcp-servers",
              "path": "mcp.servers",
              "format": "object"
            },
            "env-vars"
          ]
        },
        {
          "id": "antigravity-cli-config",
          "description": "Shared CLI config (~/.gemini/config/config.json)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.gemini\\config\\config.json",
            "darwin": "${HOME}/.gemini/config/config.json",
            "linux": "${HOME}/.gemini/config/config.json"
          },
          "extractors": [
            "env-vars"
          ]
        },
        {
          "id": "antigravity-cli-hooks",
          "description": "Hook definitions (~/.gemini/config/hooks.json)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.gemini\\config\\hooks.json",
            "darwin": "${HOME}/.gemini/config/hooks.json",
            "linux": "${HOME}/.gemini/config/hooks.json"
          },
          "extractors": [
            {
              "type": "hooks",
              "path": "",
              "format": "name-keyed"
            }
          ]
        },
        {
          "id": "antigravity-cli-plugin",
          "description": "Installed plugin manifests (~/.gemini/antigravity-cli/plugins/*/plugin.json)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.gemini\\antigravity-cli\\plugins\\*\\plugin.json",
            "darwin": "${HOME}/.gemini/antigravity-cli/plugins/*/plugin.json",
            "linux": "${HOME}/.gemini/antigravity-cli/plugins/*/plugin.json"
          },
          "extractors": [
            {
              "type": "plugins",
              "format": "object-map",
              "path": null
            }
          ]
        },
        {
          "id": "antigravity-cli-plugin-hooks",
          "description": "Plugin-provided hooks (~/.gemini/antigravity-cli/plugins/*/hooks.json)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.gemini\\antigravity-cli\\plugins\\*\\hooks.json",
            "darwin": "${HOME}/.gemini/antigravity-cli/plugins/*/hooks.json",
            "linux": "${HOME}/.gemini/antigravity-cli/plugins/*/hooks.json"
          },
          "extractors": [
            {
              "type": "hooks",
              "path": "",
              "format": "name-keyed"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "arc",
      "name": "Arc",
      "vendor": "The Browser Company",
      "description": "Reimagined browser with built-in AI assistant (AI browser — Arc Max)",
      "website": "https://arc.net/",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "browser",
      "configFiles": [
        {
          "id": "arc-app",
          "description": "Installed application (presence)",
          "scope": "global",
          "format": "plist",
          "paths": {
            "darwin": "/Applications/Arc.app/Contents/Info.plist"
          },
          "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": []
    },
    {
      "kind": "agent",
      "slug": "astrbot",
      "name": "AstrBot",
      "vendor": "AstrBot",
      "description": "Multi-platform chatbot & agent framework",
      "website": "https://astrbot.app",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "ai-agent",
      "configFiles": [
        {
          "id": "astrbot-project-skill",
          "description": "AstrBot project skills",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\data\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/data/skills/*/SKILL.md",
            "linux": "${PROJECT}/data/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "project"
            }
          ]
        },
        {
          "id": "astrbot-user-skill",
          "description": "AstrBot skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.astrbot\\data\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.astrbot/data/skills/*/SKILL.md",
            "linux": "${HOME}/.astrbot/data/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "augment",
      "name": "Augment Code",
      "vendor": "Augment",
      "description": "AI pair programmer with deep codebase understanding",
      "website": "https://www.augmentcode.com",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "ide-extension",
      "configFiles": [
        {
          "id": "augment-project-skill",
          "description": "Augment Code project skills",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.augment\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.augment/skills/*/SKILL.md",
            "linux": "${PROJECT}/.augment/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "project"
            }
          ]
        },
        {
          "id": "augment-user-skill",
          "description": "Augment Code skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.augment\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.augment/skills/*/SKILL.md",
            "linux": "${HOME}/.augment/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        },
        {
          "id": "augment-vscode-settings",
          "description": "VS Code extension settings",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${APPDATA}\\Code\\User\\globalStorage\\augment.augment-vscode\\settings.json",
            "darwin": "${HOME}/Library/Application Support/Code/User/globalStorage/augment.augment-vscode/settings.json",
            "linux": "${HOME}/.config/Code/User/globalStorage/augment.augment-vscode/settings.json"
          },
          "extractors": [
            "env-vars"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "autohand",
      "name": "Autohand Code CLI",
      "vendor": "Autohand",
      "description": "AI coding agent (skills-capable; detected via its skills directory)",
      "website": null,
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "autohand-project-skill",
          "description": "Autohand Code CLI project skills",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.autohand\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.autohand/skills/*/SKILL.md",
            "linux": "${PROJECT}/.autohand/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "project"
            }
          ]
        },
        {
          "id": "autohand-user-skill",
          "description": "Autohand Code CLI skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.autohand\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.autohand/skills/*/SKILL.md",
            "linux": "${HOME}/.autohand/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "blackbox",
      "name": "Blackbox AI",
      "vendor": "Blackbox",
      "description": "Multi-agent AI coding platform with 35+ IDE integrations",
      "website": "https://www.blackbox.ai",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "ide-extension",
      "configFiles": [
        {
          "id": "blackbox-vscode-settings",
          "description": "VS Code extension settings",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${APPDATA}\\Code\\User\\globalStorage\\blackboxapp.blackbox\\config.json",
            "darwin": "${HOME}/Library/Application Support/Code/User/globalStorage/blackboxapp.blackbox/config.json",
            "linux": "${HOME}/.config/Code/User/globalStorage/blackboxapp.blackbox/config.json"
          },
          "extractors": [
            "env-vars"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "brave",
      "name": "Brave",
      "vendor": "Brave Software",
      "description": "Privacy-focused browser with built-in AI assistant (AI browser — Leo)",
      "website": "https://brave.com/",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "browser",
      "configFiles": [
        {
          "id": "brave-app",
          "description": "Installed application (presence)",
          "scope": "global",
          "format": "plist",
          "paths": {
            "darwin": "/Applications/Brave Browser.app/Contents/Info.plist",
            "win32": "C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe"
          },
          "extractors": []
        },
        {
          "id": "brave-extensions",
          "description": "Installed browser extensions",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "darwin": "${HOME}/Library/Application Support/BraveSoftware/Brave-Browser/*/Extensions/*/*/manifest.json",
            "win32": "${LOCALAPPDATA}\\BraveSoftware\\Brave-Browser\\User Data\\*\\Extensions\\*\\*\\manifest.json",
            "linux": "${HOME}/.config/BraveSoftware/Brave-Browser/*/Extensions/*/*/manifest.json"
          },
          "extractors": [
            {
              "type": "extension-manifest",
              "manifestFormat": "chrome-manifest"
            }
          ]
        },
        {
          "id": "brave-native-messaging-hosts",
          "description": "Native-messaging host manifests (per-user)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "darwin": "${HOME}/Library/Application Support/BraveSoftware/Brave-Browser/NativeMessagingHosts/*.json",
            "linux": "${HOME}/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/*.json"
          },
          "extractors": [
            {
              "type": "native-messaging-host"
            }
          ]
        },
        {
          "id": "brave-native-messaging-hosts-system",
          "description": "Native-messaging host manifests (system-wide)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "darwin": "/Library/Application Support/BraveSoftware/Brave-Browser/NativeMessagingHosts/*.json",
            "linux": "/etc/brave/native-messaging-hosts/*.json"
          },
          "extractors": [
            {
              "type": "native-messaging-host"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "chatgpt-atlas",
      "name": "ChatGPT Atlas",
      "vendor": "OpenAI",
      "description": "OpenAI web browser with a built-in ChatGPT agent (AI browser — ChatGPT)",
      "website": "https://openai.com/index/introducing-chatgpt-atlas/",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "browser",
      "configFiles": [
        {
          "id": "chatgpt-atlas-app",
          "description": "Installed application (presence)",
          "scope": "global",
          "format": "plist",
          "paths": {
            "darwin": "/Applications/ChatGPT Atlas.app/Contents/Info.plist"
          },
          "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": []
    },
    {
      "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": []
    },
    {
      "kind": "agent",
      "slug": "chromium",
      "name": "Chromium",
      "vendor": "The Chromium Project",
      "description": "Open-source browser project that powers Chrome",
      "website": "https://www.chromium.org/",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "browser",
      "configFiles": [
        {
          "id": "chromium-app",
          "description": "Installed application (presence)",
          "scope": "global",
          "format": "plist",
          "paths": {
            "darwin": "/Applications/Chromium.app/Contents/Info.plist"
          },
          "extractors": []
        },
        {
          "id": "chromium-extensions",
          "description": "Installed browser extensions",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "darwin": "${HOME}/Library/Application Support/Chromium/*/Extensions/*/*/manifest.json",
            "win32": "${LOCALAPPDATA}\\Chromium\\User Data\\*\\Extensions\\*\\*\\manifest.json",
            "linux": "${HOME}/.config/chromium/*/Extensions/*/*/manifest.json"
          },
          "extractors": [
            {
              "type": "extension-manifest",
              "manifestFormat": "chrome-manifest"
            }
          ]
        },
        {
          "id": "chromium-native-messaging-hosts",
          "description": "Native-messaging host manifests (per-user)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "darwin": "${HOME}/Library/Application Support/Chromium/NativeMessagingHosts/*.json",
            "linux": "${HOME}/.config/chromium/NativeMessagingHosts/*.json"
          },
          "extractors": [
            {
              "type": "native-messaging-host"
            }
          ]
        },
        {
          "id": "chromium-native-messaging-hosts-system",
          "description": "Native-messaging host manifests (system-wide)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "darwin": "/Library/Application Support/Chromium/NativeMessagingHosts/*.json",
            "linux": "/etc/chromium/native-messaging-hosts/*.json"
          },
          "extractors": [
            {
              "type": "native-messaging-host"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "claude-code",
      "name": "Claude Code",
      "vendor": "Anthropic",
      "description": "Terminal-based AI coding agent with MCP, plugins, and skills",
      "website": "https://claude.ai/code",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "claude-code-user-settings",
          "description": "User-level settings",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.claude\\settings.json",
            "darwin": "${HOME}/.claude/settings.json",
            "linux": "${HOME}/.claude/settings.json"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-user-settings-local",
          "description": "User-level local settings overrides",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.claude\\settings.local.json",
            "darwin": "${HOME}/.claude/settings.local.json",
            "linux": "${HOME}/.claude/settings.local.json"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-user-mcp",
          "description": "User-level MCP servers in ~/.claude.json (top-level + per-project)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.claude.json",
            "darwin": "${HOME}/.claude.json",
            "linux": "${HOME}/.claude.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "mcpServers",
              "format": "object"
            },
            {
              "type": "mcp-servers",
              "path": "projects.*.mcpServers",
              "format": "object"
            },
            {
              "type": "mcp-cloud-connectors",
              "path": "claudeAiMcpEverConnected"
            },
            "env-vars",
            {
              "type": "account",
              "path": "oauthAccount"
            },
            {
              "type": "claude-insights"
            }
          ]
        },
        {
          "id": "claude-code-managed-settings",
          "description": "Enterprise managed settings",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "C:\\Program Files\\ClaudeCode\\managed-settings.json",
            "darwin": "/Library/Application Support/ClaudeCode/managed-settings.json",
            "linux": "/etc/claude-code/managed-settings.json"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-managed-settings-dir",
          "description": "Enterprise managed settings drop-ins (merged over the base file)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "win32": "C:\\Program Files\\ClaudeCode\\managed-settings.d\\*.json",
            "darwin": "/Library/Application Support/ClaudeCode/managed-settings.d/*.json",
            "linux": "/etc/claude-code/managed-settings.d/*.json"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-managed-settings-legacy",
          "description": "Legacy ProgramData managed settings (dead since v2.1.75 — misconfiguration signal)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "C:\\ProgramData\\ClaudeCode\\managed-settings.json"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-managed-prefs",
          "description": "MDM machine policy (macOS managed preferences)",
          "scope": "global",
          "format": "plist",
          "pathGlob": {
            "darwin": "/Library/Managed Preferences/*/com.anthropic.claudecode.plist"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-remote-settings",
          "description": "Cached server-managed org policy from the Claude admin console",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.claude\\remote-settings.json",
            "darwin": "${HOME}/.claude/remote-settings.json",
            "linux": "${HOME}/.claude/remote-settings.json"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-stats-cache",
          "description": "Usage + spend aggregates (tokens, cost, sessions) for AI-spend visibility",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.claude\\stats-cache.json",
            "darwin": "${HOME}/.claude/stats-cache.json",
            "linux": "${HOME}/.claude/stats-cache.json"
          },
          "extractors": [
            "claude-stats"
          ]
        },
        {
          "id": "claude-code-managed-mcp",
          "description": "Enterprise managed MCP servers",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "C:\\Program Files\\ClaudeCode\\managed-mcp.json",
            "darwin": "/Library/Application Support/ClaudeCode/managed-mcp.json",
            "linux": "/etc/claude-code/managed-mcp.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars"
          ]
        },
        {
          "id": "claude-code-project-mcp",
          "description": "Project-level MCP servers",
          "scope": "project",
          "format": "json",
          "paths": {
            "win32": "${PROJECT}\\.mcp.json",
            "darwin": "${PROJECT}/.mcp.json",
            "linux": "${PROJECT}/.mcp.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars"
          ]
        },
        {
          "id": "claude-code-project-settings",
          "description": "Project-level settings",
          "scope": "project",
          "format": "json",
          "paths": {
            "win32": "${PROJECT}\\.claude\\settings.json",
            "darwin": "${PROJECT}/.claude/settings.json",
            "linux": "${PROJECT}/.claude/settings.json"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-project-settings-local",
          "description": "Project-level local settings (gitignored)",
          "scope": "project",
          "format": "json",
          "paths": {
            "win32": "${PROJECT}\\.claude\\settings.local.json",
            "darwin": "${PROJECT}/.claude/settings.local.json",
            "linux": "${PROJECT}/.claude/settings.local.json"
          },
          "extractors": [
            "permissions",
            "env-vars",
            "hooks"
          ]
        },
        {
          "id": "claude-code-plugin-index",
          "description": "Claude Code installed plugins index",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.claude\\plugins\\installed_plugins.json",
            "darwin": "${HOME}/.claude/plugins/installed_plugins.json",
            "linux": "${HOME}/.claude/plugins/installed_plugins.json"
          },
          "extractors": [
            "plugin-index"
          ]
        },
        {
          "id": "claude-code-plugin-manifest",
          "description": "Claude Code plugin manifests (per cached plugin)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.claude\\plugins\\cache\\*\\*\\*\\.claude-plugin\\plugin.json",
            "darwin": "${HOME}/.claude/plugins/cache/*/*/*/.claude-plugin/plugin.json",
            "linux": "${HOME}/.claude/plugins/cache/*/*/*/.claude-plugin/plugin.json"
          },
          "extractors": [
            "plugin-manifest"
          ]
        },
        {
          "id": "claude-code-user-skill",
          "description": "Personal Claude Code skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.claude\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.claude/skills/*/SKILL.md",
            "linux": "${HOME}/.claude/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        },
        {
          "id": "claude-code-scheduled-task-skill",
          "description": "Scheduled-task skills (~/.claude/scheduled-tasks/*/SKILL.md) — agent-authored routines that run unattended on a cron cadence, often carrying credentials for the systems they poll",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.claude\\scheduled-tasks\\*\\SKILL.md",
            "darwin": "${HOME}/.claude/scheduled-tasks/*/SKILL.md",
            "linux": "${HOME}/.claude/scheduled-tasks/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        },
        {
          "id": "claude-code-project-skill",
          "description": "Project-scope Claude Code skills",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.claude\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.claude/skills/*/SKILL.md",
            "linux": "${PROJECT}/.claude/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "project"
            }
          ]
        },
        {
          "id": "claude-code-plugin-skill",
          "description": "Skills bundled inside installed Claude Code plugins",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.claude\\plugins\\cache\\*\\*\\*\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.claude/plugins/cache/*/*/*/skills/*/SKILL.md",
            "linux": "${HOME}/.claude/plugins/cache/*/*/*/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "plugin"
            }
          ]
        },
        {
          "id": "claude-code-user-agent",
          "description": "Personal Claude Code custom subagents (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.claude\\agents\\*.md",
            "darwin": "${HOME}/.claude/agents/*.md",
            "linux": "${HOME}/.claude/agents/*.md"
          },
          "extractors": [
            {
              "type": "custom-agent",
              "scope": "user"
            }
          ]
        },
        {
          "id": "claude-code-project-agent",
          "description": "Project-scope Claude Code custom subagents",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.claude\\agents\\*.md",
            "darwin": "${PROJECT}/.claude/agents/*.md",
            "linux": "${PROJECT}/.claude/agents/*.md"
          },
          "extractors": [
            {
              "type": "custom-agent",
              "scope": "project"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "claude-desktop",
      "name": "Claude Desktop",
      "vendor": "Anthropic",
      "description": "Desktop AI assistant with MCP server support and extensions",
      "website": "https://claude.ai/download",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "desktop-app",
      "configFiles": [
        {
          "id": "claude-desktop-skill",
          "description": "Claude Desktop skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${APPDATA}\\Claude\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/Library/Application Support/Claude/skills/*/SKILL.md",
            "linux": "${HOME}/.config/claude-desktop/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        },
        {
          "id": "claude-desktop-ssh-configs",
          "description": "SSH connections configured in the desktop app (counts only)",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${APPDATA}\\Claude\\ssh_configs.json",
            "darwin": "${HOME}/Library/Application Support/Claude/ssh_configs.json",
            "linux": "${HOME}/.config/claude-desktop/ssh_configs.json"
          },
          "extractors": [
            "ssh-configs"
          ]
        },
        {
          "id": "claude-desktop-mcp",
          "description": "MCP server configuration",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${APPDATA}\\Claude\\claude_desktop_config.json",
            "darwin": "${HOME}/Library/Application Support/Claude/claude_desktop_config.json",
            "linux": "${HOME}/.config/claude-desktop/claude_desktop_config.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars"
          ]
        },
        {
          "id": "claude-desktop-managed-prefs",
          "description": "MDM machine policy (extension gates, workspace folders, Cowork controls)",
          "scope": "global",
          "format": "plist",
          "pathGlob": {
            "darwin": "/Library/Managed Preferences/*/com.anthropic.claudefordesktop.plist"
          },
          "extractors": [
            "env-vars"
          ]
        },
        {
          "id": "claude-desktop-managed-settings",
          "description": "Enterprise managed settings (Linux)",
          "scope": "global",
          "format": "json",
          "paths": {
            "linux": "/etc/claude-desktop/managed-settings.json"
          },
          "extractors": []
        },
        {
          "id": "claude-desktop-extensions",
          "description": "Installed Claude Desktop extensions / connectors (DXT)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "win32": "${APPDATA}\\Claude\\Claude Extensions\\*\\manifest.json",
            "darwin": "${HOME}/Library/Application Support/Claude/Claude Extensions/*/manifest.json",
            "linux": "${XDG_CONFIG_HOME}/Claude/Claude Extensions/*/manifest.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "server.mcp_config",
              "format": "single-server",
              "namePath": "display_name",
              "nameFallback": "name"
            },
            {
              "type": "extension-manifest",
              "manifestFormat": "mcpb-manifest"
            },
            "env-vars"
          ]
        },
        {
          "id": "claude-desktop-mcp-msix",
          "description": "MCP server configuration (Windows MSIX/Store install)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "win32": "${LOCALAPPDATA}\\Packages\\Claude_*\\LocalCache\\Roaming\\Claude\\claude_desktop_config.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars"
          ]
        },
        {
          "id": "claude-desktop-extensions-msix",
          "description": "Installed Claude Desktop extensions / connectors (DXT) — Windows MSIX install",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "win32": "${LOCALAPPDATA}\\Packages\\Claude_*\\LocalCache\\Roaming\\Claude\\Claude Extensions\\*\\manifest.json"
          },
          "extractors": [
            {
              "type": "mcp-servers",
              "path": "server.mcp_config",
              "format": "single-server",
              "namePath": "display_name",
              "nameFallback": "name"
            },
            {
              "type": "extension-manifest",
              "manifestFormat": "mcpb-manifest"
            },
            "env-vars"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "cline",
      "name": "Cline",
      "vendor": "Saoud Rizwan",
      "description": "Open-source AI coding agent for VS Code with MCP support",
      "website": "https://cline.bot",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "ide-extension",
      "configFiles": [
        {
          "id": "cline-global-mcp",
          "description": "Global MCP settings (any IDE host — Cline runs inside VS Code, Cursor, Kiro, Windsurf, …)",
          "scope": "global",
          "format": "json",
          "pathGlob": {
            "win32": "${APPDATA}\\{Code,Code - Insiders,Cursor,Kiro,Windsurf,VSCodium,Trae}\\User\\globalStorage\\saoudrizwan.claude-dev\\settings\\cline_mcp_settings.json",
            "darwin": "${HOME}/Library/Application Support/{Code,Code - Insiders,Cursor,Kiro,Windsurf,VSCodium,Trae}/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json",
            "linux": "${HOME}/.config/{Code,Code - Insiders,Cursor,Kiro,Windsurf,VSCodium,Trae}/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars",
            "tool-scopes"
          ]
        },
        {
          "id": "cline-project-rules",
          "description": "Project rules (.clinerules/ directory — Markdown/text)",
          "scope": "project",
          "format": "markdown",
          "pathGlob": {
            "win32": "${PROJECT}\\.clinerules\\*.md",
            "darwin": "${PROJECT}/.clinerules/*.md",
            "linux": "${PROJECT}/.clinerules/*.md"
          },
          "extractors": [
            "instructions"
          ]
        },
        {
          "id": "cline-project-rules-file",
          "description": "Legacy single-file project rules (.clinerules)",
          "scope": "project",
          "format": "markdown",
          "paths": {
            "win32": "${PROJECT}\\.clinerules",
            "darwin": "${PROJECT}/.clinerules",
            "linux": "${PROJECT}/.clinerules"
          },
          "extractors": [
            "instructions"
          ]
        },
        {
          "id": "cline-user-rules",
          "description": "Global Cline rules (~/Documents/Cline/Rules)",
          "scope": "global",
          "format": "markdown",
          "pathGlob": {
            "win32": "${USERPROFILE}\\Documents\\Cline\\Rules\\*.md",
            "darwin": "${HOME}/Documents/Cline/Rules/*.md",
            "linux": "${HOME}/Documents/Cline/Rules/*.md"
          },
          "extractors": [
            "instructions"
          ]
        },
        {
          "id": "cline-project-skills",
          "description": "Project skills (.cline/skills)",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.cline\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.cline/skills/*/SKILL.md",
            "linux": "${PROJECT}/.cline/skills/*/SKILL.md"
          },
          "extractors": [
            "skill-frontmatter"
          ]
        },
        {
          "id": "cline-project-skills-agents",
          "description": "Project skills (cross-tool .agents/skills convention)",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.agents\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.agents/skills/*/SKILL.md",
            "linux": "${PROJECT}/.agents/skills/*/SKILL.md"
          },
          "extractors": [
            "skill-frontmatter"
          ]
        },
        {
          "id": "cline-user-skills",
          "description": "User-scope Cline skills (~/.cline/skills)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.cline\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.cline/skills/*/SKILL.md",
            "linux": "${HOME}/.cline/skills/*/SKILL.md"
          },
          "extractors": [
            "skill-frontmatter"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "cline-cli",
      "name": "Cline CLI",
      "vendor": "Cline",
      "description": "Autonomous coding agent for the terminal with MCP support",
      "website": "https://cline.bot",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "cline-cli-mcp-settings",
          "description": "MCP server configuration",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.cline\\data\\settings\\cline_mcp_settings.json",
            "darwin": "${HOME}/.cline/data/settings/cline_mcp_settings.json",
            "linux": "${HOME}/.cline/data/settings/cline_mcp_settings.json"
          },
          "extractors": [
            "mcp-servers",
            "env-vars"
          ]
        },
        {
          "id": "cline-cli-global-state",
          "description": "Global settings and API configuration",
          "scope": "global",
          "format": "json",
          "paths": {
            "win32": "${USERPROFILE}\\.cline\\data\\globalState.json",
            "darwin": "${HOME}/.cline/data/globalState.json",
            "linux": "${HOME}/.cline/data/globalState.json"
          },
          "extractors": [
            "env-vars"
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "codestudio",
      "name": "Code Studio",
      "vendor": "Code Studio",
      "description": "AI coding agent (skills-capable; detected via its skills directory)",
      "website": null,
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "codestudio-project-skill",
          "description": "Code Studio project skills",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.codestudio\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.codestudio/skills/*/SKILL.md",
            "linux": "${PROJECT}/.codestudio/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "project"
            }
          ]
        },
        {
          "id": "codestudio-user-skill",
          "description": "Code Studio skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.codestudio\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.codestudio/skills/*/SKILL.md",
            "linux": "${HOME}/.codestudio/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        }
      ],
      "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": []
    },
    {
      "kind": "agent",
      "slug": "codearts-agent",
      "name": "CodeArts Agent",
      "vendor": "Huawei",
      "description": "Huawei CodeArts Doer coding agent",
      "website": "https://www.huaweicloud.com/product/codearts.html",
      "repository": null,
      "documentationUrl": null,
      "license": null,
      "version": null,
      "trustLevel": "official",
      "capabilities": [],
      "packaging": null,
      "category": "cli",
      "configFiles": [
        {
          "id": "codearts-agent-project-skill",
          "description": "CodeArts Agent project skills",
          "scope": "project",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${PROJECT}\\.codeartsdoer\\skills\\*\\SKILL.md",
            "darwin": "${PROJECT}/.codeartsdoer/skills/*/SKILL.md",
            "linux": "${PROJECT}/.codeartsdoer/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "project"
            }
          ]
        },
        {
          "id": "codearts-agent-user-skill",
          "description": "CodeArts Agent skills (user-scope)",
          "scope": "global",
          "format": "markdown-frontmatter",
          "pathGlob": {
            "win32": "${USERPROFILE}\\.codeartsdoer\\skills\\*\\SKILL.md",
            "darwin": "${HOME}/.codeartsdoer/skills/*/SKILL.md",
            "linux": "${HOME}/.codeartsdoer/skills/*/SKILL.md"
          },
          "extractors": [
            {
              "type": "skill-frontmatter",
              "scope": "user"
            }
          ]
        }
      ],
      "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": []
    }
  ]
}