PkgRadar

Package evidence

@haus-tech/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node ./scripts/postinstall.mjs || 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
1,767Niche · −30% score
Versions published
28
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@haus-tech/[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":["@haus-tech/[email protected]"],"fail_on":"high"}'
Artifact bytes71,347
Previous version0.11.1
Published2026-06-03T07:21:29.122Z
SHA-256e81b335db8a5ce0e351fe604c521af7df5ed169d855f7ec398b8720ea40f1210

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.12.0 vs 0.11.1: "node ./scripts/postinstall.mjs || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.12.0 vs 0.11.1: "node ./scripts/postinstall.mjs || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node ./scripts/postinstall.mjs || true"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.12.0 vs 0.11.1: "node ./scripts/postinstall.mjs || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node ./scripts/postinstall.mjs || true"20
lowCredential file accesspackage/dist/cli.jsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs || true"5

Manifest

Package metadata

Scripts18
  • buildtsup src/cli.ts --format esm --dts --clean --out-dir dist --external @inquirer/checkbox
  • devtsx src/cli.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint src scripts
  • pack:localyarn pack
  • postinstallnode ./scripts/postinstall.mjs || true
  • prepackyarn build
  • preparelefthook install || true
  • publish:drynpm pack --dry-run
  • publish:publicyarn npm publish --access public
  • releaseGITHUB_TOKEN=$(gh auth token) release-it
  • release:dryGITHUB_TOKEN=$(gh auth token) release-it --dry-run
  • security:audityarn npm audit -A -R --severity high --environment production
  • testnode --import tsx --test tests/**/*.test.js
  • typechecktsc --noEmit
  • typecheck:scriptstsc --noEmit --project tsconfig.scripts.json
  • verifyyarn typecheck && yarn typecheck:scripts && yarn lint && yarn build && yarn test
Dependencies11
  • @inquirer/checkbox5.1.5
  • commander13.1.0
  • diff8.0.4
  • execa9.6.1
  • fast-glob3.3.3
  • fs-extra11.3.5
  • ignore6.0.2
  • picomatch4.0.4
  • semver7.8.0
  • yaml2.8.4
  • zod3.25.76