PkgRadar

Package evidence

@4players/[email protected]

Large Javascript Payload: 2091294 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
321
Versions published
91Mature · −50% score
First published
Jan 2024
Publisher
svenpaulsen

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

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":["@4players/[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":["@4players/[email protected]"],"fail_on":"review"}'
Publishersvenpaulsen
Artifact bytes2,345,056
Previous version1.9.5
Published2026-05-20T20:06:24.115Z
SHA-2565cdc4c73885e8072a76798d08279da8927371592ab43a3e941e81bc9371082cb

Why flagged

What the scanner saw

Large Javascript Payload: 2091294 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/lib/cjs/plugin/index.cjs2091294 bytes10
mediumLarge Javascript Payloadpackage/lib/esm/plugin/index.mjs2090524 bytes10

Manifest

Package metadata

Scripts17
  • buildnpm-run-all -s configure build:genversion build:wasm build:bundle build:types
  • build:bundletsx src/bundle.ts
  • build:genversiongenversion -se src/common/version.ts
  • build:typesdts-bundle-generator --fail-on-class --no-banner -o lib/index.d.ts src/plugin/index.ts
  • build:wasmnpm-run-all -pl build:wasm:*
  • build:wasm:sharedemmake cmake --build build/shared -j 8
  • build:wasm:unsharedemmake cmake --build build/unshared -j 8
  • bundlenpm run build && tsx ./esbuild.config.ts
  • cleanrimraf .cache build lib dist
  • configurenpm-run-all configure:*
  • configure:sharedemcmake cmake -B build/shared -DCMAKE_BUILD_TYPE=Release -DSHARED_MEMORY=1 -S .
  • configure:unsharedemcmake cmake -B build/unshared -DCMAKE_BUILD_TYPE=Release -S .
  • formatprettier 'src/**/*.ts' --write
  • linteslint . --ext .ts
  • testnpm-run-all -s test:*
  • test:installnpm --prefix test install
  • test:startnpm --prefix test start
Dependencies3
  • @4players/odin-common~11.0.0
  • @4players/voice-filter~1.2.0
  • @msgpack/msgpack3.1.2