Skip to main content

DbCli Export Skill

Exports table data as SQL INSERT statements for backup and migration, ensuring data safety before critical database operations.

Install this skill

or
35/100

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

medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70```bash
medium line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80```bash
medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96```bash
medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134```bash
medium line 176

Template literal with variable interpolation in command context

SourceSKILL.md
176```bash
medium line 223

Template literal with variable interpolation in command context

SourceSKILL.md
223```bash
medium line 284

Template literal with variable interpolation in command context

SourceSKILL.md
284```bash
medium line 301

Template literal with variable interpolation in command context

SourceSKILL.md
301```bash
medium line 384

Template literal with variable interpolation in command context

SourceSKILL.md
384```powershell
medium line 462

Template literal with variable interpolation in command context

SourceSKILL.md
462```bash
medium line 503

Template literal with variable interpolation in command context

SourceSKILL.md
503```bash
medium line 340

Python subprocess execution

SourceSKILL.md
340result = subprocess.run(export_cmd, stdout=f, text=True)
medium line 361

Python subprocess execution

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