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
May 2023
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 bytes12,687
Previous version2.1.0-exodus.3
Published2023-06-05T20:37:11.790Z
SHA-25688493430ca2fafc4e902cc75ef718ec465cf13ee3da2cb5f94d23502b356b591

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.1.0-exodus.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • buildnpm run build:pre; npm run build:source; npm run build:types
  • build:prenpm run clean
  • build:sourcerollup --config rollup.config.js
  • build:typestsc
  • canaryvitest run --dir test/canary
  • cleanrm -rf dist
  • linteslint -c '../../.eslintrc' --fix './src/**/*.ts'
  • prepublishOnlynpm run build
  • prettierprettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'
  • prettier:writeprettier --check '{src,test}/**/*.{js,ts,jsx,tsx}' --write
  • testnpm run test:pre; npm run test:run
  • test:prerm -rf ./test/test.db
  • test:runvitest run --dir test
  • test:watchvitest watch --dir test
Dependencies11
  • @exodus/ethersproject-hash^5.4.2-exodus.0
  • @exodus/ethersproject-transactions^5.4.2-exodus.0
  • @exodus/walletconnect-core^2.7.6-exodus.0
  • @exodus/walletconnect-events^1.0.1-exodus.2
  • @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.1
  • @exodus/walletconnect-utils^2.7.6-exodus.0
  • events^3.3.0
  • sha.js^2.4.11