PkgRadar

Package evidence

@bobbin/[email protected]

Install Lifecycle Suppresses Failure: postinstall="cc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || 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.

Weekly downloads
29
Versions published
5
First published
Mar 2026
Publisher
jk-bobbin

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":["@bobbin/[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":["@bobbin/[email protected]"],"fail_on":"high"}'
Publisherjk-bobbin
Artifact bytes17,627
Previous version0.1.2
Published2026-03-11T02:41:54.983Z
SHA-25668ea173584a7f929ad624f985e59146ee2aedda041fccbede995937c9353774b

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.1.3 vs 0.1.2: "cc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || true"

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

Availability ledger

available

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

Evidence

Static findings

2 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.1.3 vs 0.1.2: "cc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="cc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.1.3 vs 0.1.2: "cc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="cc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="cc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || true"5

Manifest

Package metadata

Scripts4
  • buildtsup && npm run build:native
  • build:nativecc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || true
  • devtsup --watch
  • postinstallcc -o dist/set-winsize src/native/set-winsize.c 2>/dev/null || true
Dependencies1
  • commander^12.0
Optional dependencies1
  • node-pty^1.0