PkgRadar

Package evidence

@kuaizhongqiang/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"const f='agents/reasonix/dist/data/deepseek-tokenizer.json.gz',s='agents/reasonix/node_modules/reasonix/data/deepseek-tokenizer.json.gz';require('fs').existsSync(f)||(require('fs').cpSync(s,f),console.log('Copied tokenizer'))\""

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
kuaizhongqiang

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@kuaizhongqiang/[email protected]"],"fail_on":"high"}'

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":["@kuaizhongqiang/[email protected]"],"fail_on":"high"}'
Artifact bytes494,467
Previous versionnone
Published2026-06-05T07:28:39.985Z
SHA-2565a84876e9ecc37c2dcf74aae36869b0f84515b932aca26a2f0953821ae7a21eb

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"const f='agents/reasonix/dist/data/deepseek-tokenizer.json.gz',s='agents/reasonix/node_modules/reasonix/data/deepseek-tokenizer.json.gz';require('fs').existsSync(f)||(require('fs').cpSync(s,f),console.log('Copied tokenizer'))\""

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

Availability ledger

available

high
Last checked
highRisk
35Score
0.1.0-alpha.1Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const f='agents/reasonix/dist/data/deepseek-tokenizer.json.gz',s='agents/reasonix/node_modules/reasonix/data/deepseek-tokenizer.json.gz';require('fs').existsSync(f)||(require('fs').cpSync(s,f),console.log('Copied tokenizer'))\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const f='agents/reasonix/dist/data/deepseek-tokenizer.json.gz',s='agents/reasonix/node_modules/reasonix/data/deepseek-tokenizer.json.gz';require('fs').existsSync(f)||(require('fs').cpSync(s,f),console.log('Copied tokenizer'))\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"const f='agents/reasonix/dist/data/deepseek-tokenizer.json.gz',s='agents/reasonix/node_modules/reasonix/data/deepseek-tokenizer.json.gz';require('fs').existsSync(f)||(require('fs').cpSync(s,f),console.log('Copied tokenizer'))\""5

Manifest

Package metadata

Scripts8
  • buildvite build
  • build:electrontsc -p electron/tsconfig.json && node -e "require('fs').writeFileSync('dist-electron/package.json', JSON.stringify({type:'commonjs'},null,2))"
  • devvite
  • dev:electronnpm run build:electron && node run-electron.cjs .
  • electron:buildnpm run build:electron && vite build && electron-builder --win --dir
  • electron:devnpm run build:electron && concurrently "vite" "wait-on http://localhost:5173 && cross-env VITE_DEV_SERVER_URL=http://localhost:5173 node run-electron.cjs ."
  • postinstallnode -e "const f='agents/reasonix/dist/data/deepseek-tokenizer.json.gz',s='agents/reasonix/node_modules/reasonix/data/deepseek-tokenizer.json.gz';require('fs').existsSync(f)||(require('fs').cpSync(s,f),console.log('Copied tokenizer'))"
  • previewvite preview
Dependencies8
  • diff^9.0.0
  • highlight.js^11.11.1
  • marked^18.0.5
  • pinia^3.0.4
  • splitpanes^4.1.2
  • sql.js^1.14.1
  • vue^3.5.32
  • vue-i18n^11.1.10