Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Azure NSG compliance auditing and security posture assessment. CIS Azure Foundations Benchmark rules, effective security rule analysis, orphaned NSG detection. Use when auditing Azure NSGs for CIS compliance, checking for overly permissive rules, or reviewing effective security on NICs.
.claude/skills/automateyournetwork-azure-security-audit/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 45% | 0% |
python mcp-servers/azure-network-mcp/azure_network_mcp_server.py (stdio transport)AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID| Tool | What It Does | |------|-------------| | azure_audit_nsg_compliance | Run CIS Azure Foundations Benchmark against all or specific NSGs | | azure_list_nsgs | List all NSGs with orphan detection (no subnet/NIC associations) | | azure_get_nsg_rules | Full rule list sorted by priority for a specific NSG | | azure_get_effective_security_rules | Effective aggregated rules on a NIC (all NSGs combined) |
| Tool | What It Does | |------|-------------| | azure_get_network_watcher_status | Flow log configuration and retention checks | | azure_get_vnet_details | Subnet-to-NSG associations for VNet topology context | | azure_list_firewalls | Azure Firewall policies for layered security context |
The compliance audit checks these rules from the CIS Azure Foundations Benchmark:
| Rule | Severity | What It Checks | |------|----------|----------------| | 6.1 | Critical | RDP (port 3389) not open to 0.0.0.0/0 from internet | | 6.2 | Critical | SSH (port 22) not open to 0.0.0.0/0 from internet | | 6.3 | High | No unrestricted UDP (all ports) from internet | | 6.4 | Medium | NSG flow logs enabled with >= 90 day retention |
When asked "audit NSG compliance" or "check Azure security posture":
azure_list_nsgs -- get all NSGs, note orphaned onesazure_audit_nsg_compliance -- run CIS checks against all NSGsazure_get_nsg_rules -- review the full rule set for contextazure_get_effective_security_rules -- verify aggregated effective rulesazure_get_network_watcher_status -- check flow log coverageWhen investigating a potential security incident:
azure_get_effective_security_rules for the target NIC -- what traffic is allowed?azure_get_nsg_rules for each associated NSG -- which specific rules permit traffic?azure_audit_nsg_compliance on the specific NSG -- any known compliance gaps?azure_get_network_watcher_status -- check if flow logs captured the trafficThis skill uses tools from the same azure-network-mcp server as azure-network-ops. The skills are complementary:
Use both together for a complete Azure networking and security picture.
Other measured skills in the registry, with their headline benchmark lift.