Skip to main content

local-dev-startup

Facilitates local development by starting Docusaurus and Vite environments, enabling seamless testing and integration.

Install this skill

or
54/100

Security score

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

Categories Tested

Security Issues

medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82curl http://localhost/dashboard/api/health
medium line 246

Curl to non-GitHub URL

SourceSKILL.md
246curl http://localhost:4098/health
medium line 249

Curl to non-GitHub URL

SourceSKILL.md
249curl -s http://localhost:5173 | head -5
medium line 258

Curl to non-GitHub URL

SourceSKILL.md
258curl http://localhost:4098/qr/status
medium line 263

Access to .env file

SourceSKILL.md
263### `.env`
low line 60

External URL reference

SourceSKILL.md
60| WhatsApp QR | http://localhost/qr/ |
low line 61

External URL reference

SourceSKILL.md
61| Dashboard | http://localhost/dashboard/ |
low line 62

External URL reference

SourceSKILL.md
62| OpenCode API | http://localhost/opencode/ |
low line 63

External URL reference

SourceSKILL.md
63| MinIO Console | http://localhost:9001 |
low line 71

External URL reference

SourceSKILL.md
71| Frontend | http://localhost:5173 | http://localhost/dashboard/ |
low line 82

External URL reference

SourceSKILL.md
82curl http://localhost/dashboard/api/health
low line 108

External URL reference

SourceSKILL.md
108| Dashboard Frontend (Vite) | 5173 | http://localhost:5173 |
low line 109

External URL reference

SourceSKILL.md
109| Dashboard API + WhatsApp | 4098 | http://localhost:4098 |
low line 110

External URL reference

SourceSKILL.md
110| OpenCode | 4099 | http://localhost:4099 |
low line 111

External URL reference

SourceSKILL.md
111| MinIO Console | 9001 | http://localhost:9001 |
low line 112

External URL reference

SourceSKILL.md
112| MinIO API | 9000 | http://localhost:9000 |
low line 113

External URL reference

SourceSKILL.md
113| Nginx | 80 | http://localhost:80 |
low line 246

External URL reference

SourceSKILL.md
246curl http://localhost:4098/health
low line 249

External URL reference

SourceSKILL.md
249curl -s http://localhost:5173 | head -5
low line 258

External URL reference

SourceSKILL.md
258curl http://localhost:4098/qr/status
low line 292

External URL reference

SourceSKILL.md
292- Blank page or stuck on "Loading your workspace..." when accessing http://localhost:80
low line 296

External URL reference

SourceSKILL.md
296- Direct access to http://localhost:5173 works perfectly
low line 317

External URL reference

SourceSKILL.md
317// In browser console on http://localhost:80/
low line 323

External URL reference

SourceSKILL.md
323**For ALL daily development, use http://localhost:5173 directly:**
low line 326

External URL reference

SourceSKILL.md
326http://localhost:5173/
low line 336

External URL reference

SourceSKILL.md
336**Use http://localhost:80 (Nginx) ONLY when testing:**
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →