PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: preinstall="node bin/preinstall.js"

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.

Versions published
20
First published
May 2026
Publisher
dpkay.com

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherdpkay.com
Artifact bytes1,276,585
Previous version0.6.5
Published2026-05-26T17:19:15.106Z
SHA-2565a4d832ee0395f1378f1f570b81a460c69f7d49fc050311fd89c017235d49372

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node bin/preinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.6.6Version
Status history (2 events)
  1. availableavailable · risk review · score 10 · status available -> available, risk high -> review, score 75 -> 10
  2. newavailable · risk high · score 75 · 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)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node bin/preinstall.js"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/postinstall.js"5

Manifest

Package metadata

Scripts7
  • buildtsc
  • postinstallnode bin/postinstall.js
  • preinstallnode bin/preinstall.js
  • preuninstallnode bin/preuninstall.js
  • startnode bin/splitgame.js
  • testvitest run
  • watchtsc -w
Dependencies4
  • @modelcontextprotocol/sdk^1.29.0
  • @xterm/headless^6.0.0
  • node-pty^1.1.0
  • zod^4.4.3