Skip to main content

Docker Image Builder Skill

Transforms Docker knowledge into a reusable AI skill for consistent, production-ready containerization.

Install this skill

or
63/100

Security score

The Docker Image Builder Skill skill was audited on Feb 9, 2026 and we found 5 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 331

Curl to non-GitHub URL

SourceSKILL.md
331CMD curl -f http://localhost:8000/health || exit 1
high line 283

Access to root home directory

SourceSKILL.md
283rm -rf /root/.cache
medium line 194

Access to .env file

SourceSKILL.md
1947. **No Secrets in Image**: Never COPY .env or credentials into image
low line 319

Access to .env file

SourceSKILL.md
319Never COPY .env, credentials, or API keys. Inject via environment at runtime.
low line 331

External URL reference

SourceSKILL.md
331CMD curl -f http://localhost:8000/health || exit 1
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →