PkgRadar

Package evidence

@chrishyun/[email protected]

Install-time lifecycle script: postinstall="node scripts/patch-pi.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.

Weekly downloads
142
Versions published
11
First published
Jun 2026
Publisher
chrishyun

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@chrishyun/[email protected]"],"fail_on":"high"}'

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":["@chrishyun/[email protected]"],"fail_on":"high"}'
Publisherchrishyun
Artifact bytes14,399
Previous version0.2.8
Published2026-06-15T15:16:10.009Z
SHA-2564dc6f8e5196db5022606c6738f6b33c63a6af1ad16a9ac627edb76bcdb7811b4

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.2.9 vs 0.2.8: "node scripts/patch-pi.js"

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

Availability ledger

available

high
Last checked
highRisk
55Score
0.2.9Version
Status history (1 event)
  1. newavailable · risk high · score 55 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.2.9 vs 0.2.8: "node scripts/patch-pi.js"40
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"chrishyun","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.2.9 vs 0.2.8: "node scripts/patch-pi.js"40
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"chrishyun","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/patch-pi.js"5

Manifest

Package metadata

Scripts6
  • buildnode scripts/patch-pi.js && tsc --outDir dist --module NodeNext --moduleResolution NodeNext --target ES2022 --esModuleInterop --skipLibCheck src/cli.ts src/browser-tools.ts 2>/dev/null || echo skip
  • devtsx src/cli.ts
  • postinstallnode scripts/patch-pi.js
  • prepareecho skip
  • prepublishOnlynpm run build
  • startnode dist/cli.js
Dependencies3
  • @earendil-works/pi-coding-agentlatest
  • playwright^1.53.1
  • typebox^1.2.11