PkgRadar

Package evidence

@hpcc-js/[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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,919Niche · −30% score
Versions published
265Mature · −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

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":["@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 bytes857,734
Previous version3.8.0
Published2026-05-29T15:14:40.426Z
SHA-256c34ade21482cc1cea51c41fc295697cb6b4ea74924db085f533f154b7c6c5ea0

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/index.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40

Manifest

Package metadata

Scripts16
  • buildrun-p gen-types bundle
  • bundlevite build
  • bundle-servevite --port 5501
  • 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.1