Package evidence
[email protected]
Install-time lifecycle script: postinstall="node scripts/check-expo-version.js"
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
- 357Mature · −50% score
- First published
- Feb 2016
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node scripts/check-expo-version.js"
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 review · score 1 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/check-expo-version.js" | 5 |
Manifest
Package metadata
Scripts24
build:android-debugcd Example/e2etest && bun && detox build --configuration android.emu.debugbuild:android-releasecd Example/e2etest && bun && detox build --configuration android.emu.releasebuild:harmony-harnode scripts/build-harmony-har.jsbuild:ios-debugcd Example/e2etest && bun && detox build --configuration ios.sim.debugbuild:ios-releasecd Example/e2etest && bun && detox build --configuration ios.sim.releasebuild:sobun submodule && $ANDROID_HOME/ndk/28.2.13676358/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_APPLICATION_MK=android/jni/Application.mk NDK_LIBS_OUT=android/libe2e:androidbun build:android-release && bun test:android-releasee2e:iosbun build:ios-release && bun test:ios-releaselinteslint "src/*.@(ts|tsx|js|jsx)" && tsc --noEmitpostinstallnode scripts/check-expo-version.jsprepackbun submodule && bun lintprepublishOnlyNODE_ENV=production bun scripts/prepublish.tspublish:localSKIP_NATIVE_BUILD=1 npm publishsubmodulegit submodule update --init --recursivetestbun test src/__tests__test:android-debugcd Example/e2etest && E2E_PLATFORM=android detox test --configuration android.emu.debug --headless --record-logs alltest:android-releasecd Example/e2etest && E2E_PLATFORM=android bun detox test --configuration android.emu.release --headless --record-logs alltest:ios-debugcd Example/e2etest && E2E_PLATFORM=ios detox test --configuration ios.sim.debugtest:ios-releasecd Example/e2etest && E2E_PLATFORM=ios bun detox test --configuration ios.sim.releasetest:patch-core./scripts/test-patch-core.shtests:emulator:preparecd .github/workflows/scripts/functions && bun && bun buildtests:emulator:start-cibun tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.shtests:ios:pod:installcd Example/e2etest && bun && bun pod-installtests:packager:jet-cicd Example/e2etest && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER="echo nope" node_modules/.bin/react-native start --no-interactive
Dependencies2
nanoid^3.3.3react-native-url-polyfill^3.0.0