PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2142070 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
362
Versions published
206Mature · −50% score
First published
Apr 2024
Publisher
sysarch

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

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"}'
Publishersysarch
Artifact bytes737,061
Previous version2026.5.25-5
Published2026-05-27T19:50:55.064Z
SHA-256fba5d87bee68a953a4509435cc8e97a526945dc6e5d5f49afd4d48d2dea97826

Why flagged

What the scanner saw

Large Javascript Payload: 2142070 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
2026.5.27-2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.cjs2142070 bytes10
mediumLarge Javascript Payloadpackage/dist/index.mjs2141919 bytes10

Manifest

Package metadata

Scripts11
  • buildunbuild
  • devnodemon --watch src --ext ts --exec 'unbuild'
  • docstypedoc
  • gen:from-cppesno scripts/gen-from-cpp.ts
  • linteslint .
  • prebuildesno scripts/gen-from-cpp.ts
  • prepublishOnlynr build
  • releasebumpp && npm publish && pnpm gh-pages --nojekyll -d docs
  • startesno src/index.ts
  • testvitest run
  • typechecktsc --noEmit
Dependencies1
  • @typescript-eslint/parser^7.8.0