Skip to main content

deployment-guide

Creates comprehensive deployment documentation for CI/CD processes, ensuring production readiness and operational efficiency.

Install this skill

or
72/100

Security score

The deployment-guide skill was audited on Feb 9, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 111

Template literal with variable interpolation in command context

SourceSKILL.md
111```bash
medium line 370

Template literal with variable interpolation in command context

SourceSKILL.md
370```yaml
medium line 219

Curl to non-GitHub URL

SourceSKILL.md
219- [ ] Endpoints healthy: `curl -s https://api.example.com/health`
medium line 256

Curl to non-GitHub URL

SourceSKILL.md
256HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://api.example.com/health)
medium line 296

Curl to non-GitHub URL

SourceSKILL.md
296curl -s https://api.example.com/health
low line 219

External URL reference

SourceSKILL.md
219- [ ] Endpoints healthy: `curl -s https://api.example.com/health`
low line 256

External URL reference

SourceSKILL.md
256HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://api.example.com/health)
low line 296

External URL reference

SourceSKILL.md
296curl -s https://api.example.com/health
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →