PkgRadar

Package evidence

@exodus/[email protected]

Install-time lifecycle script: postinstall="node fetch-sapling-params.js"

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
4
First published
Sep 2023
Publisher
richayotte

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"}'
Publisherrichayotte
Artifact bytes45,894
Previous version16.1.1-exodus.8
Published2023-09-25T16:26:01.793Z
SHA-25606c67557ee89f5513e6437e33faaf0b4ff043a872ea18e1bf2c4463141796a9d

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node fetch-sapling-params.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
16.1.1-exodus.9Version
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.jsonpostinstall="node fetch-sapling-params.js"5

Manifest

Package metadata

Scripts10
  • buildtsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts
  • linteslint --ext .js,.ts .
  • postinstallnode fetch-sapling-params.js
  • prebuildrimraf dist
  • precommitlint-staged
  • startrollup -c rollup.config.ts -w
  • testjest --coverage
  • test:prodnpm run lint && npm run test -- --no-cache
  • test:watchjest --coverage --watch
  • version-stampnode ../taquito/version-stamping.js
Dependencies11
  • @airgap/sapling-wasm0.0.9
  • @exodus/taquito-rpc^16.1.1-exodus.9
  • @exodus/taquito-taquito^16.1.1-exodus.9
  • @exodus/taquito-utils^16.1.1-exodus.9
  • @stablelib/nacl^1.0.3
  • @stablelib/random^1.0.1
  • bignumber.js^9.1.0
  • bip39^3.0.4
  • blakejs^1.2.1
  • pbkdf2^3.1.2
  • typedarray-to-buffer^4.0.0