PkgRadar

Package evidence

@customerio/[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.

Versions published
51Mature · −50% score
First published
May 2023
Publisher
GitHub ActionsTrusted automation · −70% score

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":["@customerio/[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":["@customerio/[email protected]"],"fail_on":"review"}'
Artifact bytes431,304
Previous version0.4.15
Published2026-05-20T15:51:08.888Z
SHA-2561f98f8dec9fd08fe309945ad5c07eaa59e53b47e8f95c565a0af8b7d6b1b0234

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
15Score
0.4.16Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/cjs/lib/embedded-write-key.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
highJs Split Join Obfuscationpackage/dist/pkg/lib/embedded-write-key.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
highJs Split Join Obfuscationpackage/dist/umd/standalone.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
highJs Split Join Obfuscationpackage/src/lib/embedded-write-key.tsArray-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
  • buildyarn clean && yarn build-prep && yarn concurrently 'NODE_ENV=production yarn umd' 'yarn pkg' 'yarn cjs'
  • build-prepsh scripts/build-prep.sh
  • cjsyarn tsc -p tsconfig.build.json --outDir ./dist/cjs --module commonjs
  • cleanrm -rf dist
  • concurrentlyyarn run -T concurrently
  • eslintyarn run -T eslint
  • jestyarn run -T jest
  • lintyarn concurrently 'yarn:eslint .' 'yarn:tsc --noEmit'
  • pkgyarn tsc -p tsconfig.build.json
  • release:cdnyarn run -T browser+deps build && NODE_ENV=production bash scripts/release.sh && NODE_ENV=stage bash scripts/release.sh
  • testyarn jest
  • tscyarn run -T tsc
  • umdwebpack
  • vendornode scripts/vendor/run.js
  • versionyarn run build-prep && git add src/generated/version.ts
  • watchyarn concurrently 'NODE_ENV=production WATCH=true yarn umd --watch' 'yarn pkg --watch'
Dependencies11
  • @customerio/cdp-analytics-core0.4.16
  • @lukeed/uuid^2.0.0
  • @segment/analytics.js-video-plugins^0.2.1
  • @segment/facade^3.4.9
  • customerio-gist-web3.21.19
  • dset^3.1.2
  • js-cookie3.0.1
  • node-fetch^2.6.7
  • spark-md5^3.0.1
  • tslib^2.4.1
  • unfetch^4.1.0