PkgRadar

Package evidence

@eeshans/[email protected]

Large Javascript Payload: 6584714 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
108
Versions published
35
First published
Feb 2026
Publisher
eeshans

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":["@eeshans/[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":["@eeshans/[email protected]"],"fail_on":"review"}'
Publishereeshans
Artifact bytes2,494,856
Previous version0.3.25
Published2026-05-25T23:04:54.412Z
SHA-2562e0cbbd9e4146d1bd8801b4e460a9fd94f2f6194bad1b55baf8825cb6abfeb29

Why flagged

What the scanner saw

Large Javascript Payload: 6584714 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
0.3.26Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/server.js6584714 bytes10

Manifest

Package metadata

Scripts17
  • buildvite build && node scripts/build-server.mjs
  • build:npxnode scripts/build-npx.mjs
  • check:privacynode scripts/privacy-gate.mjs
  • devnode bin/dev.mjs
  • dev:apiDATABASE_URL=file:./dev.db APP_DATA_DIR=. PORT=${PORT:-3000} tsx watch src/server.ts
  • dev:spavite --port 5173
  • linteslint
  • prepacknode scripts/build-npx.mjs
  • release:checkbash scripts/release-check.sh
  • release:check:fastbash scripts/release-check.sh --skip-install --skip-manual
  • setupnode scripts/setup.mjs
  • startnode dist/server.js
  • testvitest run
  • test:integrationvitest run
  • test:smoke:webvitest run bin/__tests__/cli-helpers.test.ts bin/__tests__/bootstrap-db.test.ts
  • test:watchvitest
  • validate:source-webnpm run lint && npm test && npm run test:integration && npm run build:npx && npm run check:privacy
Dependencies14
  • @prisma/adapter-libsql7.4.1
  • @prisma/client7.4.1
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • express^5.2.1
  • lucide-react^0.563.0
  • morgan^1.10.1
  • radix-ui^1.4.3
  • react19.2.3
  • react-dom19.2.3
  • recharts^3.8.0
  • semver^7.8.1
  • sonner^2.0.7
  • tailwind-merge^3.4.0