PkgRadar

Package evidence

@cjhyy/[email protected]

Install-time lifecycle script: preinstall="node scripts/check-node.cjs"

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
27
Versions published
11
First published
Apr 2026
Publisher
cjhyy

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":["@cjhyy/[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":["@cjhyy/[email protected]"],"fail_on":"review"}'
Publishercjhyy
Artifact bytes15,708
Previous version0.5.0-rc.1
Published2026-06-04T09:59:12.744Z
SHA-2564a2333b30cf050ea6ef61fe4b7acb13c1a238ce804827a7a87f47c21f2bbadb7

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node scripts/check-node.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.5.0-rc.2Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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.jsonpreinstall="node scripts/check-node.cjs"5

Manifest

Package metadata

Scripts11
  • bench:renderbun run bench/render-tail.bench.ts && bun run bench/render-streaming.bench.ts && bun run bench/render-spinner.bench.ts && bun run bench/render-wheel.bench.ts
  • buildbun run --filter '@cjhyy/code-shell-core' build && bun run --filter '@cjhyy/code-shell-tui' build && bun run scripts/build-meta.ts
  • devCODE_SHELL_DEV=1 CODESHELL_UI_PERF=1 bun run packages/tui/src/cli/main.ts
  • dev:bigtranscriptbun run scripts/render-bigtranscript-dev.ts
  • formatprettier --write 'packages/**/*.ts'
  • linteslint packages/
  • lint:engine-bypassbash scripts/check-no-engine-bypass.sh
  • preinstallnode scripts/check-node.cjs
  • testbun test
  • test:watchbun test --watch
  • typechecktsc --noEmit
Dependencies2
  • @cjhyy/code-shell-core0.5.0-rc.2
  • @cjhyy/code-shell-tui0.5.0-rc.2