PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 10125497 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
277
Versions published
9
First published
Oct 2025
Publisher
switzerchees

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"}'
Publisherswitzerchees
Artifact bytes28,115,931
Previous version0.5.1
Published2026-05-26T07:30:51.897Z
SHA-25620aa89a3f574e51a5fedf150d8b9c259459f0de8d351cc736a0894c0f2622cba

Why flagged

What the scanner saw

Large Javascript Payload: 10125497 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
0.5.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/runtime/public/opencv/opencv-4.8.0.js10125497 bytes10

Manifest

Package metadata

Scripts10
  • devbun run dev:prepare && nuxi dev playground
  • dev:buildnuxi build playground
  • dev:hostbun run dev:prepare && nuxi dev playground --host 0.0.0.0
  • dev:preparenuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground
  • linteslint .
  • prepacknuxt-module-build build && mkdir -p dist/runtime/public && cp -R src/runtime/public/* dist/runtime/public/
  • releasenpm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags
  • testvitest run
  • test:typesbun run dev:prepare && vue-tsc --noEmit && cd playground && vue-tsc --noEmit
  • test:watchvitest watch
Dependencies3
  • @nuxt/kit^4.4.6
  • onnxruntime-web1.18.0
  • pdf-lib^1.17.1