PkgRadar

Package evidence

@eclipse-glsp/[email protected]

Remote Payload: matched "wget "

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
79Mature · −50% score
First published
Dec 2022
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":["@eclipse-glsp/[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":["@eclipse-glsp/[email protected]"],"fail_on":"review"}'
Artifact bytes205,764
Previous version2.8.0-next.0
Published2026-06-10T14:06:58.576Z
SHA-25639f07a62a25b227bde6a4b3f3be28562e3c7ebab54b8d91924d4be2ade95bdb2

Why flagged

What the scanner saw

Remote Payload: matched "wget "

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
2.8.0-next.3Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "wget "12

Manifest

Package metadata

Scripts16
  • buildyarn check-types && yarn bundle
  • build:prodyarn check-types && yarn bundle --production
  • bundleyarn clean:dist && node esbuild.js
  • check-typestsc
  • cleanrimraf dist tsconfig.tsbuildinfo
  • clean:distrimraf dist
  • linteslint --ext .ts,.tsx ./src
  • lint:ciyarn lint -o eslint.xml -f checkstyle
  • startnode dist/cli.js
  • testmocha --config .mocharc.json
  • test:allyarn test && yarn test:e2e
  • test:ciyarn test --reporter mocha-ctrf-json-reporter
  • test:coveragenyc yarn test
  • test:e2eyarn build && mocha --config .mocharc.e2e.json
  • watchnode esbuild.js --watch
  • watch:tsctsc --watch