Skip to main content

docker-containers

Provides best practices for Docker containerization, including Dockerfile optimization, multi-stage builds, and orchestration techniques.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 193

Wget to non-GitHub URL

SourceSKILL.md
193CMD wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1
low line 178

Access to .env file

SourceSKILL.md
178.env*
low line 193

External URL reference

SourceSKILL.md
193CMD wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →