PkgRadar

Package evidence

@musherm/[email protected]

Install-time lifecycle script: postinstall="node scripts/verify-opentui-runtime.mjs"

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
1
First published
May 2026
Publisher
musherm

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":["@musherm/[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":["@musherm/[email protected]"],"fail_on":"review"}'
Publishermusherm
Artifact bytes2,022,287
Previous versionnone
Published2026-05-29T08:41:18.222Z
SHA-25687641e00efefecf106921e22b81113fe95858bc01ca2d556aa616b8465f9bbc0

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/verify-opentui-runtime.mjs"

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.1.4Version
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.jsonpostinstall="node scripts/verify-opentui-runtime.mjs"5

Manifest

Package metadata

Scripts23
  • buildnpm run clean && tsc -p tsconfig.build.json
  • build:testrm -rf dist-test && tsc -p tsconfig.test.json
  • cleannode scripts/clean-dist.mjs
  • devbun run src/main.ts
  • pack:dry-runnpm run build && node scripts/verify-package-contents.mjs
  • postinstallnode scripts/verify-opentui-runtime.mjs
  • prepacknpm run build
  • proto:inktsx --tsconfig prototypes/ink-node-view/tsconfig.json prototypes/ink-node-view/src/main.tsx
  • proto:ink-outlinetsx --tsconfig prototypes/ink-outline-view/tsconfig.json prototypes/ink-outline-view/src/main.tsx
  • proto:ink-treetsx --tsconfig prototypes/ink-tree-view/tsconfig.json prototypes/ink-tree-view/src/main.tsx
  • proto:opentuibun run prototypes/opentui-node-view/src/main.ts
  • proto:opentui-treebun run prototypes/opentui-tree-view/src/main.ts
  • proto:typechecktsc -p prototypes/ink-node-view/tsconfig.json --noEmit && tsc -p prototypes/opentui-node-view/tsconfig.json --noEmit && tsc -p prototypes/ink-tree-view/tsconfig.json --noEmit && tsc -p prototypes/ink-outline-view/tsconfig.json --noEmit && tsc -p prototypes/opentui-tree-view/tsconfig.json --noEmit
  • release:majornpm version major && git push --follow-tags
  • release:minornpm version minor && git push --follow-tags
  • release:patchnpm version patch && git push --follow-tags
  • startbun run dist/main.js
  • testnpm run build:test && node --test --test-concurrency=1 dist-test/tests/*.test.js
  • test:coveragenpm run build:test && node --test --test-concurrency=1 --experimental-test-coverage --test-coverage-include='dist-test/src/**/*.js' --test-coverage-exclude='dist-test/tests/**/*.js' --test-coverage-lines=95 dist-test/tests/*.test.js
  • typechecktsc -p tsconfig.json --noEmit
  • verify:installnpm run build && node scripts/verify-global-install.mjs
  • verify:releasenpm run typecheck && npm test && npm run pack:dry-run && npm run verify:install
  • verify:release-versionnode scripts/validate-release-version.mjs
Dependencies1
  • @opentui/core^0.2.14