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 Jun 14, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 210

Template literal with variable interpolation in command context

SourceSKILL.md
210```yaml
medium line 270

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Webhook reference - potential data exfiltration

SourceSKILL.md
273curl -X POST ${{ secrets.SLACK_WEBHOOK }} \
low line 65

External URL reference

SourceSKILL.md
65url: https://app.example.com
low line 270

External URL reference

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

External URL reference

SourceSKILL.md
307if curl -sf https://app.example.com/health; then
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →