Skip to main content

DbCli Exec Skill

Executes DML operations on various databases with mandatory backup procedures, ensuring data integrity during modifications.

Install this skill

or
30/100

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

medium line 95

Template literal with variable interpolation in command context

SourceSKILL.md
95```bash
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113```bash
medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188```bash
medium line 199

Template literal with variable interpolation in command context

SourceSKILL.md
199```bash
medium line 216

Template literal with variable interpolation in command context

SourceSKILL.md
216```bash
medium line 227

Template literal with variable interpolation in command context

SourceSKILL.md
227```bash
medium line 240

Template literal with variable interpolation in command context

SourceSKILL.md
240```bash
medium line 257

Template literal with variable interpolation in command context

SourceSKILL.md
257```bash
medium line 275

Template literal with variable interpolation in command context

SourceSKILL.md
275```bash
medium line 288

Template literal with variable interpolation in command context

SourceSKILL.md
288```bash
medium line 300

Template literal with variable interpolation in command context

SourceSKILL.md
300```bash
medium line 350

Template literal with variable interpolation in command context

SourceSKILL.md
350```powershell
medium line 329

Python subprocess execution

SourceSKILL.md
329subprocess.run(backup_cmd, check=True)
medium line 334

Python subprocess execution

SourceSKILL.md
334result = subprocess.run(update_cmd, capture_output=True, text=True, check=True)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →