PkgRadar

Package evidence

@requestnetwork/[email protected]

Remote Dependency Spec: dependencies.commerce-payments="git+https://github.com/base/commerce-payments.git#v1.0.0"

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.

Weekly downloads
1,445Niche · −30% score
Versions published
702Mature · −50% score
First published
Dec 2019
Publisher
rodrigopavezi-request

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":["@requestnetwork/[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":["@requestnetwork/[email protected]"],"fail_on":"review"}'
Artifact bytes928,585
Previous version0.51.1-next.2d9d2486.0
Published2026-05-25T12:45:36.016Z
SHA-256fd842358496593b786a9143afd546de296feda38142249c179ef50500d0f0165

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.commerce-payments="git+https://github.com/base/commerce-payments.git#v1.0.0"

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
0.52.0Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.commerce-payments="git+https://github.com/base/commerce-payments.git#v1.0.0"12

Manifest

Package metadata

Scripts38
  • buildyarn build:sol && yarn build:lib
  • build:libtsc -b tsconfig.build.json && cp src/types/*.d.ts dist/src/types && cp -r dist/src/types types
  • build:solyarn hardhat compile
  • cleanyarn clean:lib && yarn clean:types && yarn clean:hardhat
  • clean:hardhatrm -rf cache && rm -rf build
  • clean:librm -rf dist tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo
  • clean:typesrm -rf types && rm -rf src/types
  • deployyarn hardhat deploy-local-env --network private
  • ganacheyarn hardhat node
  • lintyarn run lint:lib && yarn run lint:sol
  • lint:checkyarn run lint:lib:check && yarn run lint:sol:check
  • lint:libeslint . --fix
  • lint:lib:checkeslint .
  • lint:solsolhint "src/contracts/**/*.sol" --fix
  • lint:sol:checksolhint "src/contracts/**/*.sol"
  • prebuild:solyarn workspace @requestnetwork/types build && yarn workspace @requestnetwork/utils build && yarn workspace @requestnetwork/currency build
  • security:allyarn security:slither && yarn security:echidna:quick
  • security:echidna./scripts/run-echidna.sh
  • security:echidna:ci./scripts/run-echidna.sh --ci
  • security:echidna:quick./scripts/run-echidna.sh
  • security:echidna:thorough./scripts/run-echidna.sh --thorough
  • security:fullyarn security:slither && yarn security:echidna:thorough
  • security:slither./scripts/run-slither.sh
  • testyarn hardhat test --network private
  • test:libyarn jest test/lib
  • tron:compiletronbox compile --config tronbox-config.js
  • tron:deploy:mainnetnode scripts/tron/deploy-mainnet.js
  • tron:deploy:nilenode scripts/tron/deploy-nile.js
  • tron:deploy:test-tokennode scripts/tron/deploy-test-token.js
  • tron:migrate:developmenttronbox migrate --config tronbox-config.js --network development
  • …and 8 more.
Dependencies2
  • commerce-paymentsgit+https://github.com/base/commerce-payments.git#v1.0.0
  • tslib2.8.1