PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="lefthook 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
170
Versions published
49
First published
Mar 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

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes71,704
Previous version0.45.0
Published2026-03-28T12:57:28.192Z
SHA-25647a7fd0ba4b9d47e17e317113f70d30625c37c654d616afd0abeac853eab1f24

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
0.46.0Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="lefthook install || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="lefthook install || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="lefthook install || true"5

Manifest

Package metadata

Scripts11
  • checktsc --noEmit && biome check && bun test && bun run depcheck
  • claudeset -a && . ./.env && set +a && cd ${WORKSPACE:-~/.macroclaw-workspace} && claude --resume $(node -p "require('$HOME/.macroclaw/settings.json').sessionId") --model ${MODEL:-sonnet}
  • depcheckdepcruise src --config .dependency-cruiser.json --output-type err
  • devbun run --watch src/main.ts
  • lintbiome check
  • lint:fixbiome check --fix --unsafe
  • postinstalllefthook install || true
  • startbun run src/main.ts
  • testbun test
  • test:integrationbun test src/*.integration-test.ts --timeout 120000
  • typechecktsc --noEmit
Dependencies10
  • citty^0.2.1
  • cron-parser^5.5.0
  • grammy^1.39.3
  • luxon^3.7.2
  • openai^6.27.0
  • pino^10.3.1
  • pino-pretty^13.1.3
  • pinorama-client^0.3.0
  • pinorama-transport^0.1.4
  • zod^4.3.6