PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 5337118 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
37
First published
Mar 2026
Publisher
rzeradev

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"}'
Publisherrzeradev
Artifact bytes1,874,880
Previous version0.6.1
Published2026-05-25T15:05:10.228Z
SHA-256b36642bc2ec82c51fb7dc0ac82ce03cb68ba8be912989d0d919f142069cd912e

Why flagged

What the scanner saw

Large Javascript Payload: 5337118 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.6.2Version
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/cdn/animot-presenter.esm.js5337118 bytes10
mediumLarge Javascript Payloadpackage/dist/cdn/animot-presenter.min.js5165643 bytes10

Manifest

Package metadata

Scripts9
  • buildnpm run build:svelte && npm run build:element
  • build:elementvite build --config vite.element.config.ts
  • build:sveltesvelte-kit sync && svelte-package -o dist
  • cdn:servenpm run package && npx --yes http-server dist/cdn -p 4173 --cors -c-1
  • checksvelte-kit sync && svelte-check --tsconfig ./tsconfig.json
  • devvite dev
  • packagenpm run build
  • prepublishOnlynpm run build
  • previewvite preview
Dependencies3
  • @animotion/motion^2.0.1
  • canvas-confetti^1.9.4
  • shiki^1.0.0