{
  "entry": {
    "kind": "skill",
    "slug": "azure-cost",
    "name": "Azure Cost",
    "vendor": "Microsoft",
    "description": "Manages Azure spend — forecasting, attributing cost to resources, and identifying waste such as idle capacity and oversized instances.\n\nIt reads billing APIs with cloud credentials over the network, so it declares outbound network and credential access, but performs no writes. That read-only shape makes it one of the safer cloud skills: the worst case is that billing data, which describes your architecture and scale in some detail, enters a model context. For most organisations that is an acceptable trade for finding the idle cluster nobody remembered.",
    "website": "https://github.com/microsoft",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound",
      "credentials:access"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "devops",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: credentials:access",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}