PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4624814 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
4
First published
Apr 2026
Publisher
isaackatong

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"}'
Publisherisaackatong
Artifact bytes8,467,779
Previous version0.1.2
Published2026-05-27T23:52:04.259Z
SHA-256fb10bf75eff1bd3d05d338714b11eb2b510eba4d47a65f4016422512214cc559

Why flagged

What the scanner saw

Large Javascript Payload: 4624814 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/PlotView-2tv-37Og.cjs4624814 bytes10
mediumLarge Javascript Payloadpackage/dist/PlotView-Bt5x7rr6.js6722798 bytes10

Manifest

Package metadata

Scripts8
  • buildtsc && vite build
  • build:libBUILD_TARGET=lib vite build && tsc -p tsconfig.lib.json
  • build:pagestsc && BUILD_TARGET=pages vite build
  • devnode scripts/dev.mjs
  • lintnode scripts/lint-practices.mjs && tsc --noEmit
  • prepublishOnlynpm run build:lib
  • previewvite preview
  • testvitest
Dependencies3
  • plotly.js-dist-min^3.5.0
  • react-markdown^10.1.0
  • react-plotly.js^2.6.0