PkgRadar

Package evidence

@openk9ui/[email protected]

Large Javascript Payload: 5070438 bytes

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
26Mature · −50% score
First published
Apr 2025
Publisher
openk9-dev

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@openk9ui/[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":["@openk9ui/[email protected]"],"fail_on":"review"}'
Publisheropenk9-dev
Artifact bytes14,031,239
Previous version2026.1.2-SNAPSHOT
Published2026-04-27T09:54:06.974Z
SHA-25647163b7979cbdd3c2e8dbc929ee5227e689a2209fffec698ea185c2541c05d6c

Why flagged

What the scanner saw

Large Javascript Payload: 5070438 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
20Score
2026.1.3-SNAPSHOTVersion
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/embeddable.js5070438 bytes10
mediumLarge Javascript Payloadpackage/dist/importable.js8121427 bytes10
mediumLarge Javascript Payloadpackage/dist/index.cjs.js3061620 bytes10
mediumLarge Javascript Payloadpackage/dist/index.es.js3053439 bytes10

Manifest

Package metadata

Scripts14
  • buildtsc && yarn build:standalone && yarn build:embeddable && yarn build:importable
  • build:chatbotvite build --config vite/embeddable.prod.ts && cross-env VITE_KEYCLOAK_ENABLED=true VITE_CHATBOT_ENABLED=true vite build --config vite/standalone.prod.ts --mode production && rollup -c && cp public/* dist/
  • build:embeddablevite build --config vite/embeddable.prod.ts
  • build:embeddable:devvite build --config vite/embeddable.dev.ts
  • build:importablevite build --config vite/importable.dev.ts && rollup -c
  • build:keycloakvite build --config vite/embeddable.prod.ts && cross-env VITE_KEYCLOAK_ENABLED=true VITE_CHATBOT_ENABLED=false vite build --config vite/standalone.prod.ts --mode production && rollup -c && cp public/* dist/
  • build:nokeycloakvite build --config vite/embeddable.prod.ts && cross-env VITE_KEYCLOAK_ENABLED=false VITE_CHATBOT_ENABLED=false vite build --config vite/standalone.prod.ts --mode production && rollup -c && cp public/* dist/
  • build:standalonevite build --config vite/standalone.prod.ts && cp public/* dist/
  • devvite --config vite/standalone.dev.ts
  • formatprettier --list-different --write "{scripts,src}/**/*.{js,md,tsx,ts,html,json}"
  • linteslint --ext js,ts,tsx src
  • precommitlint-staged
  • preparecross-env NODE_ENV=production yarn build
  • previewvite preview --config vite/standalone.dev.ts
Dependencies4
  • @openk9ui/openk9-chatbotnpm:@openk9ui/[email protected]
  • i18next^22.5.1
  • react-i18next^12.3.1
  • sanitize-html^2.11.0