Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Azure security configuration scanning and hardening using Azure Security Center, Azure Policy, and ScoutSuite
.claude/skills/a5c-ai-azure-security-scanner/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 32% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 67% | 0% |
Automated Azure security configuration scanning and hardening to identify misconfigurations, compliance violations, and security risks across Azure subscriptions and tenants.
| Category | Services | |----------|----------| | Identity | Azure AD, PIM, Conditional Access | | Compute | VMs, App Services, Functions, AKS | | Storage | Storage Accounts, Blobs, Files | | Database | SQL Database, Cosmos DB, PostgreSQL | | Network | VNets, NSGs, Azure Firewall, WAF | | Security | Defender, Key Vault, Sentinel | | Monitoring | Monitor, Log Analytics, Application Insights |
json{ "type": "object", "properties": { "scanType": { "type": "string", "enum": ["full", "cis", "pci", "hipaa", "iso27001", "custom"], "description": "Type of security scan" }, "subscriptions": { "type": "array", "items": { "type": "string" }, "description": "Azure subscription IDs to scan" }, "resourceGroups": { "type": "array", "items": { "type": "string" }, "description": "Specific resource groups to scan" }, "services": { "type": "array", "items": { "type": "string" }, "description": "Specific services to scan" }, "severityThreshold": { "type": "string", "enum": ["critical", "high", "medium", "low"] }, "complianceFrameworks": { "type": "array", "items": { "type": "string", "enum": ["CIS", "PCI-DSS", "HIPAA", "ISO27001", "SOC2", "NIST"] } }, "includeAzureAD": { "type": "boolean", "description": "Include Azure AD security checks" } }, "required": ["scanType"] }
json{ "type": "object", "properties": { "scanId": { "type": "string" }, "scanTimestamp": { "type": "string", "format": "date-time" }, "subscriptionsScanned": { "type": "array" }, "secureScore": { "type": "object", "properties": { "current": { "type": "number" }, "max": { "type": "number" }, "percentage": { "type": "number" } } }, "summary": { "type": "object", "properties": { "totalChecks": { "type": "integer" }, "passed": { "type": "integer" }, "failed": { "type": "integer" }, "warnings": { "type": "integer" } } }, "findingsBySeverity": { "type": "object", "properties": { "critical": { "type": "integer" }, "high": { "type": "integer" }, "medium": { "type": "integer" }, "low": { "type": "integer" } } }, "findings": { "type": "array", "items": { "type": "object", "properties": { "checkId": { "type": "string" }, "severity": { "type": "string" }, "service": { "type": "string" }, "resourceId": { "type": "string" }, "description": { "type": "string" }, "remediation": { "type": "string" }, "complianceMapping": { "type": "array" } } } }, "azureAdFindings": { "type": "array" }, "policyCompliance": { "type": "object" }, "recommendations": { "type": "array", "items": { "type": "string" } } } }
javascriptskill: { name: 'azure-security-scanner', context: { scanType: 'cis', subscriptions: ['subscription-id-1'], complianceFrameworks: ['CIS', 'SOC2'], includeAzureAD: true, severityThreshold: 'medium' } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 40,458 | 28,108 | -31% | 1 | 1 | 0% | 6,707 | 4,213 | -37% | 0 | 0 | — |
case-02 | fail→pass | 26,949 | 32,672 | +21% | 1 | 1 | 0% | 5,521 | 4,952 | -10% | 0 | 0 | — |
case-03 | fail→pass | 29,540 | 41,631 | +41% | 1 | 1 | 0% | 3,341 | 6,275 | +88% | 0 | 0 | — |
case-04 | fail→pass | 8,997 | 8,899 | -1% | 1 | 1 | 0% | 1,559 | 2,063 | +32% | 0 | 0 | — |
case-05 | pass→pass | 58,030 | 11,111 | -81% | 1 | 1 | 0% | 2,489 | 2,122 | -15% | 0 | 0 | — |
case-06 | fail→pass | 30,477 | 12,734 | -58% | 1 | 1 | 0% | 4,177 | 1,834 | -56% | 0 | 0 | — |
case-07 | pass→pass | 15,641 | 55,073 | +252% | 1 | 1 | 0% | 1,712 | 1,789 | +4% | 0 | 0 | — |
case-08 | fail→pass | 18,772 | 15,152 | -19% | 1 | 1 | 0% | 2,142 | 3,577 | +67% | 0 | 0 | — |
case-09 | pass→pass | 84,252 | 8,826 | -90% | 1 | 1 | 0% | 1,494 | 2,071 | +39% | 0 | 0 | — |
case-10 | fail→pass | 18,096 | 1,904 | -89% | 1 | 1 | 0% | 1,903 | 1,866 | -2% | 0 | 0 | — |
case-11 | fail→pass | 13,927 | 9,113 | -35% | 1 | 1 | 0% | 1,651 | 2,109 | +28% | 0 | 0 | — |
case-12 | pass→pass | 3,000 | 8,826 | +194% | 1 | 1 | 0% | 490 | 2,303 | +370% | 0 | 0 | — |
case-13 | pass→pass | 12,469 | 7,669 | -38% | 1 | 1 | 0% | 1,402 | 2,008 | +43% | 0 | 0 | — |
case-14 | fail→pass | 24,057 | 43,180 | +79% | 1 | 1 | 0% | 1,889 | 3,410 | +81% | 0 | 0 | — |
case-15 | pass→pass | 15,588 | 14,013 | -10% | 1 | 1 | 0% | 2,140 | 3,266 | +53% | 0 | 0 | — |
case-16 | fail→pass | 15,057 | 15,794 | +5% | 1 | 1 | 0% | 1,937 | 3,789 | +96% | 0 | 0 | — |
case-17 | fail→pass | 17,780 | 18,748 | +5% | 1 | 1 | 0% | 1,940 | 3,213 | +66% | 0 | 0 | — |
case-22 | pass→pass | 14,288 | 18,228 | +28% | 1 | 1 | 0% | 1,806 | 3,522 | +95% | 0 | 0 | — |
case-18 | pass→pass | 13,382 | 3,635 | -73% | 1 | 1 | 0% | 2,545 | 1,793 | -30% | 0 | 0 | — |
case-19 | fail→pass | 15,450 | 13,694 | -11% | 1 | 1 | 0% | 2,095 | 3,362 | +60% | 0 | 0 | — |
case-20 | pass→pass | 17,412 | 14,397 | -17% | 1 | 1 | 0% | 1,663 | 3,285 | +98% | 0 | 0 | — |
case-21 | pass→pass | 19,128 | 16,844 | -12% | 1 | 1 | 0% | 2,789 | 4,773 | +71% | 0 | 0 | — |
case-23 | fail→pass | 14,076 | 43,319 | +208% | 1 | 1 | 0% | 1,386 | 2,147 | +55% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +52 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.