PkgRadar

Package evidence

@livestore/[email protected]

Remote Dependency Spec: devDependencies.http-server="github:vapier/http-server"

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
19,888Mainstream · −50% score
Versions published
2,224Mature · −50% score
First published
Mar 2024
Publisher
schickling

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":["@livestore/[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":["@livestore/[email protected]"],"fail_on":"review"}'
Publisherschickling
Artifact bytes1,272,986
Previous version3.46.0-build3
Published2024-03-14T14:05:23.282Z
SHA-256b9b2303af98892b5c7de10752b2ec9e161336c4b7be6d9e7eca49fa1bd8d2af0

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.http-server="github:vapier/http-server"

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

Availability ledger

available

review
Last checked
reviewRisk
4Score
3.46.0-build4Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.http-server="github:vapier/http-server"8

Manifest

Package metadata

Scripts7
  • buildecho Already manually built SQLite Wasm.
  • cleanshx rm -rf sqlite-wasm
  • deploynpm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public
  • fixnpx prettier . --write
  • preparenpm run build && npm run fix && npm run publint
  • publintnpx publint
  • startnpx http-server --coop