{
  "entry": {
    "kind": "skill",
    "slug": "web-best-practices",
    "name": "Best Practices",
    "vendor": "addyosmani",
    "description": "Applies modern web development practices across security, performance, and code quality — the accumulated \"you should probably not do that\" knowledge that rarely makes it into a linter rule.\n\nIt reads and writes project files. Its usefulness depends on how current the encoded guidance is: web platform advice ages quickly, and a skill recommending a pattern that was correct three years ago is worse than no skill, because it arrives with apparent authority. Check the last update date before relying on it for security guidance specifically.",
    "website": "https://github.com/addyosmani",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "filesystem:write"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "development",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 50,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: filesystem:write",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}