{
  "entry": {
    "kind": "skill",
    "slug": "accessibility-audit",
    "name": "Accessibility",
    "vendor": "addyosmani",
    "description": "Audits and improves web accessibility against WCAG 2.2, checking contrast, focus order, labelling, and semantics, then proposing concrete fixes rather than a list of violations.\n\nIt drives a browser to evaluate rendered pages and reads project source to suggest changes, so it declares browser control and filesystem read. Accessibility work is one of the better fits for an agent — the rules are objective, the fixes are mechanical, and a human still has to judge whether the result is genuinely usable rather than merely conformant.",
    "website": "https://github.com/addyosmani",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "browser:control",
      "filesystem:read"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "testing",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 40,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}