Skip to main content

docker-development

Facilitates local Docker development workflows, enabling users to build, run, and debug containers efficiently.

Install this skill

or
93/100

Security score

The docker-development skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 70

Access to .env file

SourceSKILL.md
70docker compose --env-file ../.env -f docker-compose.v2.yml -f docker-compose.local.yml --profile slack up -d
low line 73

Access to .env file

SourceSKILL.md
73docker compose --env-file ../.env -f docker-compose.v2.yml -f docker-compose.local.yml --profile slack up -d --no-build
medium line 237

Access to .env file

SourceSKILL.md
237Compose files use `--env-file ../.env` to load environment. Required vars:
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →