azure-sec-audit

azure-sec-audit is a command for Claude Code from HermeticOrmus/LibreSecOps-Claude-Code. It costs 0 tokens per session (1,292 once invoked), scanned A, original, MIT.

A command for auditing Microsoft Azure cloud settings, including Entra ID, Microsoft's identity service, networks, storage, logs, and policies. It can review a live environment, configuration files, or exported reports.

In plain words
What is it for?
Use it to check MFA, Conditional Access, privileged access, network rules, storage security, activity logging, and Azure Policy compliance.
Why use it?
It helps find security gaps in Azure subscriptions and deployment templates before an audit or after configuration changes.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/hermeticormus/libresecops-claude-code/azure-sec-audit
Clone the repo
git clone --depth 1 https://github.com/HermeticOrmus/LibreSecOps-Claude-Code

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azure-sec-audit

README.md
[![agentmods](https://agentmods.dev/badge/commands/hermeticormus/libresecops-claude-code/azure-sec-audit.svg)](https://agentmods.dev/commands/hermeticormus/libresecops-claude-code/azure-sec-audit)
Your own site
<a href="https://agentmods.dev/commands/hermeticormus/libresecops-claude-code/azure-sec-audit"><img src="https://agentmods.dev/badge/commands/hermeticormus/libresecops-claude-code/azure-sec-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,292 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01292
Opus 5 $0.00000 $0.00646
Sonnet 5 $0.00000 $0.00258
Haiku 4.5 $0.00000 $0.00129

Measured 6d ago against content hash 209abaa94444, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

azure-sec-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cloud-security-azure/commands/azure-sec-audit.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/azure-sec-audit

Structured security audit of Azure configuration covering Entra ID, NSGs, storage accounts, Activity Logs, and Azure Policy.

Trigger

Use when you need to:

  • Review Azure subscription or tenant configuration for security gaps
  • Audit Terraform, ARM, or Bicep templates before deployment
  • Evaluate Entra ID security posture (MFA, Conditional Access, PIM)
  • Prepare for a CIS Azure Benchmark assessment or SOC 2 audit
  • Investigate Azure security posture after organizational changes

Input

One of:

  • Live environment: Azure CLI (az) authenticated with Reader role at subscription level + Global Reader in Entra ID
  • Infrastructure-as-code: Terraform files (.tf) using azurerm/azuread providers, ARM templates (.json), or Bicep files (.bicep)
  • Configuration export: Output from az commands, Defender for Cloud exports, Azure Policy compliance reports
  • Specific scope: Focus area (e.g., "Entra ID only", "networking", "storage accounts")

Process

Phase 1: Identity (Entra ID)

  1. Authentication security

    • MFA status for all users (az ad user list + Conditional Access policies)
    • Conditional Access policies covering: all users baseline, admin MFA, risky sign-in, device compliance
    • Legacy authentication blocked (Conditional Access policy blocking legacy auth protocols)
    • Password policy (self-service reset, banned passwords, smart lockout)
  2. Privileged access

    • PIM enabled for eligible role assignments (Global Admin, Contributor, Owner)
    • Standing admin accounts (permanent vs eligible assignments)
    • Emergency access (break-glass) accounts properly configured
    • Admin accounts without MFA (critical finding)
  3. Service principals & app registrations

    • App registrations with client secrets (vs certificate-based authentication)
    • Service principals with Owner or Contributor at high scope
    • Multi-tenant apps with excessive permissions
    • Admin consent grants review
    • Managed Identity adoption vs service principal secrets

Read the full file on GitHub · 158 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 158 lines · 0 tokens per session scan A 209abaa94444

Subscribe to this mod's changes

azure-sec-audit is a command published in the GitHub repository HermeticOrmus/LibreSecOps-Claude-Code (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,292 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.