PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node dist/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
3,990Niche · −30% score
Versions published
31
First published
May 2026
Publisher
robit

Effective trust discount applied: 30% (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"}'
Publisherrobit
Artifact bytes428,907
Previous version0.9.8
Published2026-05-28T17:01:13.752Z
SHA-256d4a80f4b325d1aa6dcf92ef1e3ad53170d4e519822d5fbb6a03e3c38b6ed1ae5

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node dist/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
3Score
0.9.9Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 24 -> 3
  2. newavailable · risk high · score 24 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node dist/postinstall.js"

17 members · evidence strength 81

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/postinstall.js"5

Manifest

Package metadata

Scripts6
  • buildnpm run bundle:qr && tsc -p tsconfig.json && node scripts/make-executable.cjs
  • bundle:qrnode scripts/bundle-qrcode-browser.cjs
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • postinstallnode dist/postinstall.js
  • prepublishOnlynpm run clean && npm run build && npm run test:local
  • test:localnpm run build && node dist/cli.js test-local && node dist/cli.js test-triad && node dist/cli.js test-bootstrap-config && node dist/cli.js test-connect
Dependencies23
  • @chainsafe/libp2p-noise^17.0.0
  • @chainsafe/libp2p-yamux^8.0.1
  • @libp2p/autonat^3.0.20
  • @libp2p/bootstrap^12.0.22
  • @libp2p/circuit-relay-v2^4.2.5
  • @libp2p/crypto^5.1.18
  • @libp2p/dcutr^3.0.20
  • @libp2p/gossipsub^15.0.23
  • @libp2p/identify^4.1.6
  • @libp2p/kad-dht^16.3.0
  • @libp2p/mdns^12.0.22
  • @libp2p/peer-id^6.0.9
  • @libp2p/ping^3.1.5
  • @libp2p/pubsub-peer-discovery^12.0.0
  • @libp2p/tcp^11.0.20
  • @libp2p/upnp-nat^4.0.20
  • @libp2p/websockets^10.1.13
  • @nats-io/transport-node^3.4.0
  • commander^14.0.0
  • jsqr^1.4.0
  • libp2p^3.3.1
  • qrcode-terminal^0.12.0
  • ws^8.18.0
Optional dependencies2
  • @achingbrain/nat-port-mapper^4.0.5
  • node-datachannel^0.27.0