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
- 514
- Versions published
- 92Mature · −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
Looks clean — keep monitoringNo 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":["@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"}'Why flagged
What the scanner saw
Large Javascript Payload: 2091699 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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/lib/cjs/plugin/index.cjs | 2091699 bytes | 0 |
| low | Large Javascript Payload | package/lib/esm/plugin/index.mjs | 2090939 bytes | 0 |
Manifest
Package metadata
Scripts17
buildnpm-run-all -s configure build:genversion build:wasm build:bundle build:typesbuild:bundletsx src/bundle.tsbuild:genversiongenversion -se src/common/version.tsbuild:typesdts-bundle-generator --fail-on-class --no-banner -o lib/index.d.ts src/plugin/index.tsbuild:wasmnpm-run-all -pl build:wasm:*build:wasm:sharedemmake cmake --build build/shared -j 8build:wasm:unsharedemmake cmake --build build/unshared -j 8bundlenpm run build && tsx ./esbuild.config.tscleanrimraf .cache build lib distconfigurenpm-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' --writelinteslint . --ext .tstestnpm-run-all -s test:*test:installnpm --prefix test installtest:startnpm --prefix test start
Dependencies3
@4players/odin-common~11.2.0@4players/voice-filter~1.2.0@msgpack/msgpack3.1.2