PkgRadar

Package evidence

@musherm/[email protected]

no findings

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

Recommended action

Looks clean — keep monitoring

No 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"}'
Publishermusherm
Artifact bytes2,035,296
Previous version0.2.5
Published2026-06-03T07:25:44.653Z
SHA-256efb4908030ceab4d78d69e5bf0f04b632003c9abe37d3ba2d143c166545697c1

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

low
Last checked
lowRisk
0Score
0.3.0Version
Status history (2 events)
  1. newavailable · risk low · score 0 · status changed
  2. newavailable · 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.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
  • 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 scripts/run-node-tests.mjs
  • test:coveragenpm run build:test && node scripts/run-node-tests.mjs --coverage
  • 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