PkgRadar

Package evidence

@jterrats/[email protected]

Install Lifecycle Suppresses Failure: postinstall="husky install || 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
32
Versions published
11
First published
Apr 2026
Publisher
jterrats

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":["@jterrats/[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":["@jterrats/[email protected]"],"fail_on":"high"}'
Publisherjterrats
Artifact bytes796,161
Previous version1.2.4
Published2026-05-15T11:59:05.428Z
SHA-256a8a7d02df44ab1ba39008580c7734c597e27e89d13030320692a77297a82bd52

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="husky install || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="husky install || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="husky install || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="husky install || true"5
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts24
  • buildwireit
  • cleansf-clean
  • clean-allsf-clean all
  • commitcz
  • compilewireit
  • docssf-docs
  • formatwireit
  • link-checkwireit
  • lintwireit
  • postinstallhusky install || true
  • prepacktsc -p . --pretty false --incremental false && oclif manifest && oclif lock && npm shrinkwrap
  • releasesemantic-release
  • site:buildnpm --prefix site run build
  • site:devnpm --prefix site run dev
  • site:previewnpm --prefix site run preview
  • testwireit
  • test:allyarn test:only && yarn test:integration && yarn test:e2e && yarn test:performance
  • test:bddnode --loader ts-node/esm --no-warnings=ExperimentalWarning node_modules/@cucumber/cucumber/bin/cucumber.js
  • test:e2emocha test/e2e/**/*.e2e.test.ts
  • test:integrationmocha test/integration/**/*.test.ts
  • test:nutsnyc mocha "**/*.nut.ts" --slow 4500 --timeout 600000 --parallel
  • test:onlywireit
  • test:performancemocha test/performance/**/*.test.ts
  • versionoclif readme
Dependencies6
  • @oclif/core4.11.2
  • @salesforce/core^8.29.0
  • @salesforce/sf-plugins-core^12.2.13
  • fast-xml-parser^5.7.1
  • glob^11.0.0
  • minimatch^10.2.5