PkgRadar

Package evidence

@webex/[email protected]

Large Javascript Payload: 3247199 bytes

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
929
Versions published
187Mature · −50% score
First published
Nov 2024
Publisher
webex-jenkins

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":["@webex/[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":["@webex/[email protected]"],"fail_on":"review"}'
Publisherwebex-jenkins
Artifact bytes854,805
Previous version1.28.0-next.16
Published2026-05-19T04:57:26.687Z
SHA-25670d06ad2bf224a602033e224e5f307081ea2e3d9e315597cad54b68520277640

Why flagged

What the scanner saw

Large Javascript Payload: 3247199 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.28.0-next.17Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js3247199 bytes10

Manifest

Package metadata

Scripts8
  • buildyarn run -T tsc
  • build:srcyarn run clean:dist && webpack
  • build:watchwebpack --watch
  • cleanrm -rf dist && rm -rf node_modules
  • clean:distrm -rf dist
  • deploy:npmyarn npm publish
  • test:styleseslint
  • test:unittsc --project tsconfig.test.json && jest --coverage
Dependencies3
  • @webex/contact-center3.12.0-next.42
  • mobx6.13.5
  • typescript5.6.3