PkgRadar

Package evidence

@wundergraph/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node dist/bin/install.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
2,204Niche · −30% score
Versions published
396Mature · −50% score
First published
Jan 2021
Publisher
jens-wundergraph

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":["@wundergraph/[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":["@wundergraph/[email protected]"],"fail_on":"review"}'
Artifact bytes26,141
Previous version0.179.1
Published2024-05-15T15:01:13.666Z
SHA-256dee93eb768ca1d554301556e6a8c125c86e40653f9bb9c5080de1e0931df7a14

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node dist/bin/install.js"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.180.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node dist/bin/install.js"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node dist/bin/install.js"30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/bin/install.js"5

Manifest

Package metadata

Scripts4
  • buildtsc
  • devinstallnode dist/bin/install.js
  • postinstallnode dist/bin/install.js
  • postuninstallnode dist/bin/uninstall.js
Dependencies5
  • axios^0.26.1
  • debug^4.3.4
  • execa5.1.1
  • rimraf^3.0.2
  • tar^6.1.13