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)tools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
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
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.