clickhouse-io
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely informational, providing documentation and best practices for using ClickHouse. It does not contain executable commands, remote script downloads, or requests for sensitive data.
- [COMMAND_EXECUTION]: The provided TypeScript examples for batch data insertion utilize template literals to construct SQL queries. While illustrative of ClickHouse patterns, this method can be vulnerable to SQL injection if the input data is not properly sanitized. It is recommended to use the official ClickHouse client's parameterized query features or ensure strict input validation in production environments.
Audit Metadata