PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: install="node-gyp rebuild"

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
994
Versions published
16
First published
Feb 2026
Publisher
grft

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishergrft
Artifact bytes148,404,092
Previous version3.0.10
Published2026-06-17T17:00:01.566Z
SHA-256

Why flagged

What the scanner saw

Install-time lifecycle script: install="node-gyp rebuild"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="node-gyp rebuild"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/install.js"5
lowOversized Unscannedmanifesttarball exceeds the 50MB fetch cap; scanned registry metadata (install scripts + dependencies) only0

Manifest

Package metadata

Scripts11
  • build:darwinnode-gyp rebuild --target_arch=x64
  • build:darwin:arm64node-gyp rebuild --target_arch=arm64
  • build:linuxnode-gyp rebuild --target_arch=x64
  • build:linux:arm64node-gyp rebuild --target_arch=arm64
  • build:win32node-gyp rebuild --target_arch=x64
  • build:win32:arm64node-gyp rebuild --target_arch=arm64
  • installnode-gyp rebuild
  • package:prebuildnode scripts/package-prebuild.js
  • postinstallnode scripts/install.js
  • prebuildnode-gyp rebuild
  • verifynode scripts/verify-prebuild.js