Install any skill in seconds. Free to start, no credit card required.
Get Started Free →AWS security configuration scanning and hardening using Prowler, Security Hub, and AWS Config
.claude/skills/a5c-ai-aws-security-scanner/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 183% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 155% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 147% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -13% | 0% |
Automated AWS security configuration scanning and hardening to identify misconfigurations, compliance violations, and security risks across AWS accounts and organizations.
| Category | Services | |----------|----------| | Identity | IAM, SSO, Organizations | | Compute | EC2, Lambda, ECS, EKS | | Storage | S3, EBS, EFS, Glacier | | Database | RDS, DynamoDB, Redshift | | Network | VPC, CloudFront, Route53 | | Security | Security Hub, GuardDuty, KMS | | Monitoring | CloudTrail, CloudWatch, Config |
json{ "type": "object", "properties": { "scanType": { "type": "string", "enum": ["full", "cis", "pci", "hipaa", "gdpr", "custom"], "description": "Type of security scan" }, "awsAccounts": { "type": "array", "items": { "type": "string" }, "description": "AWS account IDs to scan" }, "regions": { "type": "array", "items": { "type": "string" }, "description": "AWS regions to scan" }, "services": { "type": "array", "items": { "type": "string" }, "description": "Specific services to scan" }, "severityThreshold": { "type": "string", "enum": ["critical", "high", "medium", "low", "informational"] }, "complianceFrameworks": { "type": "array", "items": { "type": "string", "enum": ["CIS", "PCI-DSS", "HIPAA", "GDPR", "SOC2", "NIST"] } }, "excludeChecks": { "type": "array", "items": { "type": "string" }, "description": "Check IDs to exclude" } }, "required": ["scanType"] }
json{ "type": "object", "properties": { "scanId": { "type": "string" }, "scanTimestamp": { "type": "string", "format": "date-time" }, "accountsScanned": { "type": "array" }, "regionsScanned": { "type": "array" }, "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" }, "region": { "type": "string" }, "resourceId": { "type": "string" }, "description": { "type": "string" }, "remediation": { "type": "string" }, "complianceMapping": { "type": "array" } } } }, "complianceStatus": { "type": "object" }, "recommendations": { "type": "array", "items": { "type": "string" } }, "reportPaths": { "type": "object", "properties": { "html": { "type": "string" }, "csv": { "type": "string" }, "json": { "type": "string" } } } } }
javascriptskill: { name: 'aws-security-scanner', context: { scanType: 'cis', awsAccounts: ['123456789012'], regions: ['us-east-1', 'us-west-2'], complianceFrameworks: ['CIS', 'SOC2'], severityThreshold: 'medium' } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 18,242 | 18,712 | +3% | 1 | 1 | 0% | 1,436 | 2,810 | +96% | 0 | 0 | — |
case-02 | fail→fail | 21,102 | 14,157 | -33% | 1 | 1 | 0% | 3,088 | 3,401 | +10% | 0 | 0 | — |
case-03 | pass→fail | 11,587 | 14,767 | +27% | 1 | 1 | 0% | 1,271 | 3,377 | +166% | 0 | 0 | — |
case-04 | fail→fail | 13,946 | 17,684 | +27% | 1 | 1 | 0% | 1,522 | 2,916 | +92% | 0 | 0 | — |
case-05 | fail→fail | 14,491 | 11,060 | -24% | 1 | 1 | 0% | 1,583 | 2,019 | +28% | 0 | 0 | — |
case-06 | fail→pass | 9,347 | 3,955 | -58% | 1 | 1 | 0% | 824 | 2,331 | +183% | 0 | 0 | — |
case-07 | fail→pass | 10,147 | 8,763 | -14% | 1 | 1 | 0% | 934 | 2,381 | +155% | 0 | 0 | — |
case-08 | fail→pass | 9,064 | 7,231 | -20% | 1 | 1 | 0% | 1,698 | 2,018 | +19% | 0 | 0 | — |
case-09 | fail→pass | 11,631 | 10,095 | -13% | 1 | 1 | 0% | 842 | 2,083 | +147% | 0 | 0 | — |
case-10 | fail→pass | 17,064 | 9,405 | -45% | 1 | 1 | 0% | 2,393 | 2,075 | -13% | 0 | 0 | — |
case-11 | fail→pass | 8,245 | 10,653 | +29% | 1 | 1 | 0% | 1,544 | 2,087 | +35% | 0 | 0 | — |
case-12 | fail→pass | 9,046 | 12,171 | +35% | 1 | 1 | 0% | 1,785 | 3,150 | +76% | 0 | 0 | — |
case-13 | fail→pass | 8,644 | 12,056 | +39% | 1 | 1 | 0% | 756 | 3,027 | +300% | 0 | 0 | — |
case-14 | fail→pass | 3,372 | 5,567 | +65% | 1 | 1 | 0% | 710 | 2,794 | +294% | 0 | 0 | — |
case-15 | fail→pass | 18,548 | 6,346 | -66% | 1 | 1 | 0% | 2,213 | 2,958 | +34% | 0 | 0 | — |
case-16 | fail→pass | 15,406 | 16,226 | +5% | 1 | 1 | 0% | 2,263 | 3,514 | +55% | 0 | 0 | — |
case-17 | pass→pass | 17,416 | 13,632 | -22% | 1 | 1 | 0% | 2,710 | 3,345 | +23% | 0 | 0 | — |
case-18 | fail→pass | 15,087 | 15,007 | -1% | 1 | 1 | 0% | 2,109 | 3,878 | +84% | 0 | 0 | — |
case-19 | pass→pass | 13,376 | 12,207 | -9% | 1 | 1 | 0% | 1,678 | 3,103 | +85% | 0 | 0 | — |
case-20 | fail→pass | 9,596 | 15,000 | +56% | 1 | 1 | 0% | 2,069 | 3,744 | +81% | 0 | 0 | — |
case-21 | pass→fail | 17,431 | 6,924 | -60% | 1 | 1 | 0% | 2,479 | 3,026 | +22% | 0 | 0 | — |
case-22 | fail→fail | 15,951 | 7,329 | -54% | 1 | 1 | 0% | 2,148 | 2,979 | +39% | 0 | 0 | — |
case-23 | fail→pass | 7,555 | 7,115 | -6% | 1 | 1 | 0% | 491 | 1,904 | +288% | 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. 2 cases got worse with the skill loaded, and they are included in that figure.
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.