PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/chdb-io/chdb-core/releases/download"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
7,141Niche · −30% score
Versions published
14Established · −30% score
First published
Jan 2024
Publisher
wudidapaopao

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"review"}'
Publisherwudidapaopao
Artifact bytes10,243
Previous version2.0.0
Published2026-05-21T03:14:00.608Z
SHA-2564a21a4f44333e6c3bddc48f12f021060cf1234878b524fccdcb99b7197174b96

Why flagged

What the scanner saw

Remote Payload: matched "github.com/chdb-io/chdb-core/releases/download"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
11Score
2.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 11 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/update_libchdb.shmatched "github.com/chdb-io/chdb-core/releases/download"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/update_libchdb.shmatched "github.com/chdb-io/chdb-core/releases/download"12
lowInstall-time lifecycle scriptpackage.jsoninstall="npm run libchdb && npm run build"5

Manifest

Package metadata

Scripts5
  • buildnode-gyp configure build --verbose && npm run fixloaderpath
  • fixloaderpathbash ./fix_loader_path.sh
  • installnpm run libchdb && npm run build
  • libchdbbash ./update_libchdb.sh
  • testmocha test_basic.js test_connection.js --timeout 15000
Dependencies2
  • node-addon-api^6.1.0
  • node-gyp-build^4.6.0