PkgRadar

Package evidence

@readest/[email protected]

Large Javascript Payload: 16107612 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
First published
Mar 2026
Publisher
chrox

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":["@readest/[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":["@readest/[email protected]"],"fail_on":"review"}'
Publisherchrox
Artifact bytes14,347,831
Previous version0.6.0-pre.6
Published2026-05-07T17:14:13.992Z
SHA-256bada936e79b5e4d5a82e4bcece9d17f9ec8692093f649e4f98b65b86c60787c1

Why flagged

What the scanner saw

Large Javascript Payload: 16107612 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
20Score
0.6.0-pre.28-readest.0Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/bundle/main.es.js16107612 bytes10
mediumLarge Javascript Payloadpackage/dist/wasm-inline.js15614666 bytes10

Manifest

Package metadata

Scripts5
  • buildnpm run napi-build && npm run tsc-build
  • bundlevite build
  • napi-buildsh -c 'FEATURES=browser; [ -n "$WASM_FTS" ] && FEATURES=$FEATURES,wasm-fts; napi build --features $FEATURES --profile release-official --platform --target wasm32-wasip1-threads --no-js --manifest-path ../../Cargo.toml --output-dir . && rm index.d.ts turso.wasi* wasi* browser.js'
  • testCI=1 vitest --browser=chromium --run && CI=1 vitest --browser=firefox --run
  • tsc-buildnpm exec tsc && cp turso.wasm32-wasi.wasm ./dist/turso.wasm32-wasi.wasm && WASM_FILE=turso.wasm32-wasi.wasm JS_FILE=./dist/wasm-inline.js node ../../scripts/inline-wasm-base64.js && node scripts/build-worker-source.mjs && npm run bundle
Dependencies2
  • @readest/turso-database-common0.6.0-pre.28-readest.0
  • @readest/turso-database-wasm-common0.6.0-pre.28-readest.0