PkgRadar

Package evidence

@crouton-kit/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node dist/scripts/install-renderer.js || 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,239Niche · −30% score
Versions published
23
First published
Apr 2026
Publisher
captaincrouton89

Effective trust discount applied: 30% (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":["@crouton-kit/[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":["@crouton-kit/[email protected]"],"fail_on":"high"}'
Artifact bytes56,627
Previous version0.3.18
Published2026-06-13T20:27:29.838Z
SHA-256c3b1b3543980a6157b37678240b50c2cf10738eb7bb0ac78c7b557afd09b5d83

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node dist/scripts/install-renderer.js || true"

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

Availability ledger

available

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

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts5
  • buildtsc
  • devtsx src/cli.ts
  • linknpm link
  • postinstallnode dist/scripts/install-renderer.js || true
  • testtsx src/__tests__/mount-panel.test.ts
Dependencies4
  • @r-cli/sdk^1.3.0
  • commander^13.0.0
  • string-width^7.0.0
  • zod^4.3.6