PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node postinstall.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.

Weekly downloads
79,163Mainstream · −50% score
Versions published
1,990Mature · −50% score
First published
Jun 2017
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes8,626,097
Previous version4.5.55
Published2026-05-27T11:56:25.451Z
SHA-256697c5d4747e07602fc858745a609f2dcb47d028f7dd1db6cca6147d878ad80b2

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
13Score
4.5.56Version
Status history (2 events)
  1. availableavailable · risk review · score 13 · status available -> available, risk review -> review, score 20 -> 13
  2. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node postinstall.js"30
mediumLarge Javascript Payloadpackage/dist/ccxt.browser.min.js5433080 bytes10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node postinstall.js"30
mediumLarge Javascript Payloadpackage/dist/ccxt.browser.min.js5433080 bytes10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node postinstall.js"5

Manifest

Package metadata

Scripts185
  • //TMPCommentforce-buildnpm run pre-transpile && npm run force-transpile-fast && npm run csharp && npm run go && npm run post-transpile && npm run update-badges
  • addJsHeaderstsx build/transpile.ts --js-headers
  • benchmarktsx examples/ts/benchmark.ts
  • buildnpm run pre-transpile && npm run transpile && npm run post-transpile && npm run update-badges && npm run build-docs
  • build-docsnode jsdoc2md.js && node examples2md.js
  • build-go-cligo build -C go/cli
  • buildCSdotnet build cs/ccxt.sln
  • buildCSReleasedotnet build cs --configuration Release
  • buildCSTestsdotnet build cs/tests/tests.csproj
  • buildGOgo build -C go ./v4 && go build -C go ./v4/pro
  • buildJavacd java/ && ./gradlew build && cd ../
  • bundlenpm run bundle-cjs && npm run bundle-browser
  • bundle-browserwebpack build -c webpack.config.js && webpack build -c webpack.config.js --optimization-minimize --output-filename ccxt.browser.min.js
  • bundle-cjsrollup -c rollup.config.js
  • capabilitiesnode ./examples/js/exchange-capabilities.js
  • check-js-syntaxnode -e "console.log(process.cwd())" && eslint --version && npm run lint
  • check-php-syntaxnpm run check-rest-php-syntax && npm run check-ws-php-syntax
  • check-python-ruffruff check ./python/ccxt
  • check-python-syntaxcd python && tox -e qa && cd ..
  • check-python-typescd python && tox -e type && cd ..
  • check-rest-php-syntaxphp -f php/test/custom/syntax.php
  • check-syntaxnpm run transpile && npm run check-js-syntax && npm run check-python-syntax && npm run check-php-syntax
  • check-ws-php-syntaxphp -f php/pro/test/custom/syntax.php
  • cleanup-old-tagstsx ./build/cleanup-old-tags.ts
  • cli.csdotnet run --project "./cs/cli/cli.csproj"
  • cli.gogo run -C go ./cli/main.go
  • cli.java./utils/java-cli.sh
  • cli.jsnode ./cli/js/cli.js
  • cli.phpphp ./examples/php/cli.php
  • cli.pypython3 ./examples/py/cli.py
  • …and 155 more.
Dependencies1
  • ws^8.8.1