Skip to main content

docker-containerization

Creates optimized Dockerfiles and configurations for containerization, enhancing development and production environments.

Install this skill

or
69/100

Security score

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

Categories Tested

Security Issues

medium line 207

Template literal with variable interpolation in command context

SourceSKILL.md
207```yaml
medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344```dockerfile
medium line 112

Wget to non-GitHub URL

SourceSKILL.md
112CMD wget -qO- http://localhost:3000/health || exit 1
medium line 346

Wget to non-GitHub URL

SourceSKILL.md
346CMD wget -qO- http://localhost:${PORT}/health || exit 1
medium line 394

Wget to non-GitHub URL

SourceSKILL.md
394CMD wget -qO- http://localhost:80/ || exit 1
low line 295

Access to .env file

SourceSKILL.md
295.env*
low line 112

External URL reference

SourceSKILL.md
112CMD wget -qO- http://localhost:3000/health || exit 1
low line 141

External URL reference

SourceSKILL.md
141CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"
low line 346

External URL reference

SourceSKILL.md
346CMD wget -qO- http://localhost:${PORT}/health || exit 1
low line 365

External URL reference

SourceSKILL.md
365test: ["CMD", "wget", "-qO-", "http://localhost:3000/health"]
low line 394

External URL reference

SourceSKILL.md
394CMD wget -qO- http://localhost:80/ || exit 1
Scanned on Mar 7, 2026
View Security Dashboard