Skill official devops
Risk level
medium
45/100

Azure Diagnostics

Azure Diagnostics 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 Diagnostics is an officially published skill from Microsoft. Anomity scores its risk at 45 out of 100 (medium). It matches 1 dangerous capability combination.

Diagnoses and remediates Azure production issues systematically — reading resource health, correlating logs, and proposing or applying fixes for common failure modes.

Capabilities are shell execution, credential access, and outbound network. The remediation half is what makes it more than a reporting tool and more than a read-only risk: a skill that can change production configuration during an incident is operating at the moment when review is least likely to happen. Prefer running it in diagnose-only mode and letting a human apply the change.

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