mysql
Fail
Audited by Snyk on Mar 17, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt contains hard-coded passwords and credentials (e.g., MYSQL_ROOT_PASSWORD=secret, password: 'secret', 'repl_password') that the agent would output verbatim, which is insecure secret handling.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill explicitly includes commands that require sudo (e.g., apt-get install, mysql_secure_installation) and edits system MySQL config (my.cnf) and service/state (replication, backups), which instruct modifying the host system state rather than purely describing file formats or code usage.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata