PkgRadar

Package evidence

@ht-sdks/[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
21,585Mainstream · −50% score
Versions published
14Established · −30% score
First published
Nov 2023
Publisher
nickstefan

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":["@ht-sdks/[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":["@ht-sdks/[email protected]"],"fail_on":"review"}'
Publishernickstefan
Artifact bytes728,526
Previous version1.5.3
Published2026-02-03T21:40:05.653Z
SHA-256e8813158493b788ef7899a7a33720a2b01efa73fabd3bdf6e4ca9dab9d10f9b6

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
25Score
1.5.4Version
Status history (1 event)
  1. newavailable · risk review · score 25 · 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/events.min.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

Scripts15
  • buildnpm run clean && npm run build-prep && concurrently 'NODE_ENV=production npm run umd' 'npm:pkg' 'npm:cjs'
  • build-prepsh scripts/build-prep.sh
  • build:devnpm run clean && npm run build-prep && concurrently 'npm run umd' 'npm:pkg' 'npm:cjs'
  • candidate:cdnturbo run build && NODE_ENV=production PATH_PREFIX=browser/candidate bash scripts/release.sh
  • cjstsc -p tsconfig.build.json --outDir ./dist/cjs --module commonjs
  • cleanrm -rf dist
  • lintconcurrently 'eslint .' 'tsc --noEmit'
  • pkgtsc -p tsconfig.build.json
  • release:cdnturbo run build && NODE_ENV=production PATH_PREFIX=browser/release bash scripts/release.sh
  • servenode src/tester/dev-server.js
  • size-limitsize-limit
  • testjest
  • umdwebpack
  • versionnpm run build-prep && git add src/generated/version.ts
  • watchconcurrently 'NODE_ENV=production WATCH=true npm run umd -- --watch' 'npm run pkg -- --watch'
Dependencies11
  • @ht-sdks/events-sdk-js-core^1.1.0
  • @lukeed/uuid^2.0.0
  • @segment/analytics.js-video-plugins^0.2.1
  • @segment/facade^3.4.9
  • dlv^1.1.3
  • 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