PkgRadar

Package evidence

@kronor/[email protected]

Large Javascript Payload: 3228148 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.

Weekly downloads
280
Versions published
53Established · −30% score
First published
Oct 2025
Publisher
kronor

Effective trust discount applied: 30% (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":["@kronor/[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":["@kronor/[email protected]"],"fail_on":"review"}'
Publisherkronor
Artifact bytes2,748,332
Previous version7.0.0
Published2026-05-22T11:33:13.012Z
SHA-256eb7c5b104c1437bec05063416d230b0e7323d743d13c9174b12322a8a5b561f9

Why flagged

What the scanner saw

Large Javascript Payload: 3228148 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.es.js3228148 bytes10

Manifest

Package metadata

Scripts17
  • ai:gemini-list-modelstsx scripts/ai-regression/gemini-list-models.ts
  • ai:gemini-regressiontsx scripts/ai-regression/gemini-regression.ts
  • buildtsc -b && vite build
  • build:clitsc -p tsconfig.cli.json
  • build:libnpm run build:cli && tsc -p tsconfig.lib.json && vite build --config vite.lib.config.ts
  • cleanrimraf dist
  • devvite
  • dev:playgroundnpm run build:lib -- --watch & vite --config vite.playground.config.ts
  • linteslint .
  • prepacknpm run build:lib
  • preparehusky
  • previewvite preview
  • releasenode scripts/release.mjs
  • testplaywright test
  • test-unitjest --config jest.config.js
  • test-unit:allnpm run test-unit && npm run test-unit:cli
  • test-unit:clijest --config jest.cli.config.js
Dependencies11
  • commander^14.0.0
  • fast-glob^3.3.3
  • graphql^16.11.0
  • graphql-request^7.1.2
  • primeicons^7.0.0
  • primereact^10.9.7
  • react^19.0.0
  • react-dom^19.0.0
  • tailwindcss^4.1.1
  • tsx^4.20.5
  • typescript~5.7.2