Skip to main content

clickhouse-patterns

Optimizes ClickHouse table schemas and queries for efficient analytics, focusing on batch inserts and performance tuning.

Install this skill

or
89/100

Security score

The clickhouse-patterns skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 209

Template literal with variable interpolation in command context

SourceSKILL.md
209`('${t.id}', '${t.market_id}', ${t.amount}, '${t.timestamp.toISOString()}')`
medium line 212

Template literal with variable interpolation in command context

SourceSKILL.md
212await clickhouse.query(`
low line 341

External URL reference

SourceSKILL.md
341- ClickHouse docs: <https://clickhouse.com/docs>
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →