Skip to main content

docker-local-dev

Generates optimized Docker configurations for local development through an interactive Q&A process, supporting various tech stacks.

Install this skill

or
74/100

Security score

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

Categories Tested

Security Issues

medium line 72

Access to .env file

SourceSKILL.md
72- `.env`, config files → Database type, Redis usage
low line 122

Access to .env file

SourceSKILL.md
122- Database: MySQL (from .env DB_CONNECTION)
low line 123

Access to .env file

SourceSKILL.md
123- Redis: Yes (from .env REDIS_HOST)
low line 223

Access to .env file

SourceSKILL.md
223# Check .env for actual service usage
low line 224

Access to .env file

SourceSKILL.md
224grep -E '^(CACHE_DRIVER|CACHE_STORE|SESSION_DRIVER|QUEUE_CONNECTION|MAIL_MAILER)=' .env
low line 240

Access to .env file

SourceSKILL.md
240grep -E '^(CACHE_DRIVER|SESSION_DRIVER|QUEUE_CONNECTION)=' .env
low line 245

Access to .env file

SourceSKILL.md
245I noticed your .env configuration:
low line 270

Access to .env file

SourceSKILL.md
270grep -E '^MAIL_MAILER=' .env
low line 300

Access to .env file

SourceSKILL.md
300grep -E '^QUEUE_CONNECTION=' .env
low line 398

Access to .env file

SourceSKILL.md
3981. .env file (recommended)
medium line 504

Access to .env file

SourceSKILL.md
5042. Generate `.env.docker` or update `.env`
low line 681

Access to .env file

SourceSKILL.md
6813. Are credentials correct? Check .env or docker-compose.yml
low line 286

External URL reference

SourceSKILL.md
286- Web UI: http://localhost:8025
low line 290

External URL reference

SourceSKILL.md
290- Web UI: http://localhost:8025
low line 551

External URL reference

SourceSKILL.md
551- Web: http://localhost:8080
low line 553

External URL reference

SourceSKILL.md
553- Mail UI: http://localhost:8025
low line 577

External URL reference

SourceSKILL.md
577| Web | http://localhost:8080 | - |
low line 580

External URL reference

SourceSKILL.md
580| Mail UI | http://localhost:8025 | - |
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →