Skip to main content

docker-patterns

Provides best practices for Docker and Docker Compose, enhancing local development and container orchestration.

Install this skill

or
84/100

Security score

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

Categories Tested

Security Issues

medium line 114

Wget to non-GitHub URL

SourceSKILL.md
114HEALTHCHECK --interval=30s --timeout=3s CMD wget -qO- http://localhost:3000/health || exit 1
medium line 336

Wget to non-GitHub URL

SourceSKILL.md
336docker compose exec app wget -qO- http://api:3000/health
low line 265

Access to .env file

SourceSKILL.md
265- .env # Never commit .env to git
low line 288

Access to .env file

SourceSKILL.md
288.env
low line 289

Access to .env file

SourceSKILL.md
289.env.*
low line 362

Access to .env file

SourceSKILL.md
362# Use .env files (gitignored) or Docker secrets
low line 114

External URL reference

SourceSKILL.md
114HEALTHCHECK --interval=30s --timeout=3s CMD wget -qO- http://localhost:3000/health || exit 1
low line 336

External URL reference

SourceSKILL.md
336docker compose exec app wget -qO- http://api:3000/health
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →