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
| 167 | const values = trades.map(trade => `( |
medium line 175
Template literal with variable interpolation in command context
SourceSKILL.md
| 175 | await clickhouse.query(` |
medium line 184
Template literal with variable interpolation in command context
SourceSKILL.md
| 184 | await clickhouse.query(` |
low line 157
Access to .env file
SourceSKILL.md
| 157 | url: process.env.CLICKHOUSE_URL, |
low line 160
Access to .env file
SourceSKILL.md
| 160 | username: process.env.CLICKHOUSE_USER, |
low line 161
Access to .env file
SourceSKILL.md
| 161 | password: process.env.CLICKHOUSE_PASSWORD |
low line 382
Access to .env file
SourceSKILL.md
| 382 | const pgClient = new Client({ connectionString: process.env.DATABASE_URL }) |
Scanned on Mar 17, 2026
View Security DashboardGitHub Stars 78.9K
Rate this skill
Categorydevelopment
UpdatedApril 10, 2026
affaan-m/everything-claude-code