Skill official devops
Risk level
medium
45/100

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.

shell:execute credentials:access network:outbound

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.

See the full scoring formula →

Findings

  • Published by the vendor Trust offset
    Contribution to score: -40
  • 2 high-risk capabilities: shell:execute, credentials:access Critical
    Contribution to score: +20
  • Data exfiltration risk (high) High
    Evidence
    Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.
    Contribution to score: +15

Capabilities

Every capability the entry declares, with the security implication of each.

  • shell:execute Shell execution
    Can run arbitrary shell commands. Combined with network access this becomes effectively a remote shell.
  • credentials:access Credentials access
    Reads provider API keys, OAuth tokens, or other secrets from the host keychain or environment.
  • network:outbound Outbound network
    Can 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 high
    Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.
    shell:execute network:outbound