PkgRadar

Package evidence

@siteed/[email protected]

Install-time lifecycle script: postinstall="node ./install.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
741
Versions published
24
First published
Mar 2026
Publisher
abreton

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":["@siteed/[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":["@siteed/[email protected]"],"fail_on":"review"}'
Publisherabreton
Artifact bytes39,285,707
Previous version1.2.0
Published2026-05-18T01:44:56.245Z
SHA-2568f0fa15328f4e493dc9dc51213b19998abf497190eed4672d8f789317ef2e8ed

Why flagged

What the scanner saw

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

Manifest

Package metadata

Scripts20
  • build:all./build-all.sh
  • build:all:force./build-all.sh --force
  • build:android./build-sherpa-android.sh
  • build:android:force./build-sherpa-android.sh --force
  • build:ios./build-sherpa-ios.sh
  • build:ios:force./build-sherpa-ios.sh --force
  • cleandel-cli android/build example/android/build example/android/app/build example/ios/build lib
  • codegenyarn dlx @react-native-community/cli codegen
  • linteslint "**/*.{js,ts,tsx}"
  • postinstallnode ./install.js
  • preparebob build
  • prepublishOnlyyarn release:preflight && yarn typecheck && yarn test && npm pack --json --dry-run
  • publish-betanpm publish --tag beta
  • regenerate-codegenyarn react-native codegen && mkdir -p ios/generated/SherpaOnnxSpec && cp -R build/generated/ios/SherpaOnnxSpec/* ios/generated/SherpaOnnxSpec/
  • release:preflightnode ./scripts/validate-prebuilt-release.js
  • setup./setup.sh
  • testjest
  • test:androidcd ../../apps/sherpa-voice/android && ./gradlew :siteed_sherpa-onnx.rn:connectedAndroidTest
  • test:ios:info./ios-testing-info.sh
  • typechecktsc --noEmit
Dependencies4
  • @expo/config-plugins~54.0.0
  • adm-zip^0.5.16
  • node-fetch2
  • progress^2.0.3