PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2041266 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
41
Versions published
22
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 bytes2,220,369
Previous version1.2.4
Published2026-06-12T08:33:21.213Z
SHA-256dc8910445a585b799c45285fadbf978fbcf9cce6d171f1777a33d5827ff5934c

Why flagged

What the scanner saw

Large Javascript Payload: 2041266 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.2.5Version
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/web/index.mjs2041266 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/web/css/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
Dependencies34
  • @expo/vector-icons^14.0.3
  • @forward-software/react-native-flags-kit^1.0.0
  • @gorhom/bottom-sheet^4.6.4
  • @react-native-async-storage/async-storage^1.23.1
  • @react-navigation/drawer^6.7.2
  • @react-navigation/native^6.1.18
  • @react-navigation/native-stack^6.11.0
  • @tanstack/react-query^5.90.2
  • classnames^2.5.1
  • country-flag-icons^1.5.19
  • emoji-picker-react^4.12.0
  • expo-av~14.0.7
  • expo-constants~16.0.2
  • expo-device~6.0.2
  • expo-font~12.0.10
  • expo-image-picker~15.1.0
  • expo-notifications~0.28.19
  • framer-motion^12.4.4
  • i18n-iso-countries^7.14.0
  • motion^12.4.4
  • nativewind^4.1.23
  • react-draggable^4.5.0
  • react-native-gesture-handler~2.16.1
  • react-native-portalize^1.0.7
  • react-native-reanimated~3.10.1
  • react-native-safe-area-context4.10.5
  • react-native-screens3.31.1
  • react-native-svg^15.12.0
  • react-native-webview13.8.6
  • react-router-dom^7.2.0
  • …and 4 more.