PkgRadar

Package evidence

@holochain/[email protected]

no findings

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
110Mature · −50% score
First published
Nov 2019
Publisher
zippy314

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 monitoring

No 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":["@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"}'
Publisherzippy314
Artifact bytes17,341
Previous version0.19.0
Published2026-03-20T16:04:12.890Z
SHA-256b21c1a7b3da08e5066e5481a738a16a4ef1f4c7a43e4551773d857ec619ebacd

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

low
Last checked
lowRisk
0Score
0.19.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • buildrimraf ./lib && tsc && npm run build:docs
  • build:docsapi-extractor run --local && api-documenter markdown -i docs/temp -o docs
  • formatprettier --write "ts/**/*.ts"
  • linteslint --fix --ext .ts ts/src ts/test eslint.config.mjs
  • preparenpm run lint && npm run format
  • prepublishOnlynpm run build
  • testvitest --run
  • test:conductorvitest --run ts/test/conductor.test.ts
  • test:scenariovitest --run ts/test/scenario.test.ts
  • test:utilvitest --run ts/test/util.test.ts
Dependencies7
  • @holochain/client^0.20.0
  • get-port^7.0.0
  • js-yaml^4.1.0
  • lodash^4.17.21
  • uuid^11.0.0
  • winston^3.8.2
  • ws^8.11.0