PkgRadar

Package evidence

@holochain/[email protected]

Install-time lifecycle script: install="node-pre-gyp install || npm run fallback"

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
88
Versions published
33Mature · −50% score
First published
Nov 2018
Publisher
thedavidmeister

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 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":["@holochain/[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":["@holochain/[email protected]"],"fail_on":"review"}'
Artifact bytes32,511
Previous version0.4.16-alpha2
Published2019-06-03T12:30:59.132Z
SHA-2568f8c30a0eccd427ae2ba3fd4d045452f2c3191da347a5bd1e851de56299dd131

Why flagged

What the scanner saw

Install-time lifecycle script: install="node-pre-gyp install || npm run fallback"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
0.4.17-alpha1Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

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.jsoninstall="node-pre-gyp install || npm run fallback"5

Manifest

Package metadata

Scripts5
  • cleanneon clean
  • compileneon build --release
  • fallbacknpm run compile && mkdir -p bin-package && cp native/index.node bin-package
  • installnode-pre-gyp install || npm run fallback
  • testfaucet test/*
Dependencies2
  • neon-cli^0.2.0
  • node-pre-gyp^0.11.0