{
  "entry": {
    "kind": "skill",
    "slug": "azure-compliance",
    "name": "Azure Compliance",
    "vendor": "Microsoft",
    "description": "Audits Azure compliance posture and monitors Key Vault expiry — surfacing misconfigured resources and secrets approaching their rotation date before they fail in production.\n\nDeclared capabilities are outbound network and credential access. Note the subtlety worth catching: monitoring Key Vault means the skill enumerates secret metadata — names, expiry, versions — not secret values. That distinction is the whole security argument for allowing it, and it is worth verifying in the skill's own implementation rather than assuming, because the two API calls sit next to each other.",
    "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": "security",
    "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": []
  }
}