Skip to main content

troubleshoot-local-dev

Diagnoses and resolves common issues in local development environments, focusing on database connectivity and service management.

Install this skill

or
92/100

Security score

The troubleshoot-local-dev skill was audited on Feb 28, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 37

Access to .env file

SourceSKILL.md
37# Check .env exists and has required values
low line 38

Access to .env file

SourceSKILL.md
38cat .env | grep POSTGRES
medium line 64

Access to .env file

SourceSKILL.md
64- Check `POSTGRES_HOST` in `.env` (should be `postgres` in DevContainer, `localhost` outside)
low line 80

Access to .env file

SourceSKILL.md
80# or change the port in .env
Scanned on Feb 28, 2026
View Security Dashboard