PkgRadar

Package evidence

@cometchat/[email protected]

Large Javascript Payload: 2633936 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.

Versions published
36Mature · −50% score
First published
Aug 2023
Publisher
honey-cometchat

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":["@cometchat/[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":["@cometchat/[email protected]"],"fail_on":"review"}'
Artifact bytes1,438,451
Previous version5.0.0-beta.2
Published2026-05-08T06:50:31.015Z
SHA-2566545dc448c5230864875550abb82f274d944f074db93275feedc8862eb2100c4

Why flagged

What the scanner saw

Large Javascript Payload: 2633936 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
5.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.es.js2633936 bytes10
mediumLarge Javascript Payloadpackage/dist/index.umd.js2244838 bytes10

Manifest

Package metadata

Scripts13
  • buildtsc -b ./tsconfig.app.json && vite build
  • build:libtsc -b ./tsconfig.build.json && vite --config=vite.config.js.ts build
  • build:recorderVITE_APP=recorder npm run build && rm -rf dist/virtual-backgrounds && rm -rf dist/.well-known
  • devexport VITE_APP=sample-app-sdk && vite
  • dev:jsexport VITE_APP=sample-app-javascript && vite --port 3000
  • dev:recorderexport VITE_APP=recorder && vite
  • dev:testexport NODE_ENV=playwright-test && export VITE_APP=e2e && vite
  • linteslint .
  • previewvite preview
  • testnpx vitest --run
  • test:e2enpx playwright test --ui e2e/visual/tile-mode-responsive.spec.ts
  • test:unitvitest run
  • tsctsc -b ./tsconfig.app.json
Dependencies1
  • valibot^1.1.0