Provide comprehensive techniques for penetration testing AWS cloud environments. Covers IAM enumeration, privilege escalation, SSRF to metadata endpoint, S3 bucket exploitation, Lambda code extraction, and persistence techniques for red team operations.
63
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skills/aws-penetration-testing/SKILL.mdSecurity
4 findings: 2 critical severity, 1 high severity, 1 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
These URLs include public S3 bucket URL patterns and a public bucket-indexing site (grayhatwarfare) which are commonly used to host or serve arbitrary files and are frequently abused to distribute malware.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
This content provides explicit, actionable instructions to steal AWS credentials, exfiltrate data, escalate privileges, backdoor Lambda functions, gain persistence, and evade logging — representing high-risk malicious capability despite the stated authorization caveats.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill explicitly instructs extracting, exporting, and passing AWS access keys, secret keys, and session tokens verbatim in commands and CLI arguments (e.g., --access-key/--secret-key, aws_consoler -a/-s, export AWS_*), which requires the LLM to handle secret values directly and poses exfiltration risk.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill includes explicit privileged local commands (e.g., "sudo mkdir /mnt/stolen" and "sudo mount ...") and numerous instructions to create, modify, or delete cloud resources (create-access-key, attach policies, update Lambda code, delete CloudTrail, run SSM commands) which would change the state of the host or environment and enable persistent compromise.
1f67c44
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.