Skip to main content

managing-dev-environment

Manages development environments by configuring services, handling port conflicts, and supporting multiple database modes.

Install this skill

or
19/100

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

medium line 284

Curl to non-GitHub URL

SourceSKILL.md
284curl http://localhost:8000/health
medium line 287

Curl to non-GitHub URL

SourceSKILL.md
287curl http://localhost:3000
medium line 386

Curl to non-GitHub URL

SourceSKILL.md
386curl https://api.ufc.wolfgangschoenberger.com/health
medium line 387

Curl to non-GitHub URL

SourceSKILL.md
387curl https://ufc.wolfgangschoenberger.com
medium line 677

Curl to non-GitHub URL

SourceSKILL.md
677curl http://localhost:8000/health
medium line 678

Curl to non-GitHub URL

SourceSKILL.md
678curl http://localhost:3000
medium line 68

Webhook reference - potential data exfiltration

SourceSKILL.md
68- Testing webhooks or external services
medium line 366

Access to hidden dotfiles in home directory

SourceSKILL.md
3664. Generates config file at `~/.cloudflared/config.yml`
low line 434

Access to hidden dotfiles in home directory

SourceSKILL.md
434cat ~/.cloudflared/config.yml
medium line 70

Access to .env file

SourceSKILL.md
70**Note:** Auto-configures environment variables in `.env` and `frontend/.env.local`
medium line 298

Access to .env file

SourceSKILL.md
298## Backend (.env)
medium line 327

Access to .env file

SourceSKILL.md
327## Frontend (frontend/.env.local)
low line 343

Access to .env file

SourceSKILL.md
343cat .env
low line 346

Access to .env file

SourceSKILL.md
346cat frontend/.env.local
low line 655

Access to .env file

SourceSKILL.md
655cat .env
low line 656

Access to .env file

SourceSKILL.md
656cat frontend/.env.local
low line 659

Access to .env file

SourceSKILL.md
659echo "NEXT_PUBLIC_API_BASE_URL=http://localhost:8000" > frontend/.env.local
low line 660

Access to .env file

SourceSKILL.md
660echo "CORS_ALLOW_ORIGINS=http://localhost:3000" > .env
low line 681

Access to .env file

SourceSKILL.md
681cat .env
low line 682

Access to .env file

SourceSKILL.md
682cat frontend/.env.local
low line 44

External URL reference

SourceSKILL.md
44- Backend: http://localhost:8000
low line 45

External URL reference

SourceSKILL.md
45- Frontend: http://localhost:3000
low line 62

External URL reference

SourceSKILL.md
62- Backend: https://api.ufc.wolfgangschoenberger.com
low line 63

External URL reference

SourceSKILL.md
63- Frontend: https://ufc.wolfgangschoenberger.com
low line 104

External URL reference

SourceSKILL.md
104**Port:** http://localhost:3000
low line 284

External URL reference

SourceSKILL.md
284curl http://localhost:8000/health
low line 287

External URL reference

SourceSKILL.md
287curl http://localhost:3000
low line 319

External URL reference

SourceSKILL.md
319CORS_ALLOW_ORIGINS=http://localhost:3000
low line 331

External URL reference

SourceSKILL.md
331NEXT_PUBLIC_API_BASE_URL=http://localhost:8000
low line 336

External URL reference

SourceSKILL.md
336NEXT_PUBLIC_API_BASE_URL=https://api.ufc.wolfgangschoenberger.com
low line 386

External URL reference

SourceSKILL.md
386curl https://api.ufc.wolfgangschoenberger.com/health
low line 387

External URL reference

SourceSKILL.md
387curl https://ufc.wolfgangschoenberger.com
low line 451

External URL reference

SourceSKILL.md
4511. Fetches OpenAPI schema from `http://localhost:8000/openapi.json`
low line 659

External URL reference

SourceSKILL.md
659echo "NEXT_PUBLIC_API_BASE_URL=http://localhost:8000" > frontend/.env.local
low line 660

External URL reference

SourceSKILL.md
660echo "CORS_ALLOW_ORIGINS=http://localhost:3000" > .env
low line 677

External URL reference

SourceSKILL.md
677curl http://localhost:8000/health
low line 678

External URL reference

SourceSKILL.md
678curl http://localhost:3000
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →