mysql
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/mysql_diag.shexecutes themysqlcommand-line tool to collect system variables and status information for diagnostics. This behavior is transparent and aligned with the skill's stated purpose of database management. - [PROMPT_INJECTION]: The skill's workflow depends on the output of database queries to decide whether to switch to TiDB-specific guidance. 1. Ingestion points:
SELECT VERSION()output inscripts/mysql_diag.sh. 2. Boundary markers: absent. 3. Capability inventory: local command execution viamysqlclient. 4. Sanitization: none. The risk is assessed as safe because the processing is limited to simple substring matching for context routing.
Audit Metadata