PkgRadar

Package evidence

@tyroneross/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.js || true"

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
10
First published
Dec 2025
Publisher
tyroneross

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@tyroneross/[email protected]"],"fail_on":"high"}'

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":["@tyroneross/[email protected]"],"fail_on":"high"}'
Publishertyroneross
Artifact bytes689,422
Previous version0.4.8
Published2026-02-12T09:41:09.062Z
SHA-256ac7dd6aff872282e154bb0ab3456b923dd976e21b3ab44183b819c64c6129df2

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.js || true"

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

Availability ledger

available

high
Last checked
highRisk
28Score
0.4.9Version
Status history (1 event)
  1. newavailable · risk high · score 28 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js || true"5
lowCredential file accesspackage/plugin/hooks/hooks.jsonmatched ".ssh/"3

Manifest

Package metadata

Scripts17
  • buildtsup
  • build:clitsup src/bin/ibr.ts --format cjs --outDir dist/bin
  • comparenode dist/bin/ibr.js check
  • devtsx watch src/index.ts
  • diffnode dist/bin/ibr.js check
  • ibrnode dist/bin/ibr.js
  • ibr:devtsx src/bin/ibr.ts
  • linteslint src --ext .ts
  • loginnode dist/bin/ibr.js login
  • logoutnode dist/bin/ibr.js logout
  • postinstallnode scripts/postinstall.js || true
  • prepublishOnlynpm run build
  • sessionsnode dist/bin/ibr.js list
  • snapshotnode dist/bin/ibr.js start
  • testvitest
  • typechecktsc --noEmit
  • uicd web-ui && npm run dev
Dependencies6
  • commander^14.0.2
  • nanoid^5.0.9
  • pixelmatch^7.1.0
  • playwright^1.51.0
  • pngjs^7.0.0
  • zod^3.24.2