PkgRadar

Package evidence

@exodus/[email protected]

no findings

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
8
First published
Aug 2022
Publisher
matias.la

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":["@exodus/[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":["@exodus/[email protected]"],"fail_on":"review"}'
Publishermatias.la
Artifact bytes207,814
Previous version2.0.0-rc.2-exodus.0
Published2023-05-25T19:31:30.900Z
SHA-25618e23f2515c40bf47540fb498456804b1a3e220a506af113d3f84384a8d9aea2

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.7.6-exodus.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • buildnpm run build:pre; npm run build:source; npm run build:types
  • build:prenpm run clean
  • build:sourcerollup --config rollup.config.js
  • build:typestsc
  • canarynpm run test:pre; npm run test:canary
  • cleanrm -rf dist
  • linteslint -c '../../.eslintrc' --fix './src/**/*.ts'
  • loadtestnpm run test:pre; npm run test:concurrency
  • prettierprettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'
  • testnpm run test:pre; npm run test:run
  • test:canaryvitest run --dir test/canary
  • test:concurrencyvitest run --dir test/concurrency
  • test:ignoreUnhandlednpm run test:pre; npm run test:integration -- --dangerouslyIgnoreUnhandledErrors --segfault-retry=3
  • test:integrationvitest run --dir test/sdk/integration
  • test:lifecyclevitest run --dir test/lifecycle -- --dangerouslyIgnoreUnhandledErrors --segfault-retry=3
  • test:prerm -rf ./test/tmp && mkdir ./test/tmp
  • test:runvitest run --dir test/sdk
  • test:xregionvitest run --dir test/xregion -- --dangerouslyIgnoreUnhandledErrors --segfault-retry=3
Dependencies9
  • @exodus/walletconnect-core2.7.6-exodus.0
  • @exodus/walletconnect-events^1.0.1-exodus.0
  • @exodus/walletconnect-heartbeat^1.2.1-exodus.0
  • @exodus/walletconnect-jsonrpc-utils^1.0.8-exodus.0
  • @exodus/walletconnect-logger^2.0.1-exodus.0
  • @exodus/walletconnect-time^1.0.2-exodus.0
  • @exodus/walletconnect-types2.7.6-exodus.0
  • @exodus/walletconnect-utils2.7.6-exodus.0
  • events^3.3.0