docker-hub-toolkit
Audited by Socket on Mar 2, 2026
1 alert found:
SecurityThis SKILL.md describes a legitimate automation that reads project files, builds Docker images, and pushes them to Docker Hub. Its capabilities are consistent with its purpose. There are no code patterns in the provided text that indicate direct malicious behavior (no downloads from untrusted domains, no exfiltration endpoints, no command-and-control). The primary security concern is operational: the skill requests and uses Docker Hub credentials and generates CI workflows that can use repository secrets — both are high-impact operations if misused or if generated artifacts are committed without review. Recommend enforcing and documenting secure handling of credentials and a review step before enabling automated pushes in CI.