Skip to main content

deployment-pipeline-design

Designs secure multi-stage CI/CD pipelines with approval gates and deployment strategies for efficient software delivery.

Install this skill

or
81/100

Security score

The deployment-pipeline-design skill was audited on Mar 4, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 200

Template literal with variable interpolation in command context

SourceSKILL.md
200```yaml
medium line 260

Curl to non-GitHub URL

SourceSKILL.md
260run: curl -f https://app.example.com/health
medium line 297

Curl to non-GitHub URL

SourceSKILL.md
297if curl -sf https://app.example.com/health; then
low line 263

Webhook reference - potential data exfiltration

SourceSKILL.md
263curl -X POST ${{ secrets.SLACK_WEBHOOK }} \
low line 54

External URL reference

SourceSKILL.md
54url: https://app.example.com
low line 260

External URL reference

SourceSKILL.md
260run: curl -f https://app.example.com/health
low line 297

External URL reference

SourceSKILL.md
297if curl -sf https://app.example.com/health; then
Scanned on Mar 4, 2026
View Security Dashboard