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 monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts37
agent:compilation:checkyarn typecheck && yarn buildagent:test:integrationyarn test:android:instrumentedagent:test:unityarn test:android:unitandroidcd ../../apps/playground && yarn androidandroid:devicecd ../../apps/playground && yarn android:deviceandroid:device:launchcd ../../apps/playground && yarn android:device:launchandroid:launchcd ../../apps/playground && yarn android:launchbuildrimraf build && yarn build:types && yarn build:cjs && yarn build:esm && yarn build:plugin && cp -r prebuilt/ build/cjs/prebuilt && cp -r prebuilt/ build/esm/prebuiltbuild:cjstsc -p tsconfig.cjs.jsonbuild:devexpo-module buildbuild:esmtsc -p tsconfig.esm.jsonbuild:plugintsc --project plugin/tsconfig.json && cp plugin/build/index.js plugin/build/index.cjsbuild:plugin:devexpo-module build pluginbuild:typestsc -p tsconfig.types.jsonbuild:wasmbash scripts/build-wasm.shcleanexpo-module clean && rimraf build plugin/builddocgentypedoc 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-referenceexpo-moduleexpo-modulelintexpo-module lintlint:fixexpo-module lint --fixopen:androidopen -a "Android Studio" ../../apps/playground/androidopen:iosopen -a "Xcode" ../../apps/playground/iosprepareyarn build && node -e "require('fs').renameSync('./plugin/build/index.d.ts', './plugin/build/index.d.cts')"prepublishOnly.disabledexpo-module prepublishOnlyrelease./publish.shsizebundle-size && size-limitsummarize:stream-longnode scripts/summarize-stream-long.mjstestexpo-module testtest:androidyarn test:android:unit && yarn test:android:instrumentedtest:android:instrumentedcd ../../apps/playground/android && ./gradlew :siteed-audio-studio:connectedAndroidTest- …and 7 more.