aws-secrets-rotation
Automate AWS Secrets Rotation Safely
Manual credential rotation creates outages and compliance gaps. This skill provides AWS Secrets Manager examples for rotation functions, monitoring, audits, and application retrieval.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "aws-secrets-rotation" from https://skillstore.io/skills/sickn33-aws-secrets-rotation.md and its manifest at https://skillstore.io/api/skills/sickn33-aws-secrets-rotation/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "aws-secrets-rotation". Audit production secrets for a 90-day rotation policy.
Expected outcome:
- Scope: Production Secrets Manager entries in the approved regions.
- Finding: Rotation is disabled for two secrets and overdue for three secrets.
- Action: Assign owners, enable tested rotation, and preserve audit evidence.
Using "aws-secrets-rotation". Plan rotation for an RDS MySQL credential.
Expected outcome:
The plan separates create, set, test, and finish stages. It validates the pending password before promotion and defines alarms and rollback.
Using "aws-secrets-rotation". Prepare an emergency API key rotation runbook.
Expected outcome:
- Confirm the incident scope and authorize rotation.
- Create and validate the replacement key before revoking the old key.
- Monitor dependent services and record completion evidence.
Security Audit
CriticalMost external-command alerts are Markdown fence detections or bounded examples, while the documented AWS and Stripe operations are intentional. However, the skill uploads a default SSH private key, writes a decrypted key to disk, places an API key in a URL, and contains rotation-stage defects that can activate untested credentials. These issues require remediation before publication.
Confirmed security concerns (5)
Capability review items (7)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (27)
๐ Network access (9)
๐ Filesystem access (2)
๐ Env variables (9)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-aws-secrets-rotation/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-aws-secrets-rotation?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-aws-secrets-rotation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-aws-secrets-rotation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-aws-secrets-rotation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). aws-secrets-rotation security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-aws-secrets-rotation/audits/5BibTeX citation
@techreport{sickn33-sickn33-aws-secrets-rotation-2026,
author = {sickn33},
title = {aws-secrets-rotation security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-aws-secrets-rotation/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "aws-secrets-rotation security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-aws-secrets-rotation/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-aws-secrets-rotation:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Plan RDS Credential Rotation
Create a reviewed rotation design for database credentials, including schedules, Lambda steps, testing, monitoring, and rollback.
Audit Rotation Compliance
Assess Secrets Manager entries for enabled rotation, stale credentials, missing dates, and alert coverage.
Integrate Managed Secrets
Adapt Python or Node.js applications to retrieve credentials from Secrets Manager without storing them in source code.
Try These Prompts
Explain how to rotate [secret type] in AWS account [environment]. Provide prerequisites, permissions, validation steps, and rollback. Do not execute commands.
Design rotation for [RDS engine] using Secrets Manager and Lambda. Include version stages, least-privilege IAM, testing, monitoring, and failure recovery.
Create a read-only audit approach for Secrets Manager in [regions]. Report disabled rotation, overdue secrets, pagination, errors, and evidence requirements.
Review this [provider] key-rotation design for idempotency, pending-version handling, credential exposure, revocation order, retries, timeouts, and rollback. Identify blocking defects.
Best Practices
- Use AWS managed rotation templates when available, with least-privilege IAM and encryption controls.
- Test AWSPENDING credentials before promotion, and preserve a tested rollback path.
- Monitor every rotation step and audit schedules across all configured regions and pages.
Avoid
- Do not upload an existing personal SSH key as an example secret.
- Do not place secret values in URLs, logs, command history, or unprotected files.
- Do not revoke current credentials before replacements are installed, tested, and recoverable.
Frequently Asked Questions
Does this skill execute AWS changes automatically?
Which secret types are covered?
Are the Lambda examples production ready?
Can it audit rotation compliance?
Does it include least-privilege IAM policies?
How should private keys be handled?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/security/aws-secrets-rotationRef
86d877f219e2131f05dd5b37c5e329c71c7b8ec4
Maintenance freshness
7/26/2026
Usage
6 downloads ยท 94 views
File structure
๐ SKILL.md