PkgRadar

Package evidence

@jaggerxtrm/[email protected]

Large Javascript Payload: 2242992 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
378
Versions published
73
First published
Mar 2026
Publisher
jaggerxtrm

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":["@jaggerxtrm/[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":["@jaggerxtrm/[email protected]"],"fail_on":"review"}'
Publisherjaggerxtrm
Artifact bytes797,756
Previous version3.16.0
Published2026-05-31T18:26:46.508Z
SHA-256a1abd287354508deac4b0bdbb322b2e218cd8f7fdb71483caad306c368e877e5

Why flagged

What the scanner saw

Large Javascript Payload: 2242992 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
3.17.0Version
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/dist/index.js2242992 bytes0

Manifest

Package metadata

Scripts12
  • benchmark:executornode scripts/run-executor-benchmark.mjs
  • buildbun run generate:contract && bun build src/index.ts --target=bun --outfile=dist/index.js && sed -i '1s|#!/usr/bin/env node|#!/usr/bin/env bun|' dist/index.js && chmod +x dist/index.js && bun build src/lib.ts --target=node --format=esm --outfile=dist/lib.js && tsc --emitDeclarationOnly --declaration --outDir dist/types
  • devbun run src/index.ts
  • generate:contractnode scripts/generate-asset-contract.mjs
  • linttsc --noEmit
  • startbun dist/index.js
  • testbun --bun vitest run
  • test:bunbun test tests/unit/specialist/observability-sqlite.test.ts tests/unit/specialist/observability-db.test.ts tests/unit/cli/db.test.ts
  • test:coveragebun --bun vitest run --coverage
  • test:nodenode node_modules/.bin/vitest run
  • test:supervisorbun --bun vitest run tests/unit/specialist/supervisor.test.ts --no-file-parallelism
  • test:watchbun --bun vitest
Dependencies6
  • @earendil-works/pi-tui0.75.5
  • @modelcontextprotocol/sdk1.29.0
  • qs6.15.2
  • yaml2.9.0
  • zod3.25.76
  • zod-to-json-schema3.25.2