Missing User Warnings
Medium
- Confidence
- 94% confidence
- Finding
- The skill explicitly instructs the agent to run EXPLAIN/EXPLAIN ANALYZE when a database is accessible, but it does not warn that this executes the user-supplied query text against a live system. On PostgreSQL, EXPLAIN ANALYZE actually runs the statement, so a pasted query could trigger writes, expensive operations, locks, or side effects if not restricted to read-only SELECT statements and safe environments.
