Skip to main content

DbCli Query Skill

Executes SELECT queries on over 30 databases using the DbCli tool, returning results in JSON, table, or CSV formats.

Install this skill

or
40/100

Security score

The DbCli Query Skill skill was audited on Feb 9, 2026 and we found 4 security issues across 1 threat category, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 262

Direct command execution function call

SourceSKILL.md
262const result = execSync('dbcli -c "Data Source=app.db" query "SELECT * FROM Users"');
high line 266

Template literal with variable interpolation in command context

SourceSKILL.md
266console.log(`${user.Name} - ${user.Email}`);
medium line 260

Node child_process module reference

SourceSKILL.md
260const { execSync } = require('child_process');
high line 247

Python subprocess execution

SourceSKILL.md
247result = subprocess.run([
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →