PkgRadar

Package evidence

@0xsquid/[email protected]

Large Javascript Payload: 2517231 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
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 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":["@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"}'
Publisher0xraj
Artifact bytes1,121,999
Previous version3.4.0
Published2026-05-23T03:35:57.567Z
SHA-2565fa0a97d2f364e9a28bd282acbfd1f6e815151037230beceb7830e1fa83f8fd8

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

review
Last checked
reviewRisk
10Score
3.4.1-beta-deposit-with-memo.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cjs/index.js2517231 bytes10
mediumLarge Javascript Payloadpackage/dist/esm/index.js2481885 bytes10

Manifest

Package metadata

Scripts15
  • buildyarn build-tailwind && rollup -c && yarn copy-fonts && yarn move-styles
  • build-storybookstorybook build
  • build-tailwindtailwindcss -i src/styles/tailwind.css -o src/styles/compiled-tailwind.css
  • copy-fontscp -r src/styles/fonts dist/fonts
  • devconcurrently 'yarn:watch:*'
  • formatprettier --write --ignore-path .prettierignore .
  • linteslint . --fix
  • move-stylesmv dist/esm/index.css dist/index.css && rm -rf dist/cjs/index.css
  • releaserelease-it
  • release:cirelease-it --ci
  • release:dryrelease-it --dry-run
  • release:prerelease-it --preRelease=beta
  • testvitest
  • watch:build-tailwindyarn build-tailwind --watch
  • watch:storybookstorybook dev -p 6006
Dependencies11
  • bignumber.js9.1.2
  • clsx2.1.1
  • color4.2.3
  • date-fns^3.6.0
  • deepmerge4.3.1
  • lottie-react^2.4.1
  • motion^12.12.1
  • react-day-picker^8.10.1
  • react-device-detect2.2.3
  • tailwind-merge2.3.0
  • zustand4.5.4