PkgRadar

Package evidence

@siteed/[email protected]

no findings

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
12,343Mainstream · −50% score
Versions published
16
First published
Mar 2026
Publisher
abreton

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes909,001
Previous version3.2.1-beta.2
Published2026-05-31T02:31:17.598Z
SHA-256996ccb1fc613b4906e4bcfa3a425416d049facf543affdfb8a07839d8318a722

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.2.1-beta.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts37
  • agent:compilation:checkyarn typecheck && yarn build
  • agent:test:integrationyarn test:android:instrumented
  • agent:test:unityarn test:android:unit
  • androidcd ../../apps/playground && yarn android
  • android:devicecd ../../apps/playground && yarn android:device
  • android:device:launchcd ../../apps/playground && yarn android:device:launch
  • android:launchcd ../../apps/playground && yarn android:launch
  • buildrimraf build && yarn build:types && yarn build:cjs && yarn build:esm && yarn build:plugin && cp -r prebuilt/ build/cjs/prebuilt && cp -r prebuilt/ build/esm/prebuilt
  • build:cjstsc -p tsconfig.cjs.json
  • build:devexpo-module build
  • build:esmtsc -p tsconfig.esm.json
  • build:plugintsc --project plugin/tsconfig.json && cp plugin/build/index.js plugin/build/index.cjs
  • build:plugin:devexpo-module build plugin
  • build:typestsc -p tsconfig.types.json
  • build:wasmbash scripts/build-wasm.sh
  • cleanexpo-module clean && rimraf build plugin/build
  • docgentypedoc src/index.ts --plugin typedoc-plugin-markdown --readme none --out ../../documentation_site/docs/api-reference/API && node ../../scripts/escape-mdx-generics.js ../../documentation_site/docs/api-reference
  • expo-moduleexpo-module
  • lintexpo-module lint
  • lint:fixexpo-module lint --fix
  • open:androidopen -a "Android Studio" ../../apps/playground/android
  • open:iosopen -a "Xcode" ../../apps/playground/ios
  • prepareyarn build && node -e "require('fs').renameSync('./plugin/build/index.d.ts', './plugin/build/index.d.cts')"
  • prepublishOnly.disabledexpo-module prepublishOnly
  • release./publish.sh
  • sizebundle-size && size-limit
  • summarize:stream-longnode scripts/summarize-stream-long.mjs
  • testexpo-module test
  • test:androidyarn test:android:unit && yarn test:android:instrumented
  • test:android:instrumentedcd ../../apps/playground/android && ./gradlew :siteed-audio-studio:connectedAndroidTest
  • …and 7 more.