rotate-secrets
SolidRotate webhook HMACs, API keys, OAuth tokens, and update gateway configs atomically
Install
Quality Score: 84/100
Skill Content
Details
- Author
- Guilhermepelido
- Repository
- Guilhermepelido/hermes-optimization-guide
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
secret-hygiene
Find, rotate, and prevent leaked credentials across repositories and disk. Covers leak detection with gitleaks and trufflehog, rotation order (the leaked secret first, then outward), git history purge with git-filter-repo, and prevention via pre-commit scanning. Invoke when a secret was committed to git, when a private repo went public, or as periodic audit.
api-credential-rotation
Store, scope, and rotate integration credentials so a leak is survivable and rotation does not cause an outage. Use when managing keys for external services.
secret-rotator
DEMONSTRATION ONLY — Not intended for production use. Rotates secrets stored in environment variables.