Skip to main content

docker-node

Facilitates containerization of TypeScript/Node.js applications using Docker for consistent environments and optimized deployments.

Install this skill

or
87/100

Security score

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

Categories Tested

Security Issues

medium line 267

Wget to non-GitHub URL

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

Access to .env file

SourceSKILL.md
149.env
low line 150

Access to .env file

SourceSKILL.md
150.env.*
low line 151

Access to .env file

SourceSKILL.md
151!.env.example
low line 211

Access to .env file

SourceSKILL.md
211docker run -p 3000:3000 --env-file .env.production myapp:latest
low line 307

Access to .env file

SourceSKILL.md
307docker run --env-file .env.production myapp
low line 412

Access to .env file

SourceSKILL.md
412├── .env.example
low line 267

External URL reference

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

External URL reference

SourceSKILL.md
425- https://hub.docker.com/_/node — Node.js images
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →