PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.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
8
First published
Jan 2025
Publisher
huymobile

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"}'
Publisherhuymobile
Artifact bytes27,256
Previous version1.1.2
Published2026-06-05T17:52:22.766Z
SHA-256e5acea8099ad4e3f532c93e1efa3e224119719ee54d74f8cacc7d5cecbc31fa8

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.1.3Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/postinstall.js"5

Manifest

Package metadata

Scripts24
  • buildtsc
  • build:all./scripts/build.sh
  • build:examples./scripts/build.sh --with-examples
  • bun:buildbun run build
  • bun:example-expo:installcd example-expo && bun install
  • bun:example:installcd example && bun install
  • bun:installbun install
  • bun:testbun test
  • bun:test-compatibilitybun scripts/test-bun.js
  • cleanexpo-module clean
  • example-expo:androidcd example-expo && npx expo run:android
  • example-expo:installcd example-expo && yarn install
  • example-expo:ioscd example-expo && npx expo run:ios
  • example-expo:startcd example-expo && npx expo start
  • example:androidcd example && npx react-native run-android
  • example:installcd example && yarn install
  • example:ioscd example && npx react-native run-ios
  • lintexpo-module lint
  • postinstallnode scripts/postinstall.js
  • postinstall:bunbun scripts/bun-postinstall.js
  • prepareecho 'Skipping prepare script'
  • releaserelease-it
  • testexpo-module test
  • typechecktsc --noEmit
Dependencies2
  • @babel/runtime^7.23.0
  • postinstall^0.10.3