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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/verify-opentui-runtime.mjs" | 5 |
Manifest
Package metadata
Scripts23
buildnpm run clean && tsc -p tsconfig.build.jsonbuild:testrm -rf dist-test && tsc -p tsconfig.test.jsoncleannode scripts/clean-dist.mjsdevbun run src/main.tspack:dry-runnpm run build && node scripts/verify-package-contents.mjspostinstallnode scripts/verify-opentui-runtime.mjsprepacknpm run buildproto:inktsx --tsconfig prototypes/ink-node-view/tsconfig.json prototypes/ink-node-view/src/main.tsxproto:ink-outlinetsx --tsconfig prototypes/ink-outline-view/tsconfig.json prototypes/ink-outline-view/src/main.tsxproto:ink-treetsx --tsconfig prototypes/ink-tree-view/tsconfig.json prototypes/ink-tree-view/src/main.tsxproto:opentuibun run prototypes/opentui-node-view/src/main.tsproto:opentui-treebun run prototypes/opentui-tree-view/src/main.tsproto: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 --noEmitrelease:majornpm version major && git push --follow-tagsrelease:minornpm version minor && git push --follow-tagsrelease:patchnpm version patch && git push --follow-tagsstartbun run dist/main.jstestnpm run build:test && node --test --test-concurrency=1 dist-test/tests/*.test.jstest: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.jstypechecktsc -p tsconfig.json --noEmitverify:installnpm run build && node scripts/verify-global-install.mjsverify:releasenpm run typecheck && npm test && npm run pack:dry-run && npm run verify:installverify:release-versionnode scripts/validate-release-version.mjs
Dependencies1
@opentui/core^0.2.14