local-dev-startup
Facilitates local development by starting Docusaurus and Vite environments, enabling seamless testing and integration.
Install this skill
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
Curl to non-GitHub URL
| 82 | curl http://localhost/dashboard/api/health |
Curl to non-GitHub URL
| 246 | curl http://localhost:4098/health |
Curl to non-GitHub URL
| 249 | curl -s http://localhost:5173 | head -5 |
Curl to non-GitHub URL
| 258 | curl http://localhost:4098/qr/status |
Access to .env file
| 263 | ### `.env` |
External URL reference
| 60 | | WhatsApp QR | http://localhost/qr/ | |
External URL reference
| 61 | | Dashboard | http://localhost/dashboard/ | |
External URL reference
| 62 | | OpenCode API | http://localhost/opencode/ | |
External URL reference
| 63 | | MinIO Console | http://localhost:9001 | |
External URL reference
| 71 | | Frontend | http://localhost:5173 | http://localhost/dashboard/ | |
External URL reference
| 82 | curl http://localhost/dashboard/api/health |
External URL reference
| 108 | | Dashboard Frontend (Vite) | 5173 | http://localhost:5173 | |
External URL reference
| 109 | | Dashboard API + WhatsApp | 4098 | http://localhost:4098 | |
External URL reference
| 110 | | OpenCode | 4099 | http://localhost:4099 | |
External URL reference
| 111 | | MinIO Console | 9001 | http://localhost:9001 | |
External URL reference
| 112 | | MinIO API | 9000 | http://localhost:9000 | |
External URL reference
| 113 | | Nginx | 80 | http://localhost:80 | |
External URL reference
| 246 | curl http://localhost:4098/health |
External URL reference
| 249 | curl -s http://localhost:5173 | head -5 |
External URL reference
| 258 | curl http://localhost:4098/qr/status |
External URL reference
| 292 | - Blank page or stuck on "Loading your workspace..." when accessing http://localhost:80 |
External URL reference
| 296 | - Direct access to http://localhost:5173 works perfectly |
External URL reference
| 317 | // In browser console on http://localhost:80/ |
External URL reference
| 323 | **For ALL daily development, use http://localhost:5173 directly:** |
External URL reference
| 326 | http://localhost:5173/ |
External URL reference
| 336 | **Use http://localhost:80 (Nginx) ONLY when testing:** |