Skip to main content

deploy-guide

Guides users through deployment steps for applications, ensuring readiness and executing deployment across various hosting platforms.

Install this skill

or
33/100

Security score

The deploy-guide skill was audited on Feb 9, 2026 and we found 21 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 305

Piping content to sh shell

SourceSKILL.md
305curl -L https://fly.io/install.sh | sh
medium line 305

Curl to non-GitHub URL

SourceSKILL.md
305curl -L https://fly.io/install.sh | sh
medium line 439

Curl to non-GitHub URL

SourceSKILL.md
439curl -I https://{domain}
medium line 442

Curl to non-GitHub URL

SourceSKILL.md
442curl -vI https://{domain} 2>&1 | grep "SSL certificate"
medium line 445

Curl to non-GitHub URL

SourceSKILL.md
445curl https://{domain}/api/health
medium line 199

Access to .env file

SourceSKILL.md
1993. Create production .env:
low line 201

Access to .env file

SourceSKILL.md
201cp .env.example .env
low line 202

Access to .env file

SourceSKILL.md
202nano .env # Configure production values
low line 365

Access to .env file

SourceSKILL.md
365--exclude='.env' \
medium line 375

Access to .env file

SourceSKILL.md
3753. Upload files (excluding .env, node_modules, .git)
medium line 395

Access to .env file

SourceSKILL.md
3954. Create production .env on server
low line 544

Access to .env file

SourceSKILL.md
544- Verify DATABASE_URL in .env
medium line 671

Access to .env file

SourceSKILL.md
6711. Verify user credentials in .env
low line 305

External URL reference

SourceSKILL.md
305curl -L https://fly.io/install.sh | sh
low line 439

External URL reference

SourceSKILL.md
439curl -I https://{domain}
low line 442

External URL reference

SourceSKILL.md
442curl -vI https://{domain} 2>&1 | grep "SSL certificate"
low line 445

External URL reference

SourceSKILL.md
445curl https://{domain}/api/health
low line 458

External URL reference

SourceSKILL.md
458Your application is live at: https://{domain}
low line 498

External URL reference

SourceSKILL.md
498- **Production:** https://{domain}
low line 499

External URL reference

SourceSKILL.md
499- **API:** https://{domain}/api
low line 564

External URL reference

SourceSKILL.md
564**URL:** https://{domain}
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →