workspace/skills/aws-security-audit/SKILL.md
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.
npx skillsauth add automateyournetwork/netclaw aws-security-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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)testing
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
Manage EVE-NG node lifecycle. Use when listing nodes, checking runtime state, creating or deleting nodes, starting or stopping nodes or whole labs, verifying node details, or wiping node NVRAM back to factory defaults.
development
Manage EVE-NG labs and platform inventory. Use when listing labs, checking lab metadata, creating or deleting labs, importing or exporting lab archives, checking EVE-NG health or auth, or verifying available node images before build work.
tools
Execute live CLI commands on running EVE-NG nodes over telnet console. Use when running show commands, making live config changes, verifying protocol state, testing connectivity, checking console readiness, or interacting with IOS, Junos, VPCS, EOS, or NX-OS nodes.