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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/lib/cjs/plugin/index.cjs | 2091294 bytes | 10 |
| medium | Large Javascript Payload | package/lib/esm/plugin/index.mjs | 2090524 bytes | 10 |
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.0.0@4players/voice-filter~1.2.0@msgpack/msgpack3.1.2