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 standard fetch API to communicate with a ClickHouse server (defaulting to http://localhost:8123). This is normal functionality for a database integration library.
  • [COMMAND_EXECUTION]: The package defines standard development scripts in package.json for building, testing, and benchmarking using vitest and tsc. 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.mjs uses WebAssembly.compile to 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
Risk Level
SAFE
Analyzed
Aug 15, 2026, 04:22 PM
Security Audit — agent-trust-hub — clickhouse-js-node-rowbinary