Recommended action
Review before promotingMixed 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 13 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/build/pdf.worker.mjs | 2358232 bytes | 10 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/build/pdf.worker.mjs | 2358232 bytes | 10 |
| low | Obfuscation | package/build/905.index.js | matched "fromCharCode" | 3 |
Manifest
Package metadata
Scripts10
buildnpx rimraf build && npx cross-env NODE_ENV=production webpack --config webpack.config.js --mode productionbuild:devwebpack --config webpack.config.js --mode developmentkill-processlsof -n -i4TCP:40352 | awk '{print$2}' | tail -1 | xargs kill -9npmpacknpm run build && npx shx cp -rL build/** ../../../tagspaces/release/app/node_modules/@tagspaces/tagspaces-ws/pkg-publishnpm run build && npm publish --access publicstartnode build/index.js -p 40352start-devnode index.js -p 2000 -k e2eTestKeytestnpm run test-data-download && npx cross-env NODE_OPTIONS=--experimental-vm-modules jest && npx rimraf testdatatest-data-downloadnpx rimraf testdata && git clone --depth 1 https://github.com/tagspaces/testdatatest-onlynpx cross-env NODE_OPTIONS=--experimental-vm-modules jest
Dependencies7
@tagspaces/tagspaces-indexer^4.8.5@tagspaces/tagspaces-pdf-extraction^4.8.4@tagspaces/tagspaces-workers^4.8.5find-free-ports3.1.1jsonwebtoken9.0.3wasm-vips0.0.17ws8.19.0