{
  "entry": {
    "kind": "skill",
    "slug": "azure-deploy",
    "name": "Azure Deploy",
    "vendor": "Microsoft",
    "description": "Microsoft's skill for executing Azure deployments with validation and error recovery — provisioning resources, handling partial failures, and retrying with corrected parameters rather than stopping at the first error.\n\nIt runs deployment commands, holds cloud credentials, and reaches the network, so it declares shell execution, credential access, and outbound network. Shell plus network is Anomity's exfiltration pattern, and the credentials in play are cloud-plane credentials — which is to say this is one of the highest-consequence skills in the catalog, and the one most deserving of a human approving each run rather than a standing grant.",
    "website": "https://github.com/microsoft",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "shell:execute",
      "credentials:access",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "devops",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 45,
      "band": "medium",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "2 high-risk capabilities: shell:execute, credentials:access",
          "contribution": 20
        },
        {
          "id": "exfiltration-risk",
          "kind": "combination",
          "label": "Data exfiltration risk (high)",
          "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
          "contribution": 15
        }
      ],
      "dangerousCombos": [
        {
          "id": "exfiltration-risk",
          "name": "Data exfiltration risk",
          "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
          "capabilities": [
            "shell:execute",
            "network:outbound"
          ],
          "severity": "high"
        }
      ]
    },
    "dangerousCombos": [
      {
        "id": "exfiltration-risk",
        "name": "Data exfiltration risk",
        "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
        "capabilities": [
          "shell:execute",
          "network:outbound"
        ],
        "severity": "high"
      }
    ]
  }
}