Skip to main content

devops-local-dev

Manages a Docker Compose development environment for seamless orchestration, monitoring, and troubleshooting of services.

Install this skill

or
67/100

Security score

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

Categories Tested

Security Issues

medium line 315

Curl to non-GitHub URL

SourceSKILL.md
315curl http://localhost:8011/api/health # Backend
medium line 316

Curl to non-GitHub URL

SourceSKILL.md
316curl http://localhost:5183 # Frontend
low line 347

Webhook reference - potential data exfiltration

SourceSKILL.md
347CLERK_WEBHOOK_SECRET=whsec_...
medium line 337

Access to .env file

SourceSKILL.md
337**Required variables (set in `.env` file):**
medium line 354

Access to .env file

SourceSKILL.md
354**Location:** Copy `.env.example` to `.env` and configure.
medium line 414

Access to .env file

SourceSKILL.md
414- `.env` - Environment variables (copy from `.env.example`)
low line 38

External URL reference

SourceSKILL.md
38- Backend API: http://localhost:8011
low line 39

External URL reference

SourceSKILL.md
39- API Docs: http://localhost:8011/docs
low line 40

External URL reference

SourceSKILL.md
40- Frontend: http://localhost:5183
low line 42

External URL reference

SourceSKILL.md
42- pgAdmin: http://localhost:5050 (when started with `make pgadmin`)
low line 315

External URL reference

SourceSKILL.md
315curl http://localhost:8011/api/health # Backend
low line 316

External URL reference

SourceSKILL.md
316curl http://localhost:5183 # Frontend
low line 389

External URL reference

SourceSKILL.md
389open http://localhost:8011/docs
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →