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
| 262 | const 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
| 266 | console.log(`${user.Name} - ${user.Email}`); |
medium line 260
Node child_process module reference
SourceSKILL.md
| 260 | const { execSync } = require('child_process'); |
high line 247
Python subprocess execution
SourceSKILL.md
| 247 | result = subprocess.run([ |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydata analytics
UpdatedMay 21, 2026
openclawdatabasedata-analystdata-scientistbackend-developerdatabase-administratorbusiness-process-analystdata analyticsdevelopmentoperations
majiayu000/claude-skill-registry