PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3919491 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,561Mature · −50% score
First published
Mar 2024
Publisher
detachhead

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"}'
Publisherdetachhead
Artifact bytes6,000,037
Previous version1.39.6-ad82d91ce241116737e65e660c5420dd0366f405
Published2026-05-27T21:56:23.202Z
SHA-2566908d3f836e78fc56e2bfd59251919e365f57a309b3e87b5bf83bbd31948ae65

Why flagged

What the scanner saw

Large Javascript Payload: 3919491 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
1.39.6-c8f6bcdf043e65605f3e1774f2abe6253882b8f2Version
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/pyright-langserver.js3919491 bytes10
mediumLarge Javascript Payloadpackage/dist/pyright.js4210210 bytes10

Manifest

Package metadata

Scripts4
  • buildrspack build -c rspack.config.js --mode production
  • cleanshx rm -rf ./dist ./out LICENSE.txt
  • prepacknpm run clean && shx cp ../../LICENSE.txt . && npm run build
  • webpackrspack build -c rspack.config.js --mode development
Optional dependencies1
  • fsevents~2.3.3