PkgRadar

Package evidence

@hyperlane-xyz/[email protected]

Large Javascript Payload: 8802269 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.

Weekly downloads
1,351Niche · −30% score
Versions published
278Mature · −50% score
First published
Aug 2023
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":["@hyperlane-xyz/[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":["@hyperlane-xyz/[email protected]"],"fail_on":"review"}'
Artifact bytes47,721,723
Previous version34.0.0
Published2026-05-21T20:59:52.034Z
SHA-256671e983b392c622c322a264a78051bc451320099ad626a7919bc3f35c52fc2bd

Why flagged

What the scanner saw

Large Javascript Payload: 8802269 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/bundle/79.index.js8802269 bytes10
mediumLarge Javascript Payloadpackage/bundle/index.js135322766 bytes10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/bundle/79.index.js8802269 bytes10
mediumLarge Javascript Payloadpackage/bundle/index.js135322766 bytes10
lowCredential file accesspackage/bundle/660.index.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts17
  • buildpnpm version:update && NODE_OPTIONS='--max-old-space-size=4096' tsc
  • bundlerm -rf ./bundle && ncc build ./dist/cli.js -o bundle && node ../../scripts/ncc.post-bundle.mjs
  • cleanrm -rf ./dist && rm -rf ./bundle
  • devpnpm version:update && tsc --watch
  • formatoxfmt --write ./src ./examples
  • hyperlanenode ./dist/cli.js
  • lintoxlint -c ../../oxlint.json
  • test:aleo:e2e./src/tests/aleo/run-e2e-test.sh
  • test:cimocha --config .mocharc.json
  • test:cosmosnative:e2e./src/tests/cosmosnative/run-e2e-test.sh
  • test:cross-chain:e2e./src/tests/cross-chain/run-e2e-test.sh
  • test:ethereum:e2e./src/tests/ethereum/run-e2e-test.sh
  • test:radix:e2e./src/tests/radix/run-e2e-test.sh
  • test:sealevel:e2e./src/tests/sealevel/run-e2e-test.sh
  • test:starknet:e2e./src/tests/starknet/run-e2e-test.sh
  • test:tron:e2e./src/tests/ethereum/run-tron-e2e-test.sh
  • version:updateecho "export const VERSION = '$npm_package_version';" > src/version.ts