PkgRadar

Package evidence

browser-basedpyright@1.39.7-406e0821e851b47d5583e26839b0182e4e3b7c61

Large Javascript Payload: 17561632 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,089Mature · −50% score
First published
Jul 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

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":["browser-basedpyright@1.39.7-406e0821e851b47d5583e26839b0182e4e3b7c61"],"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":["browser-basedpyright@1.39.7-406e0821e851b47d5583e26839b0182e4e3b7c61"],"fail_on":"review"}'
Publisherdetachhead
Artifact bytes3,731,575
Previous version1.39.6
Published2026-06-13T01:31:00.523Z
SHA-2562f0b88b98c5569640cfce82711378a592680dfd2d0c0a119f109f410ce7ee4ed

Why flagged

What the scanner saw

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/pyright.worker.js17561632 bytes0

Manifest

Package metadata

Scripts5
  • buildrspack build -c rspack.config.js --mode production
  • build:devrspack build -c rspack.config.js --mode development
  • cleanshx rm -rf ./dist ./out LICENSE.txt
  • prepacknpm run clean && shx cp ../../LICENSE.txt . && npm run build
  • webpackwebpack --mode development --progress
Dependencies8
  • buffer^6.0.3
  • crypto-browserify^3.12.0
  • os-browserify^0.3.0
  • path-browserify^1.0.1
  • stream-browserify^3.0.0
  • util^0.12.5
  • vm-browserify^1.1.2
  • vscode-languageserver^10.0.0-next.13