secrets-management
Installation
SKILL.md
Secrets Management
Purpose
Keep credentials out of code, out of logs, and out of git history — and be able to rotate them quickly when, inevitably, one leaks.
When to Use
- Setting up secret storage for an application.
- A secret has been committed or exposed.
- Implementing rotation.
- Auditing a repository or a running system for exposed credentials.