PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: preinstall="node src/download-libs.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.

Versions published
16Established · −30% score
First published
May 2022
Publisher
shhhum

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"}'
Publishershhhum
Artifact bytes63,503
Previous version6.5.1
Published2026-05-19T15:05:43.087Z
SHA-2561094b7b74f8af77f09c80a3e221810fe8b52e1a370c56baa78b081cacfaca837

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node src/download-libs.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
7Score
6.5.2Version
Status history (1 event)
  1. newavailable · risk review · score 7 · 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.jsonpreinstall="node src/download-libs.js"5
lowInstall-time lifecycle scriptpackage.jsoninstall="node-gyp configure; node-gyp rebuild --release"5

Manifest

Package metadata

Scripts9
  • buildnode-gyp rebuild && tsc && cp ./src/simplex.* ./dist
  • build-runnode-gyp build && node src/index.js
  • configurenode-gyp configure; mkdir libs 2> /dev/null | true
  • docstypedoc
  • installnode-gyp configure; node-gyp rebuild --release
  • install-toolsnpm install -g node-gyp
  • preinstallnode src/download-libs.js
  • runnode src/index.js
  • testjest
Dependencies4
  • @simplex-chat/types^0.7.0
  • extract-zip^2.0.1
  • fast-deep-equal^3.1.3
  • node-addon-api^8.5.0