PkgRadar

Package evidence

@hpcc-js/[email protected]

no findings

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
3,832Niche · −30% score
Versions published
238Mature · −50% score
First published
Jun 2017
Publisher
hpcc-js

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@hpcc-js/[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":["@hpcc-js/[email protected]"],"fail_on":"review"}'
Publisherhpcc-js
Artifact bytes35,356
Previous version3.5.1
Published2026-06-01T17:14:04.060Z
SHA-256056058ca004c5c391b640f13ff6423229a6f8a6e5358f96050664f6befb1b769

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.5.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • buildrun-p gen-types bundle
  • bundlevite build
  • bundle-servevite
  • bundle-watchvite build --watch
  • cleanrimraf --glob lib* types types-3.4 dist *.tsbuildinfo .turbo
  • coveragevitest run --coverage
  • docstypedoc --options tdoptions.json .
  • gen-typestsgo --project tsconfig.json
  • gen-types-watchnpm run gen-types -- --watch
  • linteslint ./src
  • lint-fixeslint --fix src/**/*.ts
  • testvitest run
  • test-browservitest run --project browser
  • updatenpx --yes npm-check-updates -u -t minor
  • update-majornpx --yes npm-check-updates -u
  • watchrun-p gen-types-watch bundle-watch
Dependencies1
  • @hpcc-js/common^3.8.2