PkgRadar

Package evidence

@amazon-devices/[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.

Weekly downloads
64
Versions published
2
First published
Sep 2025
Publisher
amazon-devices-admin

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":["@amazon-devices/[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":["@amazon-devices/[email protected]"],"fail_on":"high"}'
Artifact bytes43,362,969
Previous version3.30.0
Published2026-06-17T21:45:15.066Z
SHA-2561745403b94002ffd5763a86fc872c4054157f377248f098a9ec30fa0a879c5a8

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)

2 candidate cluster(s) currently reference this release.

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

Availability ledger

available

high
Last checked
highRisk
52Score
3.31.0Version
Status history (1 event)
  1. newavailable · risk high · score 52 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

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

106 members · evidence strength 90
Publisher / release actor burstactive

amazon-devices-admin

5 members · evidence strength 73
Repeated static TTPcandidate

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

106 members · max score 147
Publisher / release actor burstcandidate

amazon-devices-admin

5 members · max score 75

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNative Addon Gyp Actionpackage/node_modules/sharp/src/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
mediumRemote Payloadpackage/node_modules/opencv-bindings/fetch-opencv-js.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNative Addon Gyp Actionpackage/node_modules/sharp/src/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
mediumRemote Payloadpackage/node_modules/opencv-bindings/fetch-opencv-js.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="if [[ $NODE_ENVIRONMENT = \"production\" ]]; then husky install; fi"5

Manifest

Package metadata

Scripts11
  • buildtsc
  • build-watchtsc --watch
  • format:fixprettier --write .
  • lint-fixeslint --ext ts . --fix && prettier --write .
  • postinstallif [[ $NODE_ENVIRONMENT = "production" ]]; then husky install; fi
  • pretestprettier --check . && eslint --ext ts . && npm run build
  • testjest --maxWorkers=2 --forceExit
  • test-e2ejest --runInBand --config test/e2e/jest.config.e2e.js
  • test-e2e:simulatorKEPLER_DEVICE=simulator jest --runInBand --config test/e2e/jest.config.e2e.js
  • test-e2e:vdaKEPLER_DEVICE=vda jest --runInBand --config test/e2e/jest.config.e2e.js
  • test-watchjest --watch
Dependencies8
  • @amazon-devices/kepler-telemetry-service-typescript-client^0.1.31
  • @appium/base-driver~8.2.4
  • @appium/support^4.0.0
  • appium-uiautomator2-server5.7.6
  • async-mutex^0.5.0
  • axios^1.0.0
  • selenium-webdriver4.1.1
  • tunnel-ssh~4.1.6