PkgRadar

Package evidence

@amazon-devices/[email protected]

Install Lifecycle Remote Or Exec: postinstall="find . -type f -name \"libkeplerscript-stable-fast-image-lib-8.so\" -exec sh -c 'for f; do d=$(dirname \"$f\"); b=$(basename \"$f\"); ln -sf \"$b\" \"${d}/com.amazon.kepler.uitoolkit.react.fastimage.so\"; done' sh {} +"

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,712Niche · −30% score
Versions published
5
First published
Sep 2025
Publisher
amazon-devices-admin

Effective trust discount applied: 30% (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":["@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 bytes17,185,469
Previous version3.0.7
Published2026-06-12T18:57:22.933Z
SHA-256aac23bda16ccf41ac66c53b0e397661e64b96111443be03f98aa2cd1846d17a2

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="find . -type f -name \"libkeplerscript-stable-fast-image-lib-8.so\" -exec sh -c 'for f; do d=$(dirname \"$f\"); b=$(basename \"$f\"); ln -sf \"$b\" \"${d}/com.amazon.kepler.uitoolkit.react.fastimage.so\"; done' sh {} +"

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

Availability ledger

available

high
Last checked
highRisk
24Score
3.0.12-rn-83Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="find . -type f -name \"libkeplerscript-stable-fast-image-lib-8.so\" -exec sh -c 'for f; do d=$(dirname \"$f\"); b=$(basename \"$f\"); ln -sf \"$b\" \"${d}/com.amazon.kepler.uitoolkit.react.fastimage.so\"; done' sh {} +"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="find . -type f -name \"libkeplerscript-stable-fast-image-lib-8.so\" -exec sh -c 'for f; do d=$(dirname \"$f\"); b=$(basename \"$f\"); ln -sf \"$b\" \"${d}/com.amazon.kepler.uitoolkit.react.fastimage.so\"; done' sh {} +"30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="find . -type f -name \"libkeplerscript-stable-fast-image-lib-8.so\" -exec sh -c 'for f; do d=$(dirname \"$f\"); b=$(basename \"$f\"); ln -sf \"$b\" \"${d}/com.amazon.kepler.uitoolkit.react.fastimage.so\"; done' sh {} +"5

Manifest

Package metadata

Scripts11
  • buildnpm-run-all build:native:release build:native:debug build:js
  • build:debugnpm-run-all build:js
  • build:jstsc -p tsconfig.json
  • build:native:debugkepler build -b Debug
  • build:native:releasekepler build -b Release
  • clean-codegen-backupsrm -rf kepler/turbo-modules/FastImage.cpp.bak kepler/turbo-modules/FastImage.h.bak
  • kepler-codegenkeplerscript-turbomodule-api codegen src/turbo-modules/FastImage.ts -o kepler/turbo-modules/ --new -s FastImageTurboModule && npm-run-all clean-codegen-backups
  • linteslint src test --ext .ts,.tsx
  • lint:fixeslint src test --ext .ts,.tsx --fix
  • postinstallfind . -type f -name "libkeplerscript-stable-fast-image-lib-8.so" -exec sh -c 'for f; do d=$(dirname "$f"); b=$(basename "$f"); ln -sf "$b" "${d}/com.amazon.kepler.uitoolkit.react.fastimage.so"; done' sh {} +
  • test
Dependencies2
  • @amazon-devices/keplerscript-turbomodule-api^1.0.0
  • react-native-tscodegen-types^0.66.0