PkgRadar

Package evidence

@crouton-kit/[email protected]

no findings

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.

Versions published
5
First published
Jun 2026
Publisher
captaincrouton89

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":"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":["@crouton-kit/[email protected]"],"fail_on":"review"}'
Artifact bytes294,415
Previous version0.0.4
Published2026-06-10T21:57:39.225Z
SHA-256b9697a27061acf883e028f47785e1a7ac1cb0b71ce5bd4a5cb641d39c74ff930

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.5Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildnpm run build:server && npm run build:client
  • build:clientvite build
  • build:servertsc -p tsconfig.json
  • dev:clientvite
  • dev:servertsx watch src/server/cli.ts serve
  • startnode dist/server/cli.js serve
  • testnode --import tsx/esm --test "src/**/__tests__/*.test.ts"
  • typechecktsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json --noEmit
Dependencies7
  • @crouton-kit/crouterlatest
  • @earendil-works/pi-agent-core^0.79.0
  • @earendil-works/pi-ai^0.79.0
  • @earendil-works/pi-coding-agent^0.79.0
  • radix-ui^1.5.0
  • sirv^3.0.0
  • ws^8.18.0