PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2040306 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
15
First published
May 2026
Publisher
tushil

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishertushil
Artifact bytes4,990,521
Previous version1.1.5
Published2026-06-10T10:37:21.365Z
SHA-25666c00068a3ca4c333a3328584dfb262b784afa36ce3f21f0ea5ca8e44512ef4e

Why flagged

What the scanner saw

Large Javascript Payload: 2040306 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.1.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.mjs2040306 bytes0

Manifest

Package metadata

Scripts6
  • buildnpm run clean && npm run build:css:generated && tsup --config tsup.config.ts && npm run build:css
  • build:csstailwindcss -i ../packages/styles/index.css -o ./dist/index.css
  • build:css:generatedtailwindcss -i ../packages/styles/index.css -o ./.generated/index.css
  • cleannode -e "const fs = require('node:fs'); fs.rmSync('dist', { recursive: true, force: true }); fs.rmSync('.generated', { recursive: true, force: true })"
  • preparenpm run build
  • testecho "Error: no test specified" && exit 1
Dependencies11
  • @tanstack/react-query^5.90.2
  • classnames^2.5.1
  • country-flag-icons^1.5.19
  • emoji-picker-react^4.12.0
  • framer-motion^12.4.4
  • motion^12.4.4
  • react-draggable^4.5.0
  • react-router-dom^7.2.0
  • react-use^17.6.0
  • tailwind-merge^3.5.0
  • zustand^5.0.3