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
5,359Niche · −30% score
Versions published
1,722Mature · −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 bytes20,098,442
Previous version13.1.1-STREAM-1224.1
Published2026-05-29T10:31:16.866Z
SHA-2560d7a60cc20b3bec6def2c0abbbbf2cc069b0a4d27f0d1702e4fc4fbb57f7d2fe

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/genesys-cloud-webrtc-sdk.bundle.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v13.1.1/genesys-cloud-webrtc-sdk.bundle.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v13/genesys-cloud-webrtc-sdk.bundle.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/genesys-cloud-webrtc-sdk.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v13.1.1/genesys-cloud-webrtc-sdk.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v13/genesys-cloud-webrtc-sdk.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/genesys-cloud-webrtc-sdk.bundle.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v13.1.1/genesys-cloud-webrtc-sdk.bundle.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v13/genesys-cloud-webrtc-sdk.bundle.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/genesys-cloud-webrtc-sdk.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v13.1.1/genesys-cloud-webrtc-sdk.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/v13/genesys-cloud-webrtc-sdk.min.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
lowLarge Javascript Payloadpackage/dist/genesys-cloud-webrtc-sdk.bundle.js4179722 bytes0
lowLarge Javascript Payloadpackage/dist/v13.1.1/genesys-cloud-webrtc-sdk.bundle.js4179722 bytes0
lowLarge Javascript Payloadpackage/dist/v13/genesys-cloud-webrtc-sdk.bundle.js4179722 bytes0
lowLarge Javascript Payloadpackage/dist/genesys-cloud-webrtc-sdk.js4179722 bytes0
lowLarge Javascript Payloadpackage/dist/v13.1.1/genesys-cloud-webrtc-sdk.js4179722 bytes0
lowLarge Javascript Payloadpackage/dist/v13/genesys-cloud-webrtc-sdk.js4179722 bytes0
lowLarge Javascript Payloadpackage/dist/es/index.bundle.js2806775 bytes0

Manifest

Package metadata

Scripts21
  • buildts-node scripts/build.ts
  • build-run-gcbaconcurrently "./test/test-pages/build-gcba.sh" "npm start"
  • build-run-localconcurrently "./test/test-pages/build-dev.sh" "npm start"
  • build:cdnwebpack --env cdn && webpack --env cdn --env production
  • build:cjstsc -p .
  • build:estsc -p . --outDir ./dist/es --target es2015 --module es2015
  • build:rolluprollup -c --bundleConfigAsCjs
  • build:sample./test/test-pages/build.sh
  • build:watchtsc -p . && webpack --watch
  • codecovcodecov
  • greenkeepnpx npm-check --update
  • linteslint -c .eslintrc.json --ext .ts src
  • lint:fixnpm run lint -- --fix
  • prebuildrimraf dist
  • startstupid-server -s -p 8443
  • start:samplenpm run build-run-local
  • testnpm run lint && npm run test:unit
  • test:unitcross-env NODE_ENV=test jest --runInBand
  • test:watchjest --watch --collectCoverage=false --runInBand
  • watchnpm-watch watchy
  • watchynpm run build:cjs && npm run build:module
Dependencies15
  • @babel/runtime^7.24.6
  • @babel/runtime-corejs3^7.24.6
  • axios^1.15.2
  • browserama^3.2.2
  • core-js^3.37.1
  • genesys-cloud-client-logger^4.2.17
  • genesys-cloud-streaming-client^19.7.0
  • jwt-decode^4.0.0
  • lodash^4.18.1
  • process-fast^1.0.0
  • rxjs^7.8.1
  • softphone-vendor-headsets^2.5.4
  • strict-event-emitter-types^2.0.0
  • uuid^9.0.1
  • webrtc-stats-gatherer^9.1.0
Optional dependencies1
  • @rollup/rollup-linux-x64-gnu^4.9.5