Package evidence
@waniwani/[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
- 6,032Niche · −30% score
- Versions published
- 285
- First published
- Feb 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 promotingMixed 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":["@waniwani/[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":["@waniwani/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="lefthook install || true" | 20 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="lefthook install || true" | 20 |
| low | Credential file access | package/dist/ssh-config-JC2DQ6ED.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/ssh-config-SC6RC6IV.js | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="lefthook install || true" | 5 |
| low | Obfuscation Density | package/dist/chunk-4WLKD7DL.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/dist/chunk-5JBHQYU5.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts16
buildrm -rf dist && bun run typecheck && bun run lint && tsup && bun run build:chat-css && bun run build:embed-cssbuild:chat-csstailwindcss -i src/chat/web/tailwind.css -o dist/chat/styles.css --minifybuild:embed-cssbun run scripts/inline-embed-css.tsdevtsx --watch src/index.tslintbiome check .lint:fixbiome check . --writepostinstalllefthook install || trueprepublishOnlybun run buildreleasenpm run release:patchrelease:alphanpm version prerelease --preid alpha && git push --follow-tagsrelease:betanpm version prerelease --preid beta && git push --follow-tagsrelease:majornpm version major && git push --follow-tagsrelease:minornpm version minor && git push --follow-tagsrelease:patchnpm version patch && git push --follow-tagstestbun testtypechecktsc --noEmit