Skip to main content

ci-cd-implement

Implements tailored CI/CD pipelines for projects, generating workflows and scripts for automated testing and deployment.

Install this skill

or
17/100

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

medium line 242

Template literal with variable interpolation in command context

SourceSKILL.md
242```yaml
medium line 288

Template literal with variable interpolation in command context

SourceSKILL.md
288```yaml
medium line 327

Template literal with variable interpolation in command context

SourceSKILL.md
327```yaml
medium line 413

Template literal with variable interpolation in command context

SourceSKILL.md
413```yaml
medium line 450

Template literal with variable interpolation in command context

SourceSKILL.md
450```yaml
critical line 546

Piping content to sh shell

SourceSKILL.md
5461. Install Fly CLI: `curl -L https://fly.io/install.sh | sh`
high line 546

Curl to non-GitHub URL

SourceSKILL.md
5461. Install Fly CLI: `curl -L https://fly.io/install.sh | sh`
low line 561

Access to hidden dotfiles in home directory

SourceSKILL.md
561ssh-copy-id -i ~/.ssh/id_ed25519.pub john@your-vps-ip
high line 561

Access to SSH directory

SourceSKILL.md
561ssh-copy-id -i ~/.ssh/id_ed25519.pub john@your-vps-ip
low line 431

Access to .env file

SourceSKILL.md
431switches: -avzr --delete --exclude='.git' --exclude='.github' --exclude='.env'
low line 546

External URL reference

SourceSKILL.md
5461. Install Fly CLI: `curl -L https://fly.io/install.sh | sh`
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →