PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: 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
405
Versions published
32Mature · −50% score
First published
Jun 2024
Publisher
amir_hossein_joyandeh

Effective trust discount applied: 50% (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 bytes11,199,749
Previous version4.12.2
Published2026-06-14T14:32:16.977Z
SHA-2568f00ef0ac677fad83d0f30aaf416a4fa5cee17466a549332437f81da8d4e2822

Why flagged

What the scanner saw

Install-time lifecycle script: 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
2Score
4.12.3Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node postinstall.js"5
lowLarge Javascript Payloadpackage/dist/ccxt.browser.min.js4885608 bytes0

Manifest

Package metadata

Scripts161
  • //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
  • buildCSdotnet build cs/ccxt.sln
  • buildCSReleasedotnet build cs --configuration Release
  • buildGOgo build -C go ./v4
  • 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-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 ./go/cli/main.go
  • cli.jsnode ./cli/js/cli.js
  • cli.phpphp ./examples/php/cli.php
  • cli.pypython3 ./examples/py/cli.py
  • cli.tstsx ./cli/ts/cli.ts
  • commonjs-testnode ./utils/test-commonjs.cjs
  • copy-python-filesnpm run copy-python-package && npm run copy-python-license && npm run copy-python-keys && npm run copy-python-readme
  • copy-python-keysnode build/copy keys.json python/keys.json
  • copy-python-licensenode build/copy LICENSE.txt python/LICENSE.txt
  • …and 131 more.
Dependencies1
  • ws^8.8.1