PkgRadar

Package evidence

[email protected]

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

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":["[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 bytes6,432,131
Previous version1.0.4
Published2026-05-25T10:18:45.253Z
SHA-2563b44730a451cd2e5801de3cb6a9b5e422f2bfa4c5c481c18e87bcda9c5ca2dd8

Why flagged

What the scanner saw

Large Javascript Payload: 2158875 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
32Score
1.0.5Version
Status history (1 event)
  1. newavailable · risk review · score 32 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.cjs2158875 bytes10
mediumLarge Javascript Payloadpackage/dist/index.mjs2117929 bytes10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.cjs2158875 bytes10
mediumLarge Javascript Payloadpackage/dist/index.mjs2117929 bytes10
lowObfuscationpackage/dist/ui/node_modules/tailwindcss/dist/flatten-color-palette.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/ui/node_modules/tailwindcss/dist/lib.jsmatched "\\uFEFF"3
lowObfuscationpackage/dist/ui/coverage/lcov-report/prettify.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/ui/node_modules/tailwindcss/dist/chunk-4WXWQT6Y.mjsmatched "\\uFEFF"3

Manifest

Package metadata

Scripts4
  • buildtsup --config tsup.config.ts
  • postbuildcp src/index.d.ts dist/index.d.ts && cp src/global.d.ts dist/global.d.ts && cp -R ../packages/ui/. dist/ui
  • preparenpm run build
  • testecho "Error: no test specified" && exit 1
Dependencies2
  • classnames^2.5.1
  • tailwind-merge^3.5.0