PkgRadar

Package evidence

@tagspaces/[email protected]

Large Javascript Payload: 2358232 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
278Mature · −50% score
First published
Oct 2021
Publisher
tagspaces-admin

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":["@tagspaces/[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":["@tagspaces/[email protected]"],"fail_on":"review"}'
Artifact bytes1,177,647
Previous version4.8.3
Published2026-05-15T14:37:24.538Z
SHA-256d9395819f96cfb16f2a10f82a873084e7651d2928bb23a4972edb6642d38f07f

Why flagged

What the scanner saw

Large Javascript Payload: 2358232 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
4.8.4Version
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/build/pdf.worker.mjs2358232 bytes0

Manifest

Package metadata

Scripts10
  • buildnpx rimraf build && npx cross-env NODE_ENV=production webpack --config webpack.config.js --mode production
  • build:devwebpack --config webpack.config.js --mode development
  • kill-processlsof -n -i4TCP:40352 | awk '{print$2}' | tail -1 | xargs kill -9
  • npmpacknpm run build && npx shx cp -rL build/** ../../../tagspaces/release/app/node_modules/@tagspaces/tagspaces-ws/
  • pkg-publishnpm run build && npm publish --access public
  • startnode build/index.js -p 40352
  • start-devnode index.js -p 2000 -k e2eTestKey
  • testnpm run test-data-download && npx cross-env NODE_OPTIONS=--experimental-vm-modules jest && npx rimraf testdata
  • test-data-downloadnpx rimraf testdata && git clone --depth 1 https://github.com/tagspaces/testdata
  • test-onlynpx cross-env NODE_OPTIONS=--experimental-vm-modules jest
Dependencies7
  • @tagspaces/tagspaces-indexer^4.8.3
  • @tagspaces/tagspaces-pdf-extraction^4.8.4
  • @tagspaces/tagspaces-workers^4.8.4
  • find-free-ports3.1.1
  • jsonwebtoken9.0.3
  • wasm-vips0.0.17
  • ws8.19.0