api-credentials-hygiene
Installation
SKILL.md
API credentials hygiene: env vars, rotation, least privilege, auditability
PURPOSE
Audits and hardens API credential handling (env vars, separation, rotation plan, least privilege, auditability).
WHEN TO USE
- TRIGGERS:
- Harden the credentials setup for this integration and move secrets into env vars.
- Design a key rotation plan for these APIs with minimal downtime.
- Audit this service for least-privilege access and document what each key can do.
- Create an environment variable map and a secure .env template for this project.
- Set up credential separation for dev versus prod with clear audit trails.
- DO NOT USE WHEN…
- You want to obtain keys without authorization or bypass security controls.
- You need legal/compliance sign-off (this outputs technical documentation, not legal advice).