Azure Deploy ↗
Azure Deploy is an officially published skill from Microsoft. Anomity scores its risk at 45 out of 100 (medium). It matches 1 dangerous capability combination.
Analysis summary
Azure Deploy is an officially published skill from Microsoft. Anomity scores its risk at 45 out of 100 (medium). It matches 1 dangerous capability combination.
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.
It 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.
Why this entry scored 45 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. Declared high-risk capabilities add +20 (capped at +30). It matches 1 dangerous capability combination, which contributes additional severity weight. The clamped result is 45, placing it in the medium band.
Findings
-
Published by the vendor Trust offset
-
2 high-risk capabilities: shell:execute, credentials:access Critical
-
Data exfiltration risk (high) HighEvidenceShell execution combined with outbound network access can exfiltrate arbitrary data from the machine.
Capabilities
Every capability the entry declares, with the security implication of each.
-
shell:executeShell executionCan run arbitrary shell commands. Combined with network access this becomes effectively a remote shell. -
credentials:accessCredentials accessReads provider API keys, OAuth tokens, or other secrets from the host keychain or environment. -
network:outboundOutbound networkCan make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access.
Dangerous combinations matched
Capability pairings that compound into well-known attack patterns.
-
Data exfiltration risk highShell execution combined with outbound network access can exfiltrate arbitrary data from the machine.shell:execute network:outbound