PkgRadar

Package evidence

@tagspaces/[email protected]

Large Javascript Payload: 6867919 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
234Mature · −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 bytes2,291,936
Previous version1.0.3
Published2021-11-03T09:06:14.628Z
SHA-2564911673aeaf89fe3268386a274e076d3b17a4539a3113d16e0d17218e60ae231

Why flagged

What the scanner saw

Large Javascript Payload: 6867919 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
1.1.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/bin/tscmd.js6867919 bytes0
lowLarge Javascript Payloadpackage/build/tsshell.js6867853 bytes0

Manifest

Package metadata

Scripts8
  • build:devwebpack --config webpack.config.js --mode development
  • build:prodwebpack --config webpack.config.js --mode production
  • gen-indexnode bin/tscmd.js -m indexer
  • gen-index-devnode index.js -m indexer
  • gen-thumbnailsnode bin/tscmd.js -m thumbgen
  • gen-thumbnails-devnode index.js ./__test__
  • node-installrimraf package-lock.json && rimraf node_modules && npx cross-env PD_PLATFORM=node npm install && npm dedupe
  • pkg-publishnpm run node-install && npm run build:prod && npm publish --access public