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
- 95
- Versions published
- 28Mature · −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 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-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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node postinstall.js" | 5 |
| low | Large Javascript Payload | package/dist/ccxt.browser.min.js | 4874368 bytes | 0 |
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-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.jsbuildCSdotnet build cs/ccxt.slnbuildCSReleasedotnet build cs --configuration ReleasebuildGOgo build -C go ./v4bundlenpm 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-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 ./go/cli/main.gocli.jsnode ./cli/js/cli.jscli.phpphp ./examples/php/cli.phpcli.pypython3 ./examples/py/cli.pycli.tstsx ./cli/ts/cli.tscommonjs-testnode ./utils/test-commonjs.cjscopy-python-filesnpm run copy-python-package && npm run copy-python-license && npm run copy-python-keys && npm run copy-python-readmecopy-python-keysnode build/copy keys.json python/keys.jsoncopy-python-licensenode build/copy LICENSE.txt python/LICENSE.txt- …and 131 more.
Dependencies1
ws^8.8.1