What problem does it solve?
Secrets in .env or docker-compose.yml are critical security risks, leading to exposure in version control or insecure file permissions. This skill automates the secure migration and management of these secrets, ensuring your GitLab stack projects remain protected.
Core Features & Use Cases
- Automated Migration: Effortlessly move secrets from
.env or docker-compose.yml to secure Docker secrets, updating your docker-compose.yml automatically.
- Comprehensive Validation: Automatically detect and report secrets in insecure locations, ensuring compliance with best practices and proper file permissions.
- Secure Generation: Create new, cryptographically strong secrets with correct file permissions and Git exclusion, preventing accidental commits.
- Use Case: Your
stack-validator skill reports "CRITICAL: Secrets in .env file". Use this skill to automatically extract, secure, and configure these secrets as Docker secrets, then remove them from .env, all while verifying the migration.
Quick Start
claude "migrate all secrets from .env to Docker secrets"