Skip to main content

Docker Skill

Provides a comprehensive Dockerfile pattern and best practices for building and managing Docker containers efficiently.

Install this skill

or
94/100

Security score

The Docker Skill skill was audited on Mar 8, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 23

Wget to non-GitHub URL

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

External URL reference

SourceSKILL.md
23HEALTHCHECK --interval=30s --timeout=3s CMD wget -q --spider http://localhost:3000/health || exit 1
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
Ab-aswini/Agent-kit-P1