managing-dev-environment
Manages development environments by configuring services, handling port conflicts, and supporting multiple database modes.
Install this skill
Security score
The managing-dev-environment skill was audited on Feb 12, 2026 and we found 37 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 284 | curl http://localhost:8000/health |
Curl to non-GitHub URL
| 287 | curl http://localhost:3000 |
Curl to non-GitHub URL
| 386 | curl https://api.ufc.wolfgangschoenberger.com/health |
Curl to non-GitHub URL
| 387 | curl https://ufc.wolfgangschoenberger.com |
Curl to non-GitHub URL
| 677 | curl http://localhost:8000/health |
Curl to non-GitHub URL
| 678 | curl http://localhost:3000 |
Webhook reference - potential data exfiltration
| 68 | - Testing webhooks or external services |
Access to hidden dotfiles in home directory
| 366 | 4. Generates config file at `~/.cloudflared/config.yml` |
Access to hidden dotfiles in home directory
| 434 | cat ~/.cloudflared/config.yml |
Access to .env file
| 70 | **Note:** Auto-configures environment variables in `.env` and `frontend/.env.local` |
Access to .env file
| 298 | ## Backend (.env) |
Access to .env file
| 327 | ## Frontend (frontend/.env.local) |
Access to .env file
| 343 | cat .env |
Access to .env file
| 346 | cat frontend/.env.local |
Access to .env file
| 655 | cat .env |
Access to .env file
| 656 | cat frontend/.env.local |
Access to .env file
| 659 | echo "NEXT_PUBLIC_API_BASE_URL=http://localhost:8000" > frontend/.env.local |
Access to .env file
| 660 | echo "CORS_ALLOW_ORIGINS=http://localhost:3000" > .env |
Access to .env file
| 681 | cat .env |
Access to .env file
| 682 | cat frontend/.env.local |
External URL reference
| 44 | - Backend: http://localhost:8000 |
External URL reference
| 45 | - Frontend: http://localhost:3000 |
External URL reference
| 62 | - Backend: https://api.ufc.wolfgangschoenberger.com |
External URL reference
| 63 | - Frontend: https://ufc.wolfgangschoenberger.com |
External URL reference
| 104 | **Port:** http://localhost:3000 |
External URL reference
| 284 | curl http://localhost:8000/health |
External URL reference
| 287 | curl http://localhost:3000 |
External URL reference
| 319 | CORS_ALLOW_ORIGINS=http://localhost:3000 |
External URL reference
| 331 | NEXT_PUBLIC_API_BASE_URL=http://localhost:8000 |
External URL reference
| 336 | NEXT_PUBLIC_API_BASE_URL=https://api.ufc.wolfgangschoenberger.com |
External URL reference
| 386 | curl https://api.ufc.wolfgangschoenberger.com/health |
External URL reference
| 387 | curl https://ufc.wolfgangschoenberger.com |
External URL reference
| 451 | 1. Fetches OpenAPI schema from `http://localhost:8000/openapi.json` |
External URL reference
| 659 | echo "NEXT_PUBLIC_API_BASE_URL=http://localhost:8000" > frontend/.env.local |
External URL reference
| 660 | echo "CORS_ALLOW_ORIGINS=http://localhost:3000" > .env |
External URL reference
| 677 | curl http://localhost:8000/health |
External URL reference
| 678 | curl http://localhost:3000 |