DbCli Exec Skill
Executes DML operations on various databases with mandatory backup procedures, ensuring data integrity during modifications.
Install this skill
Security score
The DbCli Exec Skill skill was audited on Feb 9, 2026 and we found 14 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 95 | ```bash |
Template literal with variable interpolation in command context
| 113 | ```bash |
Template literal with variable interpolation in command context
| 188 | ```bash |
Template literal with variable interpolation in command context
| 199 | ```bash |
Template literal with variable interpolation in command context
| 216 | ```bash |
Template literal with variable interpolation in command context
| 227 | ```bash |
Template literal with variable interpolation in command context
| 240 | ```bash |
Template literal with variable interpolation in command context
| 257 | ```bash |
Template literal with variable interpolation in command context
| 275 | ```bash |
Template literal with variable interpolation in command context
| 288 | ```bash |
Template literal with variable interpolation in command context
| 300 | ```bash |
Template literal with variable interpolation in command context
| 350 | ```powershell |
Python subprocess execution
| 329 | subprocess.run(backup_cmd, check=True) |
Python subprocess execution
| 334 | result = subprocess.run(update_cmd, capture_output=True, text=True, check=True) |