PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/patch-codex-sdk-windows-hide.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
418
Versions published
48
First published
Mar 2026
Publisher
zhangle1987

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"}'
Publisherzhangle1987
Artifact bytes309,093
Previous version1.0.51
Published2026-05-26T11:22:32.361Z
SHA-256acaa20b158955d8bc7853ddaa56e84fbcf2fdace84a074ccb9d5880cea605bf0

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/patch-codex-sdk-windows-hide.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.0.52Version
Status history (2 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 83 -> 5
  2. newavailable · risk high · score 83 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/patch-codex-sdk-windows-hide.js"5
lowObfuscation Densitypackage/dist/cli.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/daemon.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/ui-server.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts9
  • buildnode scripts/build.js
  • devtsx src/main.ts
  • dev:uitsx src/ui-server.ts
  • opennode dist/cli.mjs open
  • postinstallnode scripts/patch-codex-sdk-windows-hide.js
  • prepublishOnlynpm run typecheck && npm run build
  • testnode scripts/run-tests.js
  • typechecktsc --noEmit
  • weixin:loginnode --import tsx src/weixin-login.ts
Dependencies5
  • @larksuiteoapi/node-sdk^1.65.0
  • @openai/codex-sdk^0.133.0
  • markdown-it^14.1.1
  • qrcode^1.5.4
  • ws^8.20.1