Aws Penetration Testing
Helps with AWS, testing as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aws-penetration-testing npx -- -y @trustedskills/aws-penetration-testing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-penetration-testing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-penetration-testing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The aws-penetration-testing skill empowers AI agents to conduct comprehensive security assessments of AWS environments. It automates the discovery of vulnerabilities and misconfigurations across cloud resources to harden infrastructure defenses.
When to use it
- Performing pre-deployment security audits on new AWS architectures before going live.
- Identifying exposed S3 buckets or open security groups in production environments.
- Validating compliance with security best practices after major infrastructure changes.
- Simulating attacker techniques to test the resilience of cloud-native applications.
Key capabilities
- Scans for common AWS misconfigurations and insecure settings.
- Identifies unpatched software and outdated dependencies within EC2 instances.
- Detects overly permissive IAM roles and policies that grant excessive access.
- Analyzes network topology to find potential lateral movement paths.
Example prompts
- "Run a full penetration test on my AWS account focusing on S3 bucket permissions and security group rules."
- "Identify any EC2 instances with open SSH ports or outdated operating systems in the us-east-1 region."
- "Generate a report of IAM policies that allow wildcard access to DynamoDB tables."
Tips & gotchas
Ensure you have explicit authorization before running penetration tests on production environments to avoid accidental service disruption. Always configure AWS CloudTrail and GuardDuty to monitor for anomalous activity triggered by the testing process.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.