PkgRadar

Package evidence

@tursodatabase/[email protected]

Large Javascript Payload: 16371151 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
761
Versions published
109Established · −30% score
First published
Sep 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@tursodatabase/[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":["@tursodatabase/[email protected]"],"fail_on":"review"}'
Artifact bytes14,503,165
Previous version0.7.0-pre.2
Published2026-05-22T18:37:06.906Z
SHA-25656bb483bbe512966899108e1eb3b15949f6c1e1e8f21fc49729edd84300bb2e6

Why flagged

What the scanner saw

Large Javascript Payload: 16371151 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
0.7.0-pre.3Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/bundle/main.es.js16371151 bytes10
mediumLarge Javascript Payloadpackage/dist/wasm-inline.js15845326 bytes10

Manifest

Package metadata

Scripts5
  • buildnpm run napi-build && npm run tsc-build
  • bundlevite build
  • napi-buildnapi build --features browser --profile release-official --platform --target wasm32-wasip1-threads --no-js --manifest-path ../../Cargo.toml --output-dir . && rm index.d.ts sync.wasi* wasi* browser.js
  • testLOCAL_SYNC_SERVER=../../../../../target/debug/tursodb CI=1 vitest --testTimeout 30000 --browser=chromium --run
  • tsc-buildnpm exec tsc && cp sync.wasm32-wasi.wasm ./dist/sync.wasm32-wasi.wasm && WASM_FILE=sync.wasm32-wasi.wasm JS_FILE=./dist/wasm-inline.js node ../../../scripts/inline-wasm-base64.js && npm run bundle
Dependencies3
  • @tursodatabase/database-common^0.7.0-pre.3
  • @tursodatabase/database-wasm-common^0.7.0-pre.3
  • @tursodatabase/sync-common^0.7.0-pre.3