DbCli Export Skill
Exports table data as SQL INSERT statements for backup and migration, ensuring data safety before critical database operations.
Install this skill
Security score
The DbCli Export Skill skill was audited on Feb 9, 2026 and we found 13 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 70 | ```bash |
Template literal with variable interpolation in command context
| 80 | ```bash |
Template literal with variable interpolation in command context
| 96 | ```bash |
Template literal with variable interpolation in command context
| 134 | ```bash |
Template literal with variable interpolation in command context
| 176 | ```bash |
Template literal with variable interpolation in command context
| 223 | ```bash |
Template literal with variable interpolation in command context
| 284 | ```bash |
Template literal with variable interpolation in command context
| 301 | ```bash |
Template literal with variable interpolation in command context
| 384 | ```powershell |
Template literal with variable interpolation in command context
| 462 | ```bash |
Template literal with variable interpolation in command context
| 503 | ```bash |
Python subprocess execution
| 340 | result = subprocess.run(export_cmd, stdout=f, text=True) |
Python subprocess execution
| 361 | result = subprocess.run(exec_cmd, capture_output=True, text=True) |