Skip to main content

replit-local-dev-loop

Sets up a fast local development environment with hot reload and testing for Replit, enhancing productivity and iteration speed.

Install this skill

or
97/100

Security score

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

Categories Tested

Security Issues

low line 176

Fetch to external URL

SourceSKILL.md
176const res = await fetch('http://localhost:3000/health');
low line 138

Access to .env file

SourceSKILL.md
138connectionString: process.env.DATABASE_URL,
low line 176

External URL reference

SourceSKILL.md
176const res = await fetch('http://localhost:3000/health');
Scanned on May 12, 2026
View Security Dashboard
Installation guide →