PkgRadar

Package evidence

@confluentinc/[email protected]

Install-time lifecycle script: install="node-pre-gyp install --fallback-to-build"

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
512,181Ubiquitous · −70% score
Versions published
54Mature · −50% score
First published
Feb 2024
Publisher
confluent-npm

Effective trust discount applied: 70% (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":["@confluentinc/[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":["@confluentinc/[email protected]"],"fail_on":"review"}'
Publisherconfluent-npm
Artifact bytes2,346,457
Previous version1.9.1-rc1
Published2026-06-03T10:38:52.877Z
SHA-256c7d484bb4424a2a5682a02702bf2882db659f91c28cb29008a400eb96b192586

Why flagged

What the scanner saw

Install-time lifecycle script: install="node-pre-gyp install --fallback-to-build"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="node-pre-gyp install --fallback-to-build"5

Manifest

Package metadata

Scripts7
  • buildnode-gyp build
  • configurenode-gyp configure
  • installnode-pre-gyp install --fallback-to-build
  • install-from-sourcenpm ci && node-pre-gyp install --build-from-source=@confluentinc/kafka-javascript --fallback-to-build
  • prepacknode ./ci/prepublish.js
  • testmake test
  • test:typestsc -p .
Dependencies3
  • @mapbox/node-pre-gyp^2.0.3
  • bindings^1.3.1
  • nan^2.22.0