PkgRadar

Package evidence

@agoric/[email protected]

Install-time lifecycle script: postinstall="npm run install:prebuilt"

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
2,648Niche · −30% score
Versions published
3,508Mature · −50% score
First published
Feb 2021
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@agoric/[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":["@agoric/[email protected]"],"fail_on":"review"}'
Artifact bytes31,361
Previous version0.14.3-dev-48249f6.0.48249f6
Published2026-06-12T18:46:26.567Z
SHA-2561b2d8465d335501896b381dac8cc38dcdff369316c38a1c0e26f7eea1d725280

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run install:prebuilt"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
0.14.3-dev-4833f45.0.4833f45Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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.jsonpostinstall="npm run install:prebuilt"5

Manifest

Package metadata

Scripts13
  • buildyarn install:prebuilt
  • check-version/bin/sh -c 'if test "${npm_package_version}" != "$(./scripts/get_xsnap_version.sh)"; then echo "xsnap version mismatch; expected '${npm_package_version}'"; exit 1; fi'
  • cleanrm -rf xsnap-native/xsnap/build
  • install:prebuiltnode src/install-prebuilt.js
  • lintyarn run -T run-s --continue-on-error 'lint:*'
  • lint-fixyarn lint:eslint --fix
  • lint:eslintnode ../../scripts/eslint-repo.mjs 'src/**/*.js' 'test/**/*.js' api.js
  • lint:typesyarn run -T tsgo --tsBuildInfoFile tsconfig.tsgo.tsbuildinfo
  • postinstallnpm run install:prebuilt
  • replnode src/xsrepl.js
  • testava
  • test:c8c8 --all ${C8_OPTIONS:-} ava
  • test:xsexit 0
Dependencies11
  • @agoric/xsnap-lockdown0.14.1-dev-4833f45.0.4833f45
  • @endo/bundle-source^4.1.2
  • @endo/errors^1.2.13
  • @endo/eventual-send^1.3.4
  • @endo/init^1.1.12
  • @endo/netstring^1.0.18
  • @endo/promise-kit^1.1.13
  • @endo/stream^1.2.13
  • @endo/stream-node^1.1.13
  • glob^7.1.6
  • tmp^0.2.1