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 promotingMixed 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"}'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
Status history (2 events)
- available → available · risk review · score 13 · status available -> available, risk review -> review, score 20 -> 13
- new → available · risk review · score 20 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node postinstall.js" | 30 |
| medium | Large Javascript Payload | package/dist/ccxt.browser.min.js | 5433080 bytes | 10 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node postinstall.js" | 30 |
| medium | Large Javascript Payload | package/dist/ccxt.browser.min.js | 5433080 bytes | 10 |
| low | Install-time lifecycle script | package.json | postinstall="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-badgesaddJsHeaderstsx build/transpile.ts --js-headersbenchmarktsx examples/ts/benchmark.tsbuildnpm run pre-transpile && npm run transpile && npm run post-transpile && npm run update-badges && npm run build-docsbuild-docsnode jsdoc2md.js && node examples2md.jsbuild-go-cligo build -C go/clibuildCSdotnet build cs/ccxt.slnbuildCSReleasedotnet build cs --configuration ReleasebuildCSTestsdotnet build cs/tests/tests.csprojbuildGOgo build -C go ./v4 && go build -C go ./v4/probuildJavacd java/ && ./gradlew build && cd ../bundlenpm run bundle-cjs && npm run bundle-browserbundle-browserwebpack build -c webpack.config.js && webpack build -c webpack.config.js --optimization-minimize --output-filename ccxt.browser.min.jsbundle-cjsrollup -c rollup.config.jscapabilitiesnode ./examples/js/exchange-capabilities.jscheck-js-syntaxnode -e "console.log(process.cwd())" && eslint --version && npm run lintcheck-php-syntaxnpm run check-rest-php-syntax && npm run check-ws-php-syntaxcheck-python-ruffruff check ./python/ccxtcheck-python-syntaxcd python && tox -e qa && cd ..check-python-typescd python && tox -e type && cd ..check-rest-php-syntaxphp -f php/test/custom/syntax.phpcheck-syntaxnpm run transpile && npm run check-js-syntax && npm run check-python-syntax && npm run check-php-syntaxcheck-ws-php-syntaxphp -f php/pro/test/custom/syntax.phpcleanup-old-tagstsx ./build/cleanup-old-tags.tscli.csdotnet run --project "./cs/cli/cli.csproj"cli.gogo run -C go ./cli/main.gocli.java./utils/java-cli.shcli.jsnode ./cli/js/cli.jscli.phpphp ./examples/php/cli.phpcli.pypython3 ./examples/py/cli.py- …and 155 more.
Dependencies1
ws^8.8.1