PkgRadar

Package evidence

@jeffusion/[email protected]

Large Javascript Payload: 3465637 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
8
Versions published
14Established · −30% score
First published
Nov 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@jeffusion/[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":["@jeffusion/[email protected]"],"fail_on":"review"}'
Artifact bytes943,869
Previous version3.3.1
Published2026-05-05T01:57:57.627Z
SHA-25665a2c4fbc1627ca6eebb40b4f0af08e6a60f6594b93e3522d8f59aa7f5f1896d

Why flagged

What the scanner saw

Large Javascript Payload: 3465637 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
4.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/worker.js3465637 bytes10

Manifest

Package metadata

Scripts4
  • buildbun build src/main.ts src/master.ts src/worker.ts --outdir dist --target bun && bun run build:plugins && tsc -p tsconfig.build.json
  • build:pluginsbun ../../scripts/build-external-plugins.ts
  • devLOG_LEVEL=debug bun --watch src/master.ts
  • testbun test
Dependencies7
  • @jeffusion/bungee-types^4.0.0
  • @types/lodash-es^4.17.12
  • dotenv^17.2.2
  • lodash-es^4.17.21
  • typescript^5.7.2
  • winston^3.17.0
  • winston-daily-rotate-file^5.0.0