clickhouse-js-node-rowbinary
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The test suite includes a helper (
tests/clickhouse.ts) that uses the standardfetchAPI to communicate with a ClickHouse server (defaulting tohttp://localhost:8123). This is normal functionality for a database integration library. - [COMMAND_EXECUTION]: The package defines standard development scripts in
package.jsonfor building, testing, and benchmarking usingvitestandtsc. These are standard tools in the Node.js ecosystem. - [DATA_EXPOSURE]: The test environment uses environment variables (
CLICKHOUSE_USER,CLICKHOUSE_PASSWORD) to handle credentials, which follows security best practices for avoiding hardcoded secrets. - [DYNAMIC_EXECUTION]: The file
tests/wasm-int128.experiment.mjsusesWebAssembly.compileto evaluate performance. This is an isolated experimental file used for comparative analysis and does not affect the runtime security of the generated codecs.
Audit Metadata