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

Categories Tested

Security Issues

medium line 212

Template literal with variable interpolation in command context

SourceSKILL.md
212```yaml
medium line 272

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Webhook reference - potential data exfiltration

SourceSKILL.md
275curl -X POST ${{ secrets.SLACK_WEBHOOK }} \
low line 66

External URL reference

SourceSKILL.md
66url: https://app.example.com
low line 272

External URL reference

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

External URL reference

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