PkgRadar

Package evidence

@ethersphere/[email protected]

Remote Payload: matched "github.com/ethersphere/bee/releases/download"

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
67Mature · −50% score
First published
Mar 2021
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":["@ethersphere/[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":["@ethersphere/[email protected]"],"fail_on":"review"}'
Artifact bytes3,062,665
Previous version3.2.0
Published2026-06-05T08:51:37.992Z
SHA-256ca2a7e596d33e837ab05f04c47e6fd3fe1d484e96f6b5f25bdf017505fd0b432

Why flagged

What the scanner saw

Remote Payload: matched "github.com/ethersphere/bee/releases/download"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
3.3.0Version
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/src/command/quickstart.tsmatched "github.com/ethersphere/bee/releases/download"12

Manifest

Package metadata

Scripts10
  • beenpx @fairdatasociety/[email protected] start --detach --fresh --bee-version 2.6.0
  • buildrimraf dist && tsc
  • checktsc --project tsconfig.test.json
  • linteslint --fix "src/**/*.ts" "test/**/*.ts" && prettier --write "src/**/*.ts" "test/**/*.ts"
  • lint:checkeslint "src/**/*.ts" "test/**/*.ts" && prettier --check "src/**/*.ts" "test/**/*.ts"
  • preparenpm run build
  • startts-node src/index.ts
  • testjest --config=jest.config.ts
  • test.e2ejest --config=jest-e2e.config.ts
  • test:coveragejest --config=jest.config.ts --coverage
Dependencies13
  • @ethereumjs/wallet^2.0.4
  • @ethersphere/bee-js^12.0.0
  • cafe-utility^33.3.1
  • chalk^2.4.2
  • cli-progress^3.11.2
  • cli-table3^0.6.5
  • ethers^6.16.0
  • furious-commander^1.7.1
  • inquirer^8.2.5
  • node-fetch^2.7.0
  • ora^5.3.0
  • qrcode^1.5.4
  • ws^8.11.0