PkgRadar

Package evidence

@devvit/[email protected]

Large Javascript Payload: 3915141 bytes

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
5,063Niche · −30% score
Versions published
3,718Mature · −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

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":["@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"}'
Publishercolacadstink
Artifact bytes4,054,645
Previous version0.13.1-next-2026-05-27-17-46-00-0067a2dc2.0
Published2026-05-27T21:13:05.271Z
SHA-25681e6a0a102475bb9252d118ce7b29c009fc00975760f61a9cc5717b206f69c5f

Why flagged

What the scanner saw

Large Javascript Payload: 3915141 bytes

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.1-next-2026-05-27-21-12-28-f40a9bbd3.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/browser-lite.worker.js3915141 bytes10

Manifest

Package metadata

Scripts23
  • buildyarn build:browser && yarn build:mobile
  • build:browseryarn build:imports && yarn build:browser:worker && yarn build:browser:bundle && yarn build:browser:client
  • build:browser:bundleesbuild --bundle --format=esm --minify build/browser-lite.js --outfile=dist/browser-lite.worker.js --sourcemap
  • build:browser:clienttsc -p tsconfig.json
  • build:browser:workervite --config vite.browser.config.js build
  • build:importsnode tools/build-imports.js
  • build:mobileyarn build:imports && yarn build:mobile:worker && yarn build:mobile:bundle
  • build: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 build
  • cleanrm -rf .turbo coverage dist build
  • clobberyarn clean && rm -rf node_modules
  • dev:buildchokidar ./src --command 'yarn build && echo "BUILD COMPLETE"'
  • lintredlint .
  • lint:fixyarn lint --fix
  • prepublishOnlypublish-package-json
  • testyarn test:unit && yarn test:types && yarn lint && yarn test:size
  • test:sizefilesize
  • test:typesnpx tsc -p tsconfig.json --noEmit && yarn test:types:browser && yarn test:types:mobile
  • test:types:browsertsc -p tsconfig.json --noEmit
  • test:types:mobiletsc -p tsconfig.mobile.client.json --noEmit
  • test:unitvitest run
  • test:unit-with-coveragevitest run --coverage