Back to Directory
devops
API credentials hygiene
Audits and hardens API credential handling (env vars, separation, rotation plan, least privilege, auditability). Use when integrating services or preparing production deployments where secrets must be managed safely.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release of the api-credentials-hygiene skill:
- Audits and hardens API credential management covering environment variables, separation, rotation planning, and least-privilege principles.
- Provides credential mapping, rotation runbooks, least-privilege checklists, and optional `.env` templates with placeholders.
- Designed for integration and deployment scenarios to improve secret handling and auditability.
- Outputs technical documentation only; does not handle actual secrets or offer legal/compliance advice.
- Promotes secure workflows by preventing embedded secrets, minimizing permissions, and documenting access and rotation procedures.