Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

chdb-io/chdb-node

https://github.com/chdb-io/chdb-node · scanned 2026-06-17 01:47 UTC (1 month, 1 week ago)

11 raw signals (0 security + 11 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +22.0 (diff) · 11 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 150 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
query software healthy index.d.ts:query
queryBind software healthy index.d.ts:queryBind
queryAsync software healthy index.d.ts:queryAsync
queryBindAsync software healthy index.d.ts:queryBindAsync
insert software healthy index.d.ts:insert
version software healthy index.d.ts:version
prepArrow software healthy index.js:prepArrow
asInsertError software healthy index.js:asInsertError
runInsert software healthy index.js:runInsert
emptyResult software healthy index.js:emptyResult
withAbortTimeout software healthy index.js:withAbortTimeout
cleanup software healthy index.js:cleanup
finish software healthy index.js:finish
onAbort software healthy index.js:onAbort
runExclusiveParam software healthy index.js:runExclusiveParam
formatParams software healthy index.js:formatParams
asQueryError software healthy index.js:asQueryError
asConnectionError software healthy index.js:asConnectionError
function software healthy index.js:function
queryBind software healthy index.js:queryBind
queryAsync software healthy index.js:queryAsync
queryBindAsync software healthy index.js:queryBindAsync
insert software healthy index.js:insert
ensureExitHook software healthy index.js:ensureExitHook
handler software healthy index.js:handler
version software healthy index.js:version
assert software healthy scripts/smoke-e2e.mjs:assert
escapeWith software healthy src/serialize.ts:escapeWith
escapeStringLiteral software healthy src/serialize.ts:escapeStringLiteral
tsvEscape software healthy src/serialize.ts:tsvEscape
validateIdentifier software healthy src/serialize.ts:validateIdentifier
formatDateTimeUTC software healthy src/serialize.ts:formatDateTimeUTC
pad software healthy src/serialize.ts:pad
serializeNumber software healthy src/serialize.ts:serializeNumber
serializeValue software healthy src/serialize.ts:serializeValue
serializeArray software healthy src/serialize.ts:serializeArray
formatParamValue software healthy src/serialize.ts:formatParamValue
isChdbError software healthy src/errors.ts:isChdbError
parseClickHouseCode software healthy src/errors.ts:parseClickHouseCode
mapNativeError software healthy src/errors.ts:mapNativeError
columnClause software healthy src/insert.ts:columnClause
buildInsertSQL software healthy src/insert.ts:buildInsertSQL
cell software healthy src/insert.ts:cell
platformKey software healthy src/loader.ts:platformKey
loadNative software healthy src/loader.ts:loadNative
mkTmp software healthy test/v3/registry.test.ts:mkTmp
tsv software healthy test/v3/serialize.test.ts:tsv
sleep software healthy test/v3/async-stress.test.ts:sleep
HEAVY software healthy test/v3/async-stress.test.ts:HEAVY
g software healthy test/v3/async-stress.test.ts:g

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
vitest.config.ts software healthy vitest.config.ts
update_libchdb.sh software healthy update_libchdb.sh
index.d.ts software healthy index.d.ts
fix_loader_path.sh software healthy fix_loader_path.sh
index.mjs software healthy index.mjs
example.js software healthy example.js
test_basic.js software healthy test_basic.js
package-lock.json software healthy package-lock.json
index.js software healthy index.js
README.md software healthy README.md
LICENSE software healthy LICENSE
package.json software healthy package.json
test_connection.js software healthy test_connection.js
tsconfig.build.json software healthy tsconfig.build.json
tsconfig.json software healthy tsconfig.json
smoke-e2e.mjs software healthy scripts/smoke-e2e.mjs
build-platform-pkg.sh software healthy scripts/build-platform-pkg.sh
chdb-node-test.yml software healthy .github/workflows/chdb-node-test.yml
sanitizer.yml software healthy .github/workflows/sanitizer.yml
prebuild-publish.yml software healthy .github/workflows/prebuild-publish.yml
serialize.ts software healthy src/serialize.ts
result.ts software healthy src/result.ts
errors.ts software healthy src/errors.ts
insert.ts software healthy src/insert.ts
loader.ts software healthy src/loader.ts
layer1-native-binding.md software healthy docs/design/layer1-native-binding.md
architecture.md software healthy docs/design/architecture.md
registry.test.ts software healthy test/v3/registry.test.ts
smoke.test.ts software healthy test/v3/smoke.test.ts
e2e.test.ts software healthy test/v3/e2e.test.ts
serialize.test.ts software healthy test/v3/serialize.test.ts
errors.test.ts software healthy test/v3/errors.test.ts
async-stress.test.ts software healthy test/v3/async-stress.test.ts
arrow.test.ts software healthy test/v3/arrow.test.ts
querybind.test.ts software healthy test/v3/querybind.test.ts
robustness.test.ts software healthy test/v3/robustness.test.ts
lifecycle.test.ts software healthy test/v3/lifecycle.test.ts
stream.test.ts software healthy test/v3/stream.test.ts
insert.test.ts software healthy test/v3/insert.test.ts
loader.test.ts software healthy test/v3/loader.test.ts
async.test.ts software healthy test/v3/async.test.ts
README.md software healthy lib/README.md
chdb_node.cpp software healthy lib/chdb_node.cpp
chdb_node.h software healthy lib/chdb_node.h
bench.js software healthy bench/bench.js

LabelLayerStatusPath
for software healthy index.d.ts:for
Session software healthy index.d.ts:Session
StreamChunk software healthy index.js:StreamChunk
ChdbQueryStream software healthy index.js:ChdbQueryStream
with software healthy index.js:with
Session software healthy index.js:Session
ChdbResult software healthy src/result.ts:ChdbResult
ChdbError software healthy src/errors.ts:ChdbError
ChdbQueryError software healthy src/errors.ts:ChdbQueryError
ChdbSyntaxError software healthy src/errors.ts:ChdbSyntaxError
ChdbConnectionError software healthy src/errors.ts:ChdbConnectionError
ChdbClosedError software healthy src/errors.ts:ChdbClosedError
ChdbStreamError software healthy src/errors.ts:ChdbStreamError
ChdbArrowError software healthy src/errors.ts:ChdbArrowError
ChdbBindError software healthy src/errors.ts:ChdbBindError
ChdbInsertError software healthy src/errors.ts:ChdbInsertError
ChdbAbortError software healthy src/errors.ts:ChdbAbortError
ChdbTimeoutError software healthy src/errors.ts:ChdbTimeoutError
ChdbPlatformUnsupportedError software healthy src/errors.ts:ChdbPlatformUnsupportedError
ChdbBinaryVersionMismatchError software healthy src/errors.ts:ChdbBinaryVersionMismatchError
ChdbInternalError software healthy src/errors.ts:ChdbInternalError
identity software healthy test/v3/registry.test.ts:identity

LabelLayerStatusPath
scripts software healthy scripts
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
docs software healthy docs
design software healthy docs/design
test software healthy test
v3 software healthy test/v3
lib software healthy lib
bench software healthy bench

LabelLayerStatusPath
test cicd healthy .github/workflows/chdb-node-test.yml
runtimes cicd healthy .github/workflows/chdb-node-test.yml
cleanroom cicd healthy .github/workflows/chdb-node-test.yml
asan cicd healthy .github/workflows/sanitizer.yml
subpackages cicd healthy .github/workflows/prebuild-publish.yml
main cicd healthy .github/workflows/prebuild-publish.yml

LabelLayerStatusPath
gha::chdb-node-test cicd healthy .github/workflows/chdb-node-test.yml
gha::sanitizer cicd healthy .github/workflows/sanitizer.yml
gha::prebuild-publish cicd healthy .github/workflows/prebuild-publish.yml

LabelLayerStatusPath
chdb-io__chdb-node software healthy /data/fable5_failed_archive/chdb-io__chdb-node

LabelLayerStatusPath
clickhouse data healthy index.js

LabelLayerStatusPath
26.3.9.1 network healthy test/v3/registry.test.ts

LabelLayerStatusPath
NPM_TOKEN cicd healthy
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/0afefbfb-109a-4837-87c3-b987c132f165/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0afefbfb-109a-4837-87c3-b987c132f165/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.