Skip to main content

ci-cd-pipeline-patterns

This skill provides comprehensive guidance on designing and optimizing CI/CD pipelines using GitHub Actions and modern DevOps practices.

Install this skill

or
0/100

Security score

The ci-cd-pipeline-patterns skill was audited on Feb 9, 2026 and we found 40 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 140

Template literal with variable interpolation in command context

SourceSKILL.md
140```yaml
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151```yaml
medium line 262

Template literal with variable interpolation in command context

SourceSKILL.md
262```yaml
medium line 307

Template literal with variable interpolation in command context

SourceSKILL.md
307```yaml
medium line 334

Template literal with variable interpolation in command context

SourceSKILL.md
334```yaml
medium line 483

Template literal with variable interpolation in command context

SourceSKILL.md
483```yaml
medium line 561

Template literal with variable interpolation in command context

SourceSKILL.md
561```yaml
medium line 603

Template literal with variable interpolation in command context

SourceSKILL.md
603```yaml
medium line 664

Template literal with variable interpolation in command context

SourceSKILL.md
664```yaml
medium line 675

Template literal with variable interpolation in command context

SourceSKILL.md
675```yaml
medium line 740

Template literal with variable interpolation in command context

SourceSKILL.md
740```yaml
medium line 754

Template literal with variable interpolation in command context

SourceSKILL.md
754```yaml
medium line 817

Template literal with variable interpolation in command context

SourceSKILL.md
817```yaml
medium line 837

Template literal with variable interpolation in command context

SourceSKILL.md
837```yaml
medium line 863

Template literal with variable interpolation in command context

SourceSKILL.md
863```json
medium line 882

Template literal with variable interpolation in command context

SourceSKILL.md
882```yaml
medium line 902

Template literal with variable interpolation in command context

SourceSKILL.md
902```yaml
medium line 954

Template literal with variable interpolation in command context

SourceSKILL.md
954```yaml
medium line 986

Template literal with variable interpolation in command context

SourceSKILL.md
986```yaml
medium line 1104

Template literal with variable interpolation in command context

SourceSKILL.md
1104```yaml
medium line 1146

Template literal with variable interpolation in command context

SourceSKILL.md
1146```yaml
medium line 1175

Template literal with variable interpolation in command context

SourceSKILL.md
1175```yaml
medium line 1215

Template literal with variable interpolation in command context

SourceSKILL.md
1215```yaml
medium line 1331

Template literal with variable interpolation in command context

SourceSKILL.md
1331```yaml
medium line 1361

Template literal with variable interpolation in command context

SourceSKILL.md
1361```yaml
medium line 1416

Template literal with variable interpolation in command context

SourceSKILL.md
1416```yaml
medium line 1434

Template literal with variable interpolation in command context

SourceSKILL.md
1434```yaml
medium line 1458

Template literal with variable interpolation in command context

SourceSKILL.md
1458```yaml
medium line 1494

Template literal with variable interpolation in command context

SourceSKILL.md
1494```yaml
medium line 536

Curl to non-GitHub URL

SourceSKILL.md
536curl -f https://green.example.com/health
medium line 623

Curl to non-GitHub URL

SourceSKILL.md
623curl -f https://api.example.com/health
low line 311

Access to hidden dotfiles in home directory

SourceSKILL.md
311~/.npm
low line 312

Access to hidden dotfiles in home directory

SourceSKILL.md
312~/.cache
low line 470

External URL reference

SourceSKILL.md
470http://localhost:3000
low line 471

External URL reference

SourceSKILL.md
471http://localhost:3000/dashboard
low line 536

External URL reference

SourceSKILL.md
536curl -f https://green.example.com/health
low line 623

External URL reference

SourceSKILL.md
623curl -f https://api.example.com/health
low line 641

External URL reference

SourceSKILL.md
641url: https://staging.example.com
low line 652

External URL reference

SourceSKILL.md
652url: https://example.com
low line 1141

External URL reference

SourceSKILL.md
1141echo "url=https://${{ inputs.environment }}.example.com" >> $GITHUB_OUTPUT
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →