PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node bin/postinstall.js"

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
1
First published
Jun 2026
Publisher
jayllm

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"}'
Publisherjayllm
Artifact bytes234,654
Previous versionnone
Published2026-06-04T23:04:52.345Z
SHA-2560259b819a86c2c43589bd63af485cc5e617df7b60542eb7a7b1df0510a9ada2c

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node bin/postinstall.js"

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.0.1-beta.19Version
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 bin/postinstall.js"5

Manifest

Package metadata

Scripts21
  • buildtsc -p tsconfig.json
  • build:binarybun build --compile src/index.ts --outfile dist-bin/hoolix --minify
  • build:binary:linuxbun build --compile src/index.ts --outfile dist-bin/hoolix --minify
  • build:binary:macbun build --compile src/index.ts --outfile dist-bin/hoolix --minify
  • build:binary:winbun build --compile src/index.ts --outfile dist-bin/hoolix.exe --minify
  • build:watchtsc -p tsconfig.json --watch
  • cleannode -e "const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true}); fs.rmSync('dist-bin',{recursive:true,force:true}); console.log('Cleaned dist/ dist-bin/')"
  • devtsx src/index.ts
  • dev:bunbun run src/index.ts
  • lintbiome lint . || echo 'biome not configured yet'
  • postinstallnode bin/postinstall.js
  • prepublishOnlynpm run build
  • releaserelease-it
  • release:betarelease-it --preRelease=beta --github.preRelease=true
  • release:cirelease-it --ci
  • release:dryrelease-it --dry-run
  • startnode dist/index.js
  • testvitest run
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:watchvitest --watch
  • typechecktsc --noEmit -p tsconfig.json
Dependencies18
  • @cfworker/json-schema^4.1.1
  • @clack/prompts^1.5.0
  • @hono/node-server^1.14.0
  • @huggingface/transformers^3.0.2
  • @modelcontextprotocol/server^1.0.0 || ^2.0.0-alpha
  • @mozilla/readability^0.6.0
  • chalk^5.6.2
  • consola^3.4.2
  • env-paths^3.0.0
  • fs-extra^11.3.5
  • fuse.js^7.1.0
  • hono^4.12.23
  • jsdom^29.1.1
  • ps-list^8.1.1
  • tree-kill^1.2.2
  • turndown^7.2.4
  • turndown-plugin-gfm^1.0.2
  • zod^3.25.76