PkgRadar

Package evidence

[email protected]

Native Addon Gyp Action: binding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)

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
158Mature · −50% score
First published
Dec 2010
Publisher
calebhearon

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publishercalebhearon
Artifact bytes125,947
Previous version2.11.1
Published2023-04-02T21:33:55.740Z
SHA-256ae1056a48a4c8d54bcaf31caef9c1e843783f2df726c79628e35c5e39d740f21

Why flagged

What the scanner saw

Native Addon Gyp Action: binding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)

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

Availability ledger

available

high
Last checked
highRisk
12Score
2.11.2Version
Status history (2 events)
  1. availableavailable · risk high · score 12 · status available -> available, risk review -> high, score 1 -> 12
  2. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNative Addon Gyp Actionpackage/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNative Addon Gyp Actionpackage/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
lowInstall-time lifecycle scriptpackage.jsoninstall="node-pre-gyp install --fallback-to-build --update-binary"5

Manifest

Package metadata

Scripts10
  • benchmarknode benchmarks/run.js
  • dtslintdtslint types
  • generate-wptnode ./test/wpt/generate.js
  • installnode-pre-gyp install --fallback-to-build --update-binary
  • lintstandard examples/*.js test/server.js test/public/*.js benchmarks/run.js lib/context2d.js util/has_lib.js browser.js index.js
  • prebenchmarknode-gyp build
  • pretest-servernode-gyp build
  • testmocha test/*.test.js
  • test-servernode test/server.js
  • test-wptmocha test/wpt/generated/*.js
Dependencies3
  • @mapbox/node-pre-gyp^1.0.0
  • nan^2.17.0
  • simple-get^3.0.3