secrets-management
Installation
SKILL.md
What I do
- Manage application secrets securely
- Use environment variables properly
- Integrate with secret managers
- Handle API keys and credentials
- Implement secret rotation
- Audit secret access
- Prevent secret leaks
- Use encryption appropriately
When to use me
When handling credentials, API keys, or sensitive configuration.
Secret Management Hierarchy
1. Environment Variables (for containers)
- Set at deployment time
- Easy rotation
- Limited size