PkgRadar

Package evidence

@sodax/[email protected]

Large Javascript Payload: 2848604 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
2
First published
May 2026
Publisher
robi_icon_foundation

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":["@sodax/[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":["@sodax/[email protected]"],"fail_on":"review"}'
Artifact bytes1,832,946
Previous version2.0.0-rc.7
Published2026-05-27T16:05:58.997Z
SHA-25614c9896d9c235bf3e35a39c81ef01a07b9040423ce08be4a28b32df440a43a75

Why flagged

What the scanner saw

Large Javascript Payload: 2848604 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
40Score
2.0.0-rc.8Version
Status history (1 event)
  1. newavailable · risk review · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/build-BYLANRB5.cjs2848604 bytes10
mediumLarge Javascript Payloadpackage/dist/chunk-U5RTOKB6.cjs2928100 bytes10
mediumLarge Javascript Payloadpackage/dist/build-3QO5FQJI.mjs2843075 bytes10
mediumLarge Javascript Payloadpackage/dist/chunk-KK2UD5RO.mjs2911382 bytes10

Manifest

Package metadata

Scripts12
  • buildnode scripts/verify-stacks-connect-ui-stub.mjs && tsup && node scripts/verify-dist-self-contained.mjs && node scripts/verify-runtime-smoke.mjs
  • check-exportsattw --pack
  • check:circular-depsmadge --circular --exclude 'types/dist' $(find ./src -name '*.ts')
  • check:dist-self-containednode scripts/verify-dist-self-contained.mjs
  • check:knipknip
  • check:no-duplicate-bundlingnode scripts/verify-no-duplicate-bundling.mjs
  • check:runtime-smokenode scripts/verify-runtime-smoke.mjs
  • checkTstsc --noEmit
  • cleanrm -rf node_modules && rm -rf dist && rm -rf .turbo
  • devtsup --watch
  • lintbiome lint . --write
  • prettybiome format . --write