Skip to main content

docker-web

Facilitates the containerization of web applications using Docker for streamlined development and deployment processes.

Install this skill

or
84/100

Security score

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

Categories Tested

Security Issues

medium line 346

Template literal with variable interpolation in command context

SourceSKILL.md
346```dockerfile
medium line 362

Wget to non-GitHub URL

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

Access to .env file

SourceSKILL.md
289.env*
low line 290

Access to .env file

SourceSKILL.md
290!.env.example
low line 420

Access to .env file

SourceSKILL.md
420docker run --env-file .env my-app
low line 355

External URL reference

SourceSKILL.md
355docker build --build-arg NODE_VERSION=20 --build-arg API_URL=https://api.example.com .
low line 362

External URL reference

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

External URL reference

SourceSKILL.md
370test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →