PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./install/download-native-artifacts.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
7
First published
May 2026
Publisher
higuchiyuya

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"}'
Publisherhiguchiyuya
Artifact bytes654,080
Previous version0.13.2
Published2026-05-23T03:18:23.013Z
SHA-256f2afaf9c4309400b43e5dd8bbca9f60212c86bdad554d417a9032ce8e6ccf0ee

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./install/download-native-artifacts.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
0.13.3Version
Status history (3 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 35 -> 5
  2. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 60 -> 35
  3. newavailable · risk high · score 60 · 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 ./install/download-native-artifacts.js"5

Manifest

Package metadata

Scripts17
  • bootstrap./scripts/bootstrap.sh
  • buildbob build
  • build:androidcd example && yarn build:android
  • build:android-libs./scripts/build-hexagon-htp.sh && ./scripts/build-opencl.sh && ./scripts/build-android.sh
  • build:ioscd example && yarn build:ios
  • build:ios-frameworks./scripts/build-ios.sh
  • cleandel-cli example/ios/build
  • docgentypedoc src/index.ts --plugin typedoc-plugin-markdown --readme none --out docs/API
  • download:native-artifactsnode ./install/download-native-artifacts.js
  • examplenpm --prefix example
  • linteslint "**/*.{js,ts,tsx}"
  • postinstallnode ./install/download-native-artifacts.js
  • prepackbob build
  • publishnpm run build && npm publish
  • releaserelease-it
  • testjest
  • typechecktsc --noEmit