PkgRadar

Package evidence

[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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
2,238Niche · −30% score
Versions published
736Mature · −50% score
First published
Jul 2020
Publisher
purecloud

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherpurecloud
Artifact bytes1,113,632
Previous version19.7.1
Published2026-05-28T17:41:28.503Z
SHA-256d28087f760b68698f51a36b0a810487f662f0b46300e77168816b926cdd86f44

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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

Availability ledger

available

review
Last checked
reviewRisk
15Score
19.8.0-release.1Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/streaming-client.browser.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v19.8.0/streaming-client.browser.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v19/streaming-client.browser.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45

Manifest

Package metadata

Scripts16
  • buildts-node scripts/build
  • cleanrimraf dist
  • compiletsc -p .
  • compile:moduletsc -p . --outDir ./dist/es --target es2015 --module es2015
  • compile:rolluprollup -c rollup.config.js
  • compile:webpackwebpack --mode production
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • prebuildrimraf dist
  • startrun-p start:watch start:server
  • start:serverstupid-server -s
  • start:syncnpm run build && npm run start:server
  • start:watchnpm-watch build
  • testnpm run lint && npm run test:unit
  • test:unitjest --runInBand
  • test:watchjest --watch --runInBand --collectCoverage=false
Dependencies20
  • @babel/runtime-corejs3^7.10.4
  • axios^1.15.2
  • backoff-web^1.0.1
  • browserama^3.2.0
  • core-js^3.6.5
  • debounce-promise^3.1.2
  • exponential-backoff^3.1.1
  • genesys-cloud-client-logger^4.2.18
  • limiter^1.1.0
  • lodash.throttle^4.1.1
  • lru-cache^11.0.1
  • stanza^12.20.0
  • strict-event-emitter^0.5.0
  • strict-event-emitter-types^2.0.0
  • unorm^1.6.0
  • uuid^9.0.1
  • webrtc-stats-gatherer^9.0.10
  • whatwg-fetch^3.0.0
  • wildemitter^1.2.1
  • ws^8.17.1