PkgRadar

Package evidence

@devvit/[email protected]

Large Javascript Payload: 3917239 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.

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 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":["@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,056,256
Previous version0.13.5-next-2026-06-16-20-30-01-fa0b86e10.0
Published2026-06-16T23:25:54.200Z
SHA-2565f6496da37a6aa97e0479c84e2dc65752358d163d3d08dd8251009b034d5b8f2

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

low
Last checked
lowRisk
0Score
0.13.5-next-2026-06-16-23-25-19-09e673f20.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/browser-lite.worker.js3917239 bytes0

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