Skip to main content

replit-deploy-integration

Facilitates deployment of Replit applications to Vercel, Fly.io, and Cloud Run, ensuring proper secrets management and configuration.

Install this skill

or
77/100

Security score

The replit-deploy-integration skill was audited on May 12, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 164

Curl to non-GitHub URL

SourceSKILL.md
164curl -I https://app.example.com
medium line 167

Curl to non-GitHub URL

SourceSKILL.md
167curl -sf https://app.example.com/health | jq .
low line 110

Access to .env file

SourceSKILL.md
110if (process.env.DATABASE_URL) {
low line 121

Access to .env file

SourceSKILL.md
121checks.repl = process.env.REPL_SLUG;
low line 122

Access to .env file

SourceSKILL.md
122checks.region = process.env.REPLIT_DEPLOYMENT_REGION;
medium line 214

Access to .env file

SourceSKILL.md
214| Port mismatch | Not using PORT env | `app.listen(process.env.PORT \|\| 3000)` |
low line 164

External URL reference

SourceSKILL.md
164curl -I https://app.example.com
low line 167

External URL reference

SourceSKILL.md
167curl -sf https://app.example.com/health | jq .
low line 189

External URL reference

SourceSKILL.md
189DEPLOY_URL="https://your-app.replit.app"
low line 220

External URL reference

SourceSKILL.md
220- [Autoscale Deployments](https://blog.replit.com/autoscale)
low line 223

External URL reference

SourceSKILL.md
223- [Deployment Rollbacks](https://blog.replit.com/introducing-deployment-rollbacks)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →