Install any skill in seconds. Free to start, no credit card required.
Get Started Free →AWS security auditing — IAM users/roles/policies, CloudTrail API events, security posture analysis. Use when auditing IAM permissions, investigating security incidents, checking MFA compliance, or tracing API activity in CloudTrail.
.claude/skills/automateyournetwork-aws-security-audit/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 81% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 277% | 0% |
| case-01 | ✓→✗ | ▼ Worse | -73% | 0% |
uvx awslabs.iam-mcp-server@latest --readonly (stdio transport)uvx awslabs.cloudtrail-mcp-server@latest (stdio transport)AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (or AWS_PROFILE)--readonly flag prevents any IAM modificationsWhen a user asks "audit our AWS network security":
ec2:* or *:* actionsAuthorizeSecurityGroupIngress, CreateNetworkAcl, ModifyVpcAttribute eventsWhen investigating a security event:
DeleteSecurityGroup, ModifySubnetAttribute?When checking AWS security compliance:
* on sensitive services| Event Name | What It Means | |------------|---------------| | AuthorizeSecurityGroupIngress | Security group rule added (inbound) | | AuthorizeSecurityGroupEgress | Security group rule added (outbound) | | RevokeSecurityGroupIngress | Security group rule removed (inbound) | | CreateNetworkAclEntry | NACL rule added | | CreateRoute | Route table entry added | | ModifyVpcAttribute | VPC setting changed | | CreateVpnConnection | New VPN tunnel created | | AttachInternetGateway | IGW attached to VPC | | CreateTransitGatewayRoute | TGW route added | | UpdateFirewallRuleGroupRuleList | Network Firewall rule changed |
| Check | Why It Matters | |-------|---------------| | No ec2:* policies | Prevent accidental network changes | | Separate roles per service | Least privilege for VPC, TGW, Firewall | | MFA on all humans | Protect against credential theft | | No root access keys | Root should use MFA console only | | Key rotation < 90 days | Limit exposure of compromised keys | | CloudTrail enabled | Audit trail for all API changes |
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (or AWS_PROFILE)Other measured skills in the registry, with their headline benchmark lift.