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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 24 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | 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 {} +" | 30 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | 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 {} +" | 30 |
| low | Install-time lifecycle script | package.json | 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 {} +" | 5 |
Manifest
Package metadata
Scripts11
buildnpm-run-all build:native:release build:native:debug build:jsbuild:debugnpm-run-all build:jsbuild:jstsc -p tsconfig.jsonbuild:native:debugkepler build -b Debugbuild:native:releasekepler build -b Releaseclean-codegen-backupsrm -rf kepler/turbo-modules/FastImage.cpp.bak kepler/turbo-modules/FastImage.h.bakkepler-codegenkeplerscript-turbomodule-api codegen src/turbo-modules/FastImage.ts -o kepler/turbo-modules/ --new -s FastImageTurboModule && npm-run-all clean-codegen-backupslinteslint src test --ext .ts,.tsxlint:fixeslint src test --ext .ts,.tsx --fixpostinstallfind . -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.0react-native-tscodegen-types^0.66.0