Mysql Manager

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The MySQL Manager skill is a standard utility for managing local Docker-based database environments. It demonstrates security-conscious practices, including strict regex validation for database names to prevent injection, pinning Docker images to specific versions, and binding the database port to 127.0.0.1 to prevent external access. The code in run.sh and docker-compose.yml is transparent, well-documented, and lacks any indicators of data exfiltration, persistence, or malicious intent.