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 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":["[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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="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.mjsdevtsx src/repl/index.tsdev:webtsx src/web/index.tspostinstallnode scripts/install-ripgrep.cjs --optionalprepacknpm run buildsmoke:agentstsx src/agents/smoke-agents.tssmoke:anthropictsx src/model/smoke-anthropic-mapper.tssmoke:contexttsx src/context/smoke-context.tssmoke:coretsx src/core/smoke-core-loop.tssmoke:deepseektsx src/model/smoke-deepseek-mapper.tssmoke:openaitsx src/model/smoke-openai.tssmoke:responsestsx src/model/smoke-responses-mapper.tssmoke:sessiontsx src/session/smoke-session.tssmoke:skillstsx src/skills/smoke-skills.tssmoke:toolstsx src/tools/smoke-tool-system.tsstandalonenpm run build && node scripts/build-standalone.mjsstandalone: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.jstypechecktsc -p tsconfig.json --noEmitvendor:rgnode scripts/install-ripgrep.cjswebnode dist/web/index.js
Dependencies11
@highlightjs/cdn-assets^11.11.1@types/react^19.2.4chalk^5.6.2figures^6.1.0gpt-tokenizer^3.4.0ink^6.8.0marked^18.0.3react^19.2.4shiki^4.0.2strip-ansi^7.2.0wrap-ansi^10.0.0