PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3633572 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
1,674Mature · −50% score
First published
Mar 2024
Publisher
jaekan

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

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"}'
Publisherjaekan
Artifact bytes3,935,212
Previous version1.0.3
Published2024-03-21T01:47:29.723Z
SHA-256df3a30d8ddd7ccbed1453b411fe3430691553d320da9cda2a9d6c4df7ed0e3c8

Why flagged

What the scanner saw

Large Javascript Payload: 3633572 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.0.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.cjs.js3633572 bytes0
lowLarge Javascript Payloadpackage/dist/index.es.js4435091 bytes0

Manifest

Package metadata

Scripts6
  • buildtsc && vite build
  • build-storybookstorybook build
  • devvite
  • linteslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
  • previewvite preview
  • storybookstorybook dev -p 6006
Dependencies3
  • @storybook/addons^7.6.11
  • react^18.2.0
  • react-dom^18.2.0