PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/install-ripgrep.cjs --optional"

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
51
Versions published
31
First published
May 2026
Publisher
msjmsj54

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"}'
Publishermsjmsj54
Artifact bytes373,936
Previous version0.2.3
Published2026-05-20T03:43:04.210Z
SHA-2566424e4f502dff27860c22e7576ef6bd2476b48dc9eadb0bebf2d016b6116098a

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/install-ripgrep.cjs --optional"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/install-ripgrep.cjs --optional"5

Manifest

Package metadata

Scripts21
  • buildnode -e "import('node:fs/promises').then(fs => fs.rm('dist', { recursive: true, force: true })).catch(() => process.exit(1))" && tsc -p tsconfig.json && node scripts/copy-model-metadata.mjs
  • devtsx src/repl/index.ts
  • dev:webtsx src/web/index.ts
  • postinstallnode scripts/install-ripgrep.cjs --optional
  • prepacknpm run build
  • smoke:agentstsx src/agents/smoke-agents.ts
  • smoke:anthropictsx src/model/smoke-anthropic-mapper.ts
  • smoke:contexttsx src/context/smoke-context.ts
  • smoke:coretsx src/core/smoke-core-loop.ts
  • smoke:deepseektsx src/model/smoke-deepseek-mapper.ts
  • smoke:openaitsx src/model/smoke-openai.ts
  • smoke:responsestsx src/model/smoke-responses-mapper.ts
  • smoke:sessiontsx src/session/smoke-session.ts
  • smoke:skillstsx src/skills/smoke-skills.ts
  • smoke:toolstsx src/tools/smoke-tool-system.ts
  • standalonenpm run build && node scripts/build-standalone.mjs
  • standalone:cleannode -e "require('node:fs').rmSync('standalone',{recursive:true,force:true});require('node:fs').rmSync('.standalone-build',{recursive:true,force:true})"
  • startnode dist/repl/index.js
  • typechecktsc -p tsconfig.json --noEmit
  • vendor:rgnode scripts/install-ripgrep.cjs
  • webnode dist/web/index.js
Dependencies11
  • @highlightjs/cdn-assets^11.11.1
  • @types/react^19.2.4
  • chalk^5.6.2
  • figures^6.1.0
  • gpt-tokenizer^3.4.0
  • ink^6.8.0
  • marked^18.0.3
  • react^19.2.4
  • shiki^4.0.2
  • strip-ansi^7.2.0
  • wrap-ansi^10.0.0