Skip to main content

clickhouse-io

Provides best practices for ClickHouse database patterns, query optimization, and analytics for high-performance data engineering.

Install this skill

or
81/100

Security score

The clickhouse-io skill was audited on Mar 17, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 167

Template literal with variable interpolation in command context

SourceSKILL.md
167const values = trades.map(trade => `(
medium line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175await clickhouse.query(`
medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184await clickhouse.query(`
low line 157

Access to .env file

SourceSKILL.md
157url: process.env.CLICKHOUSE_URL,
low line 160

Access to .env file

SourceSKILL.md
160username: process.env.CLICKHOUSE_USER,
low line 161

Access to .env file

SourceSKILL.md
161password: process.env.CLICKHOUSE_PASSWORD
low line 382

Access to .env file

SourceSKILL.md
382const pgClient = new Client({ connectionString: process.env.DATABASE_URL })
Scanned on Mar 17, 2026
View Security Dashboard
Installation guide →