Skip to main content

cc-skill-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 cc-skill-clickhouse-io skill was audited on Jun 5, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177const values = trades.map(trade => `(
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185await clickhouse.query(`
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194await clickhouse.query(`
low line 167

Access to .env file

SourceSKILL.md
167url: process.env.CLICKHOUSE_URL,
low line 170

Access to .env file

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

Access to .env file

SourceSKILL.md
171password: process.env.CLICKHOUSE_PASSWORD
low line 392

Access to .env file

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