Skip to main content

docker-basics

Facilitates application containerization with Docker, including writing Dockerfiles and managing multi-stage builds.

Install this skill

or
85/100

Security score

The docker-basics skill was audited on Feb 9, 2026 and we found 7 security issues across 4 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 114

Wget to non-GitHub URL

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

Access to .env file

SourceSKILL.md
57.env
low line 58

Access to .env file

SourceSKILL.md
58.env.*
low line 155

Access to .env file

SourceSKILL.md
155- .env # Load from file
low line 114

External URL reference

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

External URL reference

SourceSKILL.md
122test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/health"]
Scanned on Feb 9, 2026
View Security Dashboard