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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 40 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/build-BYLANRB5.cjs | 2848604 bytes | 10 |
| medium | Large Javascript Payload | package/dist/chunk-U5RTOKB6.cjs | 2928100 bytes | 10 |
| medium | Large Javascript Payload | package/dist/build-3QO5FQJI.mjs | 2843075 bytes | 10 |
| medium | Large Javascript Payload | package/dist/chunk-KK2UD5RO.mjs | 2911382 bytes | 10 |
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.mjscheck-exportsattw --packcheck:circular-depsmadge --circular --exclude 'types/dist' $(find ./src -name '*.ts')check:dist-self-containednode scripts/verify-dist-self-contained.mjscheck:knipknipcheck:no-duplicate-bundlingnode scripts/verify-no-duplicate-bundling.mjscheck:runtime-smokenode scripts/verify-runtime-smoke.mjscheckTstsc --noEmitcleanrm -rf node_modules && rm -rf dist && rm -rf .turbodevtsup --watchlintbiome lint . --writeprettybiome format . --write