PkgRadar

Package evidence

@railgun-community/[email protected]

Install-time lifecycle script: postinstall="node 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,485Niche · −30% score
Versions published
310Mature · −50% score
First published
Jun 2023
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":["@railgun-community/[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":["@railgun-community/[email protected]"],"fail_on":"review"}'
Artifact bytes908,297
Previous version10.8.3
Published2026-03-04T14:50:11.934Z
SHA-25637477fe31035f8bd6ce2115ff7d5472ad668fe667a45a0b1bddb3d76405c5ce8

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node 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
1Score
10.8.4Version
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="node postinstall.js"5

Manifest

Package metadata

Scripts16
  • buildnpm run clean && npm run lint && npm run tsc
  • build-graphql-V2rm -rf src/services/railgun/quick-sync/V2/graphql/.graphclient && graphclient build --dir src/services/railgun/quick-sync/V2/graphql
  • build-graphql-V3rm -rf src/services/railgun/quick-sync/V3/graphql/.graphclient && graphclient build --dir src/services/railgun/quick-sync/V3/graphql
  • build-graphql-railgun-txidsrm -rf src/services/railgun/railgun-txids/graphql/.graphclient && graphclient build --dir src/services/railgun/railgun-txids/graphql
  • build-testnpm run clean && npm run tsc-test
  • check-circular-depsmadge --circular .
  • cleanrm -rf dist
  • eslinteslint src/**/* --ext .ts,.tsx --ignore-pattern **/*.graphql --fix
  • lintnpm run check-circular-deps && npm run eslint && npm run tsc && npm run tsc-test
  • postinstallnode postinstall.js
  • preparenpm run build
  • testnpm run build-test && mocha 'src/**/__tests__/*.test.ts'
  • test-V2npm run build-test && env V2_TEST=1 mocha 'src/**/__tests__/*.test.ts'
  • test-coveragenpm run build-test && nyc mocha 'src/**/__tests__/*.test.ts'
  • tsctsc && tsc-alias
  • tsc-testtsc -p tsconfig.test.json && tsc-alias -p tsconfig.test.json
Dependencies24
  • @graphql-mesh/cache-localforage^0.7.20
  • @graphql-mesh/cross-helpers^0.3.4
  • @graphql-mesh/graphql^0.34.16
  • @graphql-mesh/http^0.3.28
  • @graphql-mesh/merger-bare^0.96.0
  • @graphql-mesh/merger-stitching^0.18.24
  • @graphql-mesh/runtime^0.46.23
  • @graphql-mesh/store^0.9.20
  • @graphql-mesh/types^0.91.14
  • @graphql-mesh/utils^0.43.22
  • @noble/ed25519^1.7.1
  • @railgun-community/engine^9.5.3
  • @railgun-community/shared-models^8.0.1
  • @whatwg-node/fetch^0.8.4
  • assert2.0.0
  • axios1.7.2
  • brotli^1.3.3
  • buffer^6.0.3
  • crypto-browserify3.12.0
  • ethereum-cryptography^2.0.0
  • ethers6.14.3
  • events3.3.0
  • graphql^16.6.0
  • stream-browserify3.0.0