Imported from V4N1LLA/Eunhye_Hymn (
skills/secrets-rotation-auditor/SKILL.md). Install upstream withnpx skills add V4N1LLA/Eunhye_Hymn --skill secrets-rotation-auditor. Copyright stays with the author.
Secrets Rotation Auditor
Use this skill to perform periodic secret audit cycles and track follow-up actions.
Execute workflow
- Run secret rotation audit script for core staging secrets.
- Include mobile release secrets when requested.
- Classify findings into
PASS,STALE,MISSING. - Run
secrets-rotation-cycle.ps1for repeatable logging and decision tracking. - Propose or execute secret sync steps when policy allows.
- Record remediation outcomes in docs.
Read references/commands.md for command templates.
Enforce security policy
- Never print or store raw secret values.
- Record only status and age evidence.
- Treat
MISSINGas blocking for related workflows. - Treat
STALEas rotate-now when above policy threshold.
Sync documents when changed
docs/SECRETS_MANAGEMENT.mddocs/runbook.mdinfra/aws/README.mddocs/secrets-rotation-log.mddocs/changelog-dev.md
Return output
Always return:
- audit scope
- stale/missing summary
- remediation actions performed or pending
- docs updated