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
- 145
- Versions published
- 208Mature · −50% score
- First published
- Sep 2020
- Publisher
- kjscheibo
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":["@pkmn/[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":["@pkmn/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 10213467 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
10 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 10 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/build/champions/index.js | 10213467 bytes | 0 |
| low | Large Javascript Payload | package/build/gen7sm/index.js | 2281646 bytes | 0 |
| low | Large Javascript Payload | package/build/gen8dlc1/index.js | 3057946 bytes | 0 |
| low | Large Javascript Payload | package/build/gen9dlc1/index.js | 3949286 bytes | 0 |
| low | Large Javascript Payload | package/build/gen9predlc/index.js | 3639075 bytes | 0 |
| low | Large Javascript Payload | package/build/champions/index.mjs | 10212400 bytes | 0 |
| low | Large Javascript Payload | package/build/gen7sm/index.mjs | 2281505 bytes | 0 |
| low | Large Javascript Payload | package/build/gen8dlc1/index.mjs | 3057771 bytes | 0 |
| low | Large Javascript Payload | package/build/gen9dlc1/index.mjs | 3949134 bytes | 0 |
| low | Large Javascript Payload | package/build/gen9predlc/index.mjs | 3638900 bytes | 0 |
Manifest
Package metadata
Scripts7
buildnpm run compile && node ../build src/index.ts src/*/index.tscompiletsc -p .fixeslint --fix srclinteslint --cache srcposttestnpm run lintpretestnpm run buildtestjest
Dependencies1
@pkmn/dex-types^0.10.10