PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/check-dependencies.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.

Weekly downloads
2,589Niche · −30% score
Versions published
83Mature · −50% score
First published
Jul 2022
Publisher
bitadmin

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

Review before promoting

Mixed 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"}'
Publisherbitadmin
Artifact bytes348,555
Previous version1.16.0
Published2026-04-17T13:27:37.760Z
SHA-256c7a698a1e0e67a825c358b2d045951ad05df6cce3932aabb4eebbd77301425fa

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/check-dependencies.js"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.17.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/check-dependencies.js"5

Manifest

Package metadata

Scripts29
  • bootstrapyarn install && yarn brew && yarn build && yarn example bootstrap && yarn integration-test bootstrap && yarn setup-hooks
  • brew[ "$(uname)" != Darwin ] || brew bundle install
  • buildyarn build:module && yarn build:plugin
  • build:moduleEXPO_NONINTERACTIVE=true expo-module build
  • build:pluginEXPO_NONINTERACTIVE=true expo-module build plugin
  • cleanexpo-module clean
  • dev:pluginexpo-module build plugin
  • docstypedoc
  • exampleyarn --cwd example
  • formatprettier --write '**/*.{ts,tsx,js,jsx,md,json,yml,yaml}'
  • format:allyarn format && yarn format:ios && yarn format:android
  • format:android./scripts/format-android.sh
  • format:ios./scripts/format-swift.sh
  • integration-testyarn --cwd integration_test
  • lintexpo-module lint
  • lint:allyarn lint && yarn example lint && yarn lint:ios && yarn lint:android
  • lint:all-with-testsyarn lint && yarn example lint && yarn integration-test lint && yarn lint:ios && yarn lint:android
  • lint:androidcd android && ./gradlew -b ktlint.gradle ktlintCheck --quiet --console=plain
  • lint:iosswiftlint ios --strict --quiet
  • moduleexpo-module
  • open:androidyarn example open:android
  • open:iosyarn example open:ios
  • podsyarn example pods #&& yarn integration-test pods
  • postinstallnode scripts/check-dependencies.js
  • prepareexpo-module prepare
  • prepublishOnlyexpo-module prepublishOnly
  • setup-hooks./scripts/setup-hooks.sh
  • typechecktsc --noEmit
  • typecheck:allyarn typecheck && yarn example typecheck && yarn integration-test typecheck
Dependencies2
  • expo-crypto~15.0.8
  • expo-keep-awake~15.0.8