deploy-guide
Guides users through deployment steps for applications, ensuring readiness and executing deployment across various hosting platforms.
Install this skill
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
Piping content to sh shell
| 305 | curl -L https://fly.io/install.sh | sh |
Curl to non-GitHub URL
| 305 | curl -L https://fly.io/install.sh | sh |
Curl to non-GitHub URL
| 439 | curl -I https://{domain} |
Curl to non-GitHub URL
| 442 | curl -vI https://{domain} 2>&1 | grep "SSL certificate" |
Curl to non-GitHub URL
| 445 | curl https://{domain}/api/health |
Access to .env file
| 199 | 3. Create production .env: |
Access to .env file
| 201 | cp .env.example .env |
Access to .env file
| 202 | nano .env # Configure production values |
Access to .env file
| 365 | --exclude='.env' \ |
Access to .env file
| 375 | 3. Upload files (excluding .env, node_modules, .git) |
Access to .env file
| 395 | 4. Create production .env on server |
Access to .env file
| 544 | - Verify DATABASE_URL in .env |
Access to .env file
| 671 | 1. Verify user credentials in .env |
External URL reference
| 305 | curl -L https://fly.io/install.sh | sh |
External URL reference
| 439 | curl -I https://{domain} |
External URL reference
| 442 | curl -vI https://{domain} 2>&1 | grep "SSL certificate" |
External URL reference
| 445 | curl https://{domain}/api/health |
External URL reference
| 458 | Your application is live at: https://{domain} |
External URL reference
| 498 | - **Production:** https://{domain} |
External URL reference
| 499 | - **API:** https://{domain}/api |
External URL reference
| 564 | **URL:** https://{domain} |