What problem does it solve? Hardcoding credentials in CI/CD pipelines exposes API keys, database passwords, and certificates to leaks, and manual rotation is error-prone. This Skill provides patterns for storing, retrieving, rotating, and scanning secrets securely across pipeline platforms. ## Core Features & Use Cases - Multi-Platform Integration: Configure HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, and Google Secret Manager within GitHub Actions and GitLab CI workflows. - Secret Rotation & Scanning: Automate rotation with AWS Lambda and detect leaked credentials using TruffleHog in pre-commit hooks and CI jobs. - Kubernetes Support: Sync secrets into clusters with the External Secrets Operator backed by Vault. - Use Case: A team needs database credentials injected into a GitHub Actions deploy job without committing them to Git; this Skill shows how to pull them from Vault at runtime with masked output. ## Quick Start Ask the AI to set up a GitHub Actions workflow that retrieves database credentials from HashiCorp Vault instead of storing them in the repository.