PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2731061 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
32
Versions published
9
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes33,407,458
Previous version1.0.5
Published2026-04-29T22:50:57.716Z
SHA-2565a693cf34d6b9929c6414d4bfa7e5a16fe6eda2a96f81299398985c367ec61b6

Why flagged

What the scanner saw

Large Javascript Payload: 2731061 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/fonts/noto-emoji-data.js2731061 bytes10
mediumLarge Javascript Payloadpackage/fonts/noto-jp-data.js13252244 bytes10
mediumLarge Javascript Payloadpackage/fonts/noto-kr-data.js14512216 bytes10
mediumLarge Javascript Payloadpackage/fonts/noto-sans-data.js2885675 bytes10
mediumLarge Javascript Payloadpackage/fonts/noto-sc-data.js24541668 bytes10

Manifest

Package metadata

Scripts17
  • benchvitest bench
  • buildtsup
  • devtsup --watch
  • docs:servenpx serve docs/ --listen 5000
  • fonts:downloadnpx tsx scripts/download-fonts.ts
  • linteslint src/
  • prepublishOnlynpm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:generatenpx tsx scripts/generate-samples.ts
  • test:visualvitest run --config vitest.visual.config.ts
  • test:watchvitest
  • typechecktsc --noEmit
  • typecheck:allnpm run typecheck && npm run typecheck:tests && npm run typecheck:scripts
  • typecheck:scriptstsc --project tsconfig.scripts.json --noEmit
  • typecheck:teststsc --project tsconfig.test.json --noEmit
  • validate:pdfanpx tsx scripts/validate-pdfa.ts