What problem does it solve?
Prevents insecure CI/CD workflows by guiding you to build robust, least-privilege pipelines with security scanning, secret hygiene, and reliable artifacts across GitHub Actions and GitLab CI.
Core Features & Use Cases
- CI/CD Pipeline Security Guardrails: Enforces secrets-safety (no hardcoded secrets), least privilege, and “fail secure” behavior to reduce common CWE risks in pipelines.
- Security Gates & Scanning Steps: Recommends adding SAST, SCA/dependency scanning, and secret scanning patterns to block vulnerable changes before deployment.
- Performance and Reliability Practices: Encourages caching, sensible timeouts, artifact management, and reproducible dependency handling to keep pipelines fast and predictable.
- Use Case: When you’re creating a PR-triggered pipeline for a repo that builds, tests, scans, and deploys only from protected branches, this Skill helps you assemble the workflow with the right security and reliability steps.
Quick Start
Use cicd-expert when generating a GitHub Actions or GitLab CI workflow for your project, ensuring it includes security scanning, minimal permissions, safe secret handling, caching, and artifact passing.