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

Categories Tested

Security Issues

medium line 215

Template literal with variable interpolation in command context

SourceSKILL.md
215```yaml
medium line 275

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Webhook reference - potential data exfiltration

SourceSKILL.md
278curl -X POST ${{ secrets.SLACK_WEBHOOK }} \
low line 69

External URL reference

SourceSKILL.md
69url: https://app.example.com
low line 275

External URL reference

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

External URL reference

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