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
- 47
- Versions published
- 220Mature · −50% score
- First published
- Oct 2019
- Publisher
- harbu
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
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts21
buildtsc -b tsconfig.node.jsonbuild-browserwebpack --mode=development --progresschecktsc -p ./tsconfig.jest.json --noEmitcleanjest --clearCache || true; rm -rf dist *.tsbuildinfo node_modules/.cache || truecoveragejest --coverageeslinteslint --cache --cache-location=node_modules/.cache/.eslintcache/ '*/**/*.{js,ts}'networknode $NODE_DEBUG_OPTION bin/network.jsprepublishOnlynpm run clean && NODE_ENV=production tsc -b tsconfig.node.json && NODE_ENV=production webpack --mode=productionpubnode $NODE_DEBUG_OPTION bin/publisher.jspub-1node $NODE_DEBUG_OPTION bin/publisher.js --port=30323pub-2node $NODE_DEBUG_OPTION bin/publisher.js --port=30333subnode $NODE_DEBUG_OPTION bin/subscriber.jssub-1node $NODE_DEBUG_OPTION bin/subscriber.js --port=30335sub-2node $NODE_DEBUG_OPTION bin/subscriber.js --port=30345testjesttest-browsernpm run build-browser && karma start karma.config.jstest-flakeyjest test/flakeytest-integrationjest test/integration/test-simulatorjest --projects simulator.jest.config.js -- test/test-unitjest test/unittrackernode $NODE_DEBUG_OPTION bin/tracker.js
Dependencies14
@streamr/utils^1.0.0cancelable-promise^3.2.3commander^8.3.0heap^0.2.6ipaddr.js^2.0.1lodash^4.17.21node-datachannel^0.3.4setimmediate^1.0.5streamr-client-protocol^13.0.0strict-event-emitter-types^2.0.0uuid^8.3.2websocket^1.0.34ws^7.5.0yallist^4.0.0
Optional dependencies2
bufferutil^4.0.5utf-8-validate^5.0.7