PkgRadar

Package evidence

@exodus/[email protected]

Install-time lifecycle script: install="npm run rebuild || echo \"Couldn't build bindings. Non-native version used.\""

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
2
First published
Sep 2022
Publisher
matias.la

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":["@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 bytes8,536
Previous versionnone
Published2022-09-15T19:24:10.202Z
SHA-256ca5d9356916e204a486b1155edd3f19dc31c1ff3d2b4d7a3b89ed07025a5e576

Why flagged

What the scanner saw

Install-time lifecycle script: install="npm run rebuild || echo \"Couldn't build bindings. Non-native version used.\""

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.1.5-exodus.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="npm run rebuild || echo \"Couldn't build bindings. Non-native version used.\""5

Manifest

Package metadata

Scripts18
  • benchmarknode -r ts-node/register src/index.bench.ts
  • checkgts check
  • cleangts clean
  • compilemkdirp dist && tsc -p . && rollup -c > dist/node.js && cross-env BROWSER=true rollup -c > dist/browser.js && cpx "build/src/*.d.ts" dist
  • coverageistanbul cover ./test/index.js
  • coverallsnpm run coverage && coveralls <coverage/lcov.info
  • fixgts fix
  • installnpm run rebuild || echo "Couldn't build bindings. Non-native version used."
  • lintgts check
  • posttestnpm run check
  • preparenpm run compile
  • prepublishOnlyrm -rf build/Release; rm build/Makefile; rm build/gyp-*; rm build/*.mk; rm build/*.Makefile; rm *.tgz
  • pretestnpm run compile
  • rebuildnode-gyp rebuild
  • testnpm run test:node && npm run test:browser
  • test:browserkarma start karma.conf.js
  • test:nodemocha -r ts-node/register src/**/*.spec.ts --timeout 40000
  • typedoctypedoc --out docs $(pwd)/src $(pwd)/helper --target es6 --mode file --tsconfig ./tsconfig.json --excludePrivate --excludeProtected --excludeNotExported --exclude '**/*+(spec|bench).ts'
Dependencies1
  • bindings^1.3.0