PkgRadar

Package evidence

@patze/[email protected]

Install-time lifecycle script: postinstall="node scripts/ensure-opentui-deps.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.

Weekly downloads
2,773Niche · −30% score
Versions published
36
First published
May 2026
Publisher
patzelife

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@patze/[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":["@patze/[email protected]"],"fail_on":"review"}'
Publisherpatzelife
Artifact bytes311,079
Previous version0.60.7
Published2026-06-02T13:07:35.329Z
SHA-2561e1688943cf0863ea8e669874c368f6cf0aeb26ee6db0a660e86aa68fb028b3f

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/ensure-opentui-deps.mjs"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.60.8Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/ensure-opentui-deps.mjs"5

Manifest

Package metadata

Scripts14
  • buildtsc -p tsconfig.json
  • e2e:cloudnpm run build && node scripts/e2e-cloud.mjs
  • e2e:cloud:allnpm run build && node scripts/e2e-cloud.mjs && node scripts/e2e-cloud-interactive.mjs
  • e2e:cloud:interactivenpm run build && node scripts/e2e-cloud-interactive.mjs
  • postinstallnode scripts/ensure-opentui-deps.mjs
  • smokenode scripts/smoke-beta.mjs
  • testnpm run build && node --test tests/*.test.mjs
  • typechecktsc -p tsconfig.json --noEmit
  • verifynode scripts/verify-version.mjs && npm run build && node scripts/verify-pack.mjs && npm run typecheck && npm test && node scripts/smoke-beta.mjs && node scripts/pty-composer-smoke.mjs && node scripts/pty-slash-menu-smoke.mjs && node scripts/pty-model-picker-smoke.mjs && node scripts/pty-header-model-smoke.mjs && node scripts/pty-trust-apply-smoke.mjs
  • verify:allnpm run verify && npm run verify:e2e
  • verify:ci-e2enpm run build && node scripts/ci-verify-e2e.mjs
  • verify:ci-e2e-cloudnpm run build && node scripts/ci-e2e-cloud.mjs
  • verify:e2enpm run build && node scripts/verify-e2e.mjs
  • verify:packnpm run build && node scripts/verify-pack.mjs --verbose