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.

Weekly downloads
1,977Niche · −30% score
Versions published
8
First published
Aug 2022
Publisher
matias.la

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes16,840
Previous version2.7.6-exodus.2
Published2024-01-23T19:12:26.665Z
SHA-256e1f96507c76fd34265670525400045fd19faa619c7662c11b84e87756a10d72f

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.11.0-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-core^2.11.0-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.1
  • @exodus/walletconnect-time^1.0.2-exodus.0
  • @exodus/walletconnect-types^2.11.0-exodus.0
  • @exodus/walletconnect-utils^2.11.0-exodus.0
  • events^3.3.0