PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4007945 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
4,622Niche · −30% score
Versions published
448Established · −30% score
First published
Aug 2025
Publisher
mingle998

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publishermingle998
Artifact bytes3,148,723
Previous version0.3.57
Published2026-06-03T14:30:03.086Z
SHA-256c42676bcff1179f654ec50b78fbeb904e1526b8a8304b899c95279aee5df38b5

Why flagged

What the scanner saw

Large Javascript Payload: 4007945 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.3.58-alpha.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/suspended-ball-chat.es.js4007945 bytes0
lowLarge Javascript Payloadpackage/dist/suspended-ball-chat.umd.js3236701 bytes0

Manifest

Package metadata

Scripts14
  • buildvue-tsc --noEmit && vite build
  • build:libvite build --config vite.config.lib.ts
  • build:packagenpm run clean && npm run build:lib && npm run build:types && npm run copy-files && npm run remove-css
  • build:typesvue-tsc --declaration --emitDeclarationOnly --outDir dist/types
  • cleanrimraf dist
  • copy-filescp README.md LICENSE dist/ 2>/dev/null || true
  • devvite
  • linteslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore
  • mock-servernode ./src/mock/mock-streaming-server.js
  • mock-ws-servernode ./src/mock/mock-ws-server.js
  • prepublishOnlynpm run build:package
  • previewvite preview
  • remove-cssrm -f dist/style.css
  • type-checkvue-tsc --noEmit
Dependencies11
  • clipboard^2.0.11
  • dompurify^3.2.6
  • highlight.js^11.11.1
  • jsencrypt^3.5.4
  • katex0.17.0
  • localforage^1.10.0
  • lodash-es^4.17.21
  • marked^16.2.0
  • marked-highlight^2.2.2
  • vue-virtual-scroller^2.0.0-beta.8
  • ws^8.20.0