clickhouse-js-node-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive troubleshooting guide for the ClickHouse Node.js client (@clickhouse/client), providing clear instructions and code snippets for common issues.
- [SAFE]: Documentation correctly emphasizes security, specifically warning against SQL injection by discouraging template literal interpolation and providing instructions for safe parameter binding.
- [SAFE]: TLS configuration examples use standard Node.js patterns (fs.readFileSync) for certificate management and include explicit warnings against disabling certificate validation (rejectUnauthorized: false) in production.
- [SAFE]: All external references are to official ClickHouse domains and repositories, and no suspicious network operations or data exfiltration patterns were detected.
Audit Metadata