{
  "entry": {
    "kind": "skill",
    "slug": "browser-testing-with-devtools",
    "name": "Browser Testing with DevTools",
    "vendor": "addyosmani",
    "description": "Tests in a real browser via Chrome DevTools — inspecting the DOM, watching network activity, and reproducing behaviour the way a developer would rather than through a synthetic test harness.\n\nDeclared capability is browser control. The distinction from a headless test runner matters for risk: a skill driving your actual browser can reach internal hosts and act inside authenticated sessions. Point it at a dedicated profile. As a debugging aid it is genuinely strong, because it observes what the page does instead of what the test asserts.",
    "website": "https://github.com/addyosmani",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "browser:control"
    ],
    "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": []
  }
}