PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/bab2min/Kiwi/releases/download"

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
88
First published
May 2026
Publisher
modumaru

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"}'
Publishermodumaru
Artifact bytes406,348
Previous version0.24.1
Published2026-05-29T21:48:48.821Z
SHA-256ed895e510fc3e9bdbcc16b24b1b1eff5af0321ae7de3dedc84ca8f51d8298c70

Why flagged

What the scanner saw

Remote Payload: matched "github.com/bab2min/Kiwi/releases/download"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/src/kiwi-runtime.jsmatched "github.com/bab2min/Kiwi/releases/download"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/src/kiwi-runtime.jsmatched "github.com/bab2min/Kiwi/releases/download"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/ensure-ml-bundles.mjs"5

Manifest

Package metadata

Scripts28
  • audit:shop-searchnpm run build && node scripts/shop-search-audit.mjs
  • bench:llm-jsonnpm run build && node scripts/bench-llm-json.mjs
  • bench:presetnpm run build && node scripts/bench-preset.mjs
  • bench:semanticnpm run build && node scripts/bench-semantic.mjs
  • bench:sentimentnpm run build && node scripts/bench-sentiment.mjs
  • bench:streamnpm run build && node scripts/bench-stream.mjs
  • buildnode scripts/sync-version.mjs && node scripts/bundle-report-css.mjs && tsc -p tsconfig.json
  • check:docs-versionnode scripts/check-docs-version.mjs
  • check:sentiment-hubnpm run build && node scripts/check-sentiment-hub-access.mjs
  • convert:embedding-onnxnode scripts/convert-embedding-onnx.mjs
  • convert:sentiment-onnxnode scripts/convert-sentiment-onnx.mjs
  • docs:capture-demonode scripts/capture-docs-demo.mjs
  • docs:opennode scripts/docs-open-preview.mjs
  • formatprettier --write 'src/**/*.ts'
  • gh:sync-npm-secretbash scripts/sync-npm-token-to-gh.sh
  • keyword:auditnpm run build && node scripts/keyword-audit.mjs
  • keyword:diffnpm run build && node scripts/keyword-diff.mjs
  • linteslint src/
  • postinstallnode scripts/ensure-ml-bundles.mjs
  • prepacknode scripts/sync-version.mjs && npm run build
  • report:qanpm run build && node scripts/report-visual-qa.mjs
  • report:qa:servenode scripts/qa-serve.mjs
  • report:screenshotsnode scripts/report-viewport-screenshots.mjs
  • report:viewportnpm run build && node scripts/report-viewport-check.mjs
  • smokenode dist/src/cli.js --help
  • sync-docs-versionnode scripts/sync-docs-version.mjs
  • sync:ml-modelsnode scripts/sync-ml-models.mjs
  • testnpm run build && node --test dist/test/*.test.js
Dependencies5
  • @huggingface/transformers4.2.0
  • commander^14.0.3
  • csv-parse^6.2.1
  • iconv-lite^0.7.2
  • kiwi-nlp^0.23.0
Optional dependencies3
  • kakaotalk-chat-analyzer-models^0.2.1
  • node-llama-cpp^3.18.1
  • onnxruntime-node^1.21.0