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 8, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 204
Template literal with variable interpolation in command context
SourceSKILL.md
| 204 | ```yaml |
medium line 264
Curl to non-GitHub URL
SourceSKILL.md
| 264 | run: curl -f https://app.example.com/health |
medium line 301
Curl to non-GitHub URL
SourceSKILL.md
| 301 | if curl -sf https://app.example.com/health; then |
low line 267
Webhook reference - potential data exfiltration
SourceSKILL.md
| 267 | curl -X POST ${{ secrets.SLACK_WEBHOOK }} \ |
low line 54
External URL reference
SourceSKILL.md
| 54 | url: https://app.example.com |
low line 264
External URL reference
SourceSKILL.md
| 264 | run: curl -f https://app.example.com/health |
low line 301
External URL reference
SourceSKILL.md
| 301 | if curl -sf https://app.example.com/health; then |
Scanned on Mar 8, 2026
View Security DashboardGitHub Stars 30.6K
Rate this skill
Categorydevelopment
UpdatedApril 4, 2026
cicd-automationwshobson/agents