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
- 3,780Mature · −50% score
- First published
- May 2023
- Publisher
- colacadstink
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":["@devvit/[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":["@devvit/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 3917239 bytes
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
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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/browser-lite.worker.js | 3917239 bytes | 0 |
Manifest
Package metadata
Scripts23
buildyarn build:browser && yarn build:mobilebuild:browseryarn build:imports && yarn build:browser:worker && yarn build:browser:bundle && yarn build:browser:clientbuild:browser:bundleesbuild --bundle --format=esm --minify build/browser-lite.js --outfile=dist/browser-lite.worker.js --sourcemapbuild:browser:clienttsc -p tsconfig.jsonbuild:browser:workervite --config vite.browser.config.js buildbuild:importsnode tools/build-imports.jsbuild:mobileyarn build:imports && yarn build:mobile:worker && yarn build:mobile:bundlebuild:mobile:bundleesbuild --bundle --format=cjs --minify-whitespace --minify-syntax build/mobile-lite.js --outfile=dist/mobile-lite.js "--external:./SandboxedRuntimeLite*"build:mobile:bundle:debugyarn build:mobile && esbuild2 --bundle --format=cjs build/mobile-lite.js --outfile=dist/mobile-lite-fat.js "--external:./SandboxedRuntimeLite*"build:mobile:workervite --config vite.mobile.config.js buildcleanrm -rf .turbo coverage dist buildclobberyarn clean && rm -rf node_modulesdev:buildchokidar ./src --command 'yarn build && echo "BUILD COMPLETE"'lintredlint .lint:fixyarn lint --fixprepublishOnlypublish-package-jsontestyarn test:unit && yarn test:types && yarn lint && yarn test:sizetest:sizefilesizetest:typesnpx tsc -p tsconfig.json --noEmit && yarn test:types:browser && yarn test:types:mobiletest:types:browsertsc -p tsconfig.json --noEmittest:types:mobiletsc -p tsconfig.mobile.client.json --noEmittest:unitvitest runtest:unit-with-coveragevitest run --coverage