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
- 568
- Versions published
- 6
- First published
- May 2026
- Publisher
- musherm
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts22
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.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