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
77
Versions published
4
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,028,043
Previous version0.2.1
Published2026-05-30T09:18:54.830Z
SHA-25640023d510f18f4d45a5f3d87a1b4bc70cdc88747e6ba4d827486144de3b8e5c4

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.2.2Version
Status history (1 event)
  1. 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 --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