PkgRadar

Package evidence

@pkmn/[email protected]

Install-time lifecycle script: postinstall="node src/bin/install-pkmn-engine"

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
494
Versions published
222Mature · −50% score
First published
Mar 2023
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":["@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"}'
Artifact bytes206,444
Previous version0.1.0-dev.cf6f5d2c
Published2026-05-30T06:05:04.539Z
SHA-256822af4541d0e5b37ddcc37b88d789947681728ac05ebce63b390c34b3d944235

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node src/bin/install-pkmn-engine"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
0.1.0-dev.d127cb34Version
Status history (2 events)
  1. newavailable · risk review · score 1 · status changed
  2. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node src/bin/install-pkmn-engine"5

Manifest

Package metadata

Scripts15
  • benchmarknpm run compile && node build/test/benchmark
  • buildnpm run compile
  • compiletsc -p .
  • debugnpm run compile && node build/tools/debug
  • demonpm run compile && node build/tools/demo
  • extensionnpm -C src/tools/vscode run build
  • fixeslint --fix src
  • fuzznpm run compile && node build/test/fuzz
  • generatenpm run compile && node build/tools/generate
  • integrationnpm run compile && node build/test/integration
  • linteslint --cache src
  • postinstallnode src/bin/install-pkmn-engine
  • releasenpm run compile && node build/tools/release
  • testvitest src/pkg
  • test:integrationvitest src/test
Dependencies2
  • @pkmn/data0.9.35
  • @pkmn/protocol^0.7.2