PkgRadar

Package evidence

@electric-sql/[email protected]

Large Javascript Payload: 2638424 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
12,417Mainstream · −50% score
Versions published
45Mature · −50% score
First published
Jul 2024
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":["@electric-sql/[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":["@electric-sql/[email protected]"],"fail_on":"review"}'
Artifact bytes1,524,682
Previous version0.3.4
Published2026-04-27T10:58:55.028Z
SHA-25670288bed696710a4f4eb446b9b24daf60bd1dea39558d2b088e46d8888701988

Why flagged

What the scanner saw

Large Javascript Payload: 2638424 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist-webcomponent/Repl.js2638424 bytes10

Manifest

Package metadata

Scripts10
  • buildpnpm run build:react && pnpm run build:webcomp
  • build:reacttsc && vite build
  • build:webcompvite build --config vite.webcomp.config.ts
  • check:exportsattw . --pack --profile esm-only
  • devvite
  • formatprettier --write ./src && prettier --write ./src-webcomponent
  • linteslint ./**/*.{ts,tsx} --report-unused-disable-directives --max-warnings 0
  • previewvite preview
  • stylecheckpnpm lint && prettier -c ./src
  • typechecktsc --noEmit
Dependencies13
  • @codemirror/autocomplete^6.18.1
  • @codemirror/commands^6.7.0
  • @codemirror/lang-sql^6.8.0
  • @codemirror/language^6.10.3
  • @codemirror/view^6.34.1
  • @electric-sql/pglite-react0.3.5
  • @uiw/codemirror-theme-github4.23.5
  • @uiw/codemirror-theme-xcode4.23.5
  • @uiw/codemirror-themes4.23.5
  • @uiw/react-codemirror4.23.5
  • psql-describe^0.1.5
  • react^19.0.0
  • react-dom^19.0.0