ci-cd-implement
Implements tailored CI/CD pipelines for projects, generating workflows and scripts for automated testing and deployment.
Install this skill
Security score
The ci-cd-implement skill was audited on Feb 9, 2026 and we found 11 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 242 | ```yaml |
Template literal with variable interpolation in command context
| 288 | ```yaml |
Template literal with variable interpolation in command context
| 327 | ```yaml |
Template literal with variable interpolation in command context
| 413 | ```yaml |
Template literal with variable interpolation in command context
| 450 | ```yaml |
Piping content to sh shell
| 546 | 1. Install Fly CLI: `curl -L https://fly.io/install.sh | sh` |
Curl to non-GitHub URL
| 546 | 1. Install Fly CLI: `curl -L https://fly.io/install.sh | sh` |
Access to hidden dotfiles in home directory
| 561 | ssh-copy-id -i ~/.ssh/id_ed25519.pub john@your-vps-ip |
Access to SSH directory
| 561 | ssh-copy-id -i ~/.ssh/id_ed25519.pub john@your-vps-ip |
Access to .env file
| 431 | switches: -avzr --delete --exclude='.git' --exclude='.github' --exclude='.env' |
External URL reference
| 546 | 1. Install Fly CLI: `curl -L https://fly.io/install.sh | sh` |