Missing User Warnings
Medium
- Confidence
- 93% confidence
- Finding
- The skill explicitly encourages running arbitrary SQL and even AI-generated SQL with `--execute`, but it does not warn that generated or user-supplied statements may be destructive, write data, or trigger expensive operations. In a database-administration context, this omission is dangerous because users may assume examples are safe and accidentally execute `UPDATE`, `DELETE`, `DROP`, or other side-effecting statements against production systems.
