Aws Penetration Testing

Aws Penetration Testing is a skill for Claude Code, Codex from mayurrathi/awesome-agent-skills. It costs 48 tokens per session (2,489 once invoked), scanned C, original, no licence file.

A tool for testing the security of AWS accounts and cloud infrastructure by looking for weaknesses that an attacker could exploit.

In plain words
What is it for?
Use it for authorized AWS penetration tests, including IAM enumeration, S3 bucket testing, and cloud privilege-escalation checks.
Why use it?
It helps uncover dangerous access paths, exposed storage, and privilege-escalation risks before real attackers find them.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for authorized AWS penetration tests, including IAM enumeration, S3 bucket testing, and cloud privilege-escalation checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mayurrathi/awesome-agent-skills/aws-penetration-testing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mayurrathi/awesome-agent-skills --skill aws-penetration-testing
Clone the repo
git clone --depth 1 https://github.com/mayurrathi/awesome-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Aws Penetration Testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/mayurrathi/awesome-agent-skills/aws-penetration-testing/github.svg)](https://agentmods.dev/skills/mayurrathi/awesome-agent-skills/aws-penetration-testing)
Your own site
<a href="https://agentmods.dev/skills/mayurrathi/awesome-agent-skills/aws-penetration-testing"><img src="https://agentmods.dev/badge/skills/mayurrathi/awesome-agent-skills/aws-penetration-testing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Aws Penetration Testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/mayurrathi/awesome-agent-skills/aws-penetration-testing"><img src="https://agentmods.dev/badge/skills/mayurrathi/awesome-agent-skills/aws-penetration-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,489 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 4 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.02489
Opus 5 $0.00024 $0.01244
Sonnet 5 $0.00010 $0.00498
Haiku 4.5 $0.00005 $0.00249

Measured 7d ago against content hash 559e0555a892, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade C, and why

Aws Penetration Testing scanned grade C with 4 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Harvests environment variablesmediumData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

# 3. Extract credentials

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Asks for rootlowPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo mkdir /mnt/stolen

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Cloud metadata endpointmediumServer-side request forgery

One request to 169.254.169.254 can return temporary IAM credentials.

http://169.254.169.254/latest/meta-data/

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

TOKEN=$(curl -X PUT -H "X-aws-ec2-metadata-token-ttl-seconds: 21600" \
skills/aws-penetration-testing/SKILL.md · 411 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 411 lines · 48 tokens per session scan C 559e0555a892

Subscribe to this mod's changes

Aws Penetration Testing is a skill published in the GitHub repository mayurrathi/awesome-agent-skills (8 stars, last pushed 6mo ago), with no licence file. It adds 48 tokens to every session and 2,489 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 4 findings (harvests environment variables, asks for root, cloud metadata endpoint). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

mtls-configuration

Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.

rmyndharis/antigravity-skills · 38 tokens

istio-traffic-management

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

rmyndharis/antigravity-skills · 40 tokens

multi-cloud-architecture

Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.

rmyndharis/antigravity-skills · 50 tokens

observability-engineer

Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. Use PROACTIVELY for monitoring infrastructure, performance optimization, or production reliability.

rmyndharis/antigravity-skills · 49 tokens

hybrid-cloud-architect

Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware). Masters hybrid connectivity, workload placement optimization, edge computing, and cross-cloud automation. Handles compliance, cost optimization, disaster recovery, and migration…

rmyndharis/antigravity-skills · 79 tokens

kubernetes-architect

Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE, service mesh (Istio/Linkerd), progressive delivery, multi-tenancy, and platform engineering. Handles security, observability, cost optimization…

rmyndharis/antigravity-skills · 94 tokens