Skip to main content

docker-development

Optimizes Dockerfiles and orchestrates Docker containers for efficient, secure, and production-ready deployments.

Install this skill

or
78/100

Security score

The docker-development skill was audited on Jun 3, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109```
low line 346

Access to hidden dotfiles in home directory

SourceSKILL.md
346cp -r claude-skills/engineering/docker-development ~/.claude/skills/
medium line 78

Access to root home directory

SourceSKILL.md
78├── Use BuildKit cache mounts: --mount=type=cache,target=/root/.cache
low line 125

Access to .env file

SourceSKILL.md
125├── Never commit .env files (add to .gitignore)
medium line 138

Access to .env file

SourceSKILL.md
138- Generate .env.example with all required variables documented
medium line 331

Access to .env file

SourceSKILL.md
331- **No .dockerignore** → Create one. At minimum: `.git`, `node_modules`, `__pycache__`, `.env`.
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →