{
  "entry": {
    "kind": "agent",
    "slug": "bob",
    "name": "IBM Bob",
    "vendor": "IBM",
    "description": "IBM Bob AI developer agent",
    "website": "https://www.ibm.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "bob-project-skill",
        "description": "IBM Bob project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.bob\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.bob/skills/*/SKILL.md",
          "linux": "${PROJECT}/.bob/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "bob-user-skill",
        "description": "IBM Bob skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.bob\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.bob/skills/*/SKILL.md",
          "linux": "${HOME}/.bob/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": []
  }
}