Skip to main content

docker-containerization

Generates optimized Docker configurations for applications, enhancing deployment efficiency and best practices.

Install this skill

or
81/100

Security score

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

Categories Tested

Security Issues

medium line 150

Template literal with variable interpolation in command context

SourceSKILL.md
150```yaml
medium line 280

Access to root home directory

SourceSKILL.md
280COPY --from=builder /root/.local /root/.local
medium line 281

Access to root home directory

SourceSKILL.md
281ENV PATH=/root/.local/bin:$PATH
low line 83

Access to .env file

SourceSKILL.md
83.env
low line 84

Access to .env file

SourceSKILL.md
84.env.local
low line 351

Access to .env file

SourceSKILL.md
351docker run -p 3000:3000 --env-file .env myapp:latest
low line 169

External URL reference

SourceSKILL.md
169test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:3000/health"]
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →