Aws Secrets Rotation

Aws Secrets Rotation is a skill for Claude Code, Codex from mayurrathi/awesome-agent-skills. It costs 18 tokens per session (2,883 once invoked), scanned D, original, no licence file.

An automation tool for regularly changing passwords, API keys, and other credentials stored in AWS.

In plain words
What is it for?
Use it to rotate credentials for Amazon RDS databases, API keys, and other secrets.
Why use it?
Regular rotation limits how long a leaked or exposed secret can be used.

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 to rotate credentials for Amazon RDS databases, API keys, and other secrets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mayurrathi/awesome-agent-skills/aws-secrets-rotation
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-secrets-rotation
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 Secrets Rotation

README.md
[![agentmods](https://agentmods.dev/badge/skills/mayurrathi/awesome-agent-skills/aws-secrets-rotation/github.svg)](https://agentmods.dev/skills/mayurrathi/awesome-agent-skills/aws-secrets-rotation)
Your own site
<a href="https://agentmods.dev/skills/mayurrathi/awesome-agent-skills/aws-secrets-rotation"><img src="https://agentmods.dev/badge/skills/mayurrathi/awesome-agent-skills/aws-secrets-rotation/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 Secrets Rotation

Your own site · 80×15
<a href="https://agentmods.dev/skills/mayurrathi/awesome-agent-skills/aws-secrets-rotation"><img src="https://agentmods.dev/badge/skills/mayurrathi/awesome-agent-skills/aws-secrets-rotation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,883 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 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.00018 $0.02883
Opus 5 $0.00009 $0.01442
Sonnet 5 $0.00004 $0.00577
Haiku 4.5 $0.00002 $0.00288

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

Security

Grade D, and why

Aws Secrets Rotation scanned grade D with 3 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

response = requests.post( 'https://api.stripe.com/v1/api_keys',

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

--secret-binary fileb://~/.ssh/id_rsa

Makes network callslowCapability

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

response = requests.post(
skills/aws-secrets-rotation/SKILL.md · 466 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 · 466 lines · 18 tokens per session scan D d3e70b271e92

Subscribe to this mod's changes

Aws Secrets Rotation is a skill published in the GitHub repository mayurrathi/awesome-agent-skills (8 stars, last pushed 6mo ago), with no licence file. It adds 18 tokens to every session and 2,883 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it D with 3 findings (sends data to an external url, reaches for credential files, makes network calls). 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

cis-aws-compute-12.3

Ensure AWS Secrets manager is configured and being used by Lambda for databases.

CyberStrikeus/CyberStrike · 23 tokens

implementing-aws-config-rules-for-compliance

Implementing AWS Config rules for continuous compliance monitoring of AWS resources, deploying managed and custom rules aligned to CIS and PCI DSS frameworks, configuring automatic remediation with SSM Automation, and aggregating compliance data across accounts.

xalgorix/xalgorix · 53 tokens

performing-cloud-log-forensics-with-athena

Uses AWS Athena to query CloudTrail, VPC Flow Logs, S3 access logs, and ALB logs for forensic investigation. Covers CREATE TABLE DDL with partition projection, forensic SQL queries for detecting unauthorized access, data exfiltration, lateral movement, and privilege escalation. Use when investigating AWS security…

xalgorix/xalgorix · 80 tokens

detecting-aws-guardduty-findings-automation

Automate AWS GuardDuty threat detection findings processing using EventBridge and Lambda to enable real-time incident response, automatic quarantine of compromised resources, and security notification workflows.

xalgorix/xalgorix · 45 tokens

detecting-s3-data-exfiltration-attempts

Detecting data exfiltration attempts from AWS S3 buckets by analyzing CloudTrail S3 data events, VPC Flow Logs, GuardDuty findings, Amazon Macie alerts, and S3 access patterns to identify unauthorized bulk downloads and cross-account data transfers.

xalgorix/xalgorix · 63 tokens

implementing-aws-security-hub-compliance

Implementing AWS Security Hub to aggregate security findings across AWS accounts, enable compliance standards like CIS AWS Foundations and PCI DSS, configure automated remediation with EventBridge and Lambda, and create custom security insights for organizational risk management.

xalgorix/xalgorix · 53 tokens