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
- 38
- First published
- May 2026
- Publisher
- captaincrouton89
Recommended action
Looks clean — keep monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts6
buildrm -rf dist && tsc && cp -R src/builtin-personas dist/builtin-personas && cp -R src/builtin-views dist/builtin-views && cp -R src/builtin-memory dist/builtin-memory && vite build --config src/clients/web/web-client/vite.config.tsdevtsx src/cli.tslinknpm linkprepublishOnlynpm run buildtestnode --import tsx/esm --test 'src/**/__tests__/*.test.ts'test:fullnode --import tsx/esm --test-concurrency=4 --test 'src/**/__tests__/**/*.test.ts'
Dependencies14
@crouton-kit/humanloop^0.3.18@earendil-works/pi-ai^0.79.0@earendil-works/pi-coding-agent^0.79.1@earendil-works/pi-tui^0.79.1@tailwindcss/vite^4.3.0@vitejs/plugin-react^6.0.2commander^13.0.0cron-parser5.5.0react^19.2.7react-dom^19.2.7tailwindcss^4.3.0vite^8.0.16ws^8.21.0yaml^2.9.0