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 May 14, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 176

Template literal with variable interpolation in command context

SourceSKILL.md
176const values = trades.map(trade => `(
medium line 184

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
193await clickhouse.query(`
low line 166

Access to .env file

SourceSKILL.md
166url: process.env.CLICKHOUSE_URL,
low line 169

Access to .env file

SourceSKILL.md
169username: process.env.CLICKHOUSE_USER,
low line 170

Access to .env file

SourceSKILL.md
170password: process.env.CLICKHOUSE_PASSWORD
low line 391

Access to .env file

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