PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2732918 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
300
Versions published
12
First published
Apr 2026
Publisher
kingarth0r

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"}'
Publisherkingarth0r
Artifact bytes2,162,499
Previous version0.3.7
Published2026-05-28T19:50:36.114Z
SHA-256c9f7f0269c1bead7a09bf62f73012305c3c4e55c1f8c16e86e0654b66e357f88

Why flagged

What the scanner saw

Large Javascript Payload: 2732918 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.8Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.js2732918 bytes0

Manifest

Package metadata

Scripts9
  • buildtsc -b && vite build && tsc -p tsconfig.types.json
  • build:demovite build --mode demo
  • devvite
  • linteslint .
  • previewvite preview --mode demo
  • test:e2eplaywright test
  • test:e2e:exitplaywright test tests/mathlive-exit.spec.ts
  • test:e2e:mathliveplaywright test tests/textbox-mathlive.spec.ts --grep-invert "latex textbox"
  • test:e2e:placeholdersplaywright test tests/mathlive-placeholders.spec.ts
Dependencies7
  • @cortex-js/compute-engine0.55.6
  • katex^0.16.44
  • konva^10.2.3
  • mathlive^0.109.1
  • react^19.2.4
  • react-dom^19.2.4
  • react-konva^19.2.3