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
- 243Mature · −50% score
- First published
- Apr 2024
- Publisher
- 0xraj
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@0xsquid/[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":["@0xsquid/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 2517231 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 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/cjs/index.js | 2517231 bytes | 10 |
| medium | Large Javascript Payload | package/dist/esm/index.js | 2481885 bytes | 10 |
Manifest
Package metadata
Scripts15
buildyarn build-tailwind && rollup -c && yarn copy-fonts && yarn move-stylesbuild-storybookstorybook buildbuild-tailwindtailwindcss -i src/styles/tailwind.css -o src/styles/compiled-tailwind.csscopy-fontscp -r src/styles/fonts dist/fontsdevconcurrently 'yarn:watch:*'formatprettier --write --ignore-path .prettierignore .linteslint . --fixmove-stylesmv dist/esm/index.css dist/index.css && rm -rf dist/cjs/index.cssreleaserelease-itrelease:cirelease-it --cirelease:dryrelease-it --dry-runrelease:prerelease-it --preRelease=betatestvitestwatch:build-tailwindyarn build-tailwind --watchwatch:storybookstorybook dev -p 6006
Dependencies11
bignumber.js9.1.2clsx2.1.1color4.2.3date-fns^3.6.0deepmerge4.3.1lottie-react^2.4.1motion^12.12.1react-day-picker^8.10.1react-device-detect2.2.3tailwind-merge2.3.0zustand4.5.4