PkgRadar

Package evidence

@ioai/[email protected]

Large Javascript Payload: 6926647 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
1,781Niche · −30% score
Versions published
15
First published
May 2026
Publisher
joaner1206

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

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":["@ioai/[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":["@ioai/[email protected]"],"fail_on":"review"}'
Publisherjoaner1206
Artifact bytes4,583,166
Previous version1.3.3
Published2026-05-28T08:25:30.450Z
SHA-256d60a1feaa56d215a1148ba40a3a3e317fbe731953815ef36c7adbfc5f65a0b70

Why flagged

What the scanner saw

Large Javascript Payload: 6926647 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist-lib/hdf5.worker-d_FOyKIh.js6926647 bytes10
mediumLarge Javascript Payloadpackage/dist-lib/rosview.es.js5646967 bytes10

Manifest

Package metadata

Scripts11
  • buildtsc -b && vite build
  • build:libtsc -b && vite build --config vite.lib.config.ts
  • devvite
  • gen:e2e:fixturesnode scripts/gen-e2e-fixtures.mjs
  • linteslint "src/**/*.{ts,tsx}" "tests/**/*.ts"
  • prepublishOnlynpm run lint && npm test && npm run build:lib
  • pretest:e2enpm run gen:e2e:fixtures
  • previewnpm run build && vite preview
  • testvitest run
  • test:e2eplaywright test
  • typechecktsc -b --noEmit