PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 15479738 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
2
First published
Jun 2026
Publisher
stein2nd

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"}'
Publisherstein2nd
Artifact bytes3,032,539
Previous version1.0.0
Published2026-06-09T15:26:34.010Z
SHA-25697c5164040320f597117004dda9cc3d7043302df5938bbf52e607611b859f901

Why flagged

What the scanner saw

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.cjs15479738 bytes0
lowLarge Javascript Payloadpackage/index.cjs15479738 bytes0
lowLarge Javascript Payloadpackage/dist/index.js17852693 bytes0

Manifest

Package metadata

Scripts10
  • buildvite build && cp dist/index.cjs index.cjs && node scripts/copy-root-cjs-chunks.mjs
  • devvite build --watch
  • extractnode dist/scripts/extract-terms.js
  • lintecho 'Note: This preset project does not include test documents. To test the preset, install it in another project and use it there.'
  • packnode scripts/pack-to-artifacts.mjs
  • prepacknpm run build
  • publish:npmnode scripts/publish-to-npm.mjs
  • verify:packnode scripts/verify-pack.mjs
  • vscode:packagecd dist/vscode && npm install --production && npx vsce package
  • watchnode dist/scripts/watch-terms.js