PkgRadar

Package evidence

@incodetech/[email protected]

Large Javascript Payload: 6770398 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
6,722Niche · −30% score
Versions published
2,085Mature · −50% score
First published
Apr 2022
Publisher
chekomc

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":["@incodetech/[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":["@incodetech/[email protected]"],"fail_on":"review"}'
Publisherchekomc
Artifact bytes4,553,282
Previous version1.90.0-20260527154156.0
Published2026-05-28T12:38:35.816Z
SHA-25638990f7f83027fc34bc2ff463c3a7706cc10a0a7eac334e1cb8639f5e57affd4

Why flagged

What the scanner saw

Large Javascript Payload: 6770398 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.90.0-20260528123709.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/onBoarding.umd.js6770398 bytes10
mediumLarge Javascript Payloadpackage/dist/onBoarding.mjs13279470 bytes10

Manifest

Package metadata

Scripts16
  • buildecho "Let's try to fix this"
  • build:legacyvite build -c ./legacy-vite.config.ts
  • devvite
  • formatbiome format src --write
  • lintbiome check src
  • lint:fixbiome check src --write
  • lint:fix-unsafebiome check src --write --unsafe
  • previewvite preview
  • releasevite build && vite build -c ./legacy-vite.config.ts
  • testvitest
  • test:e2eplaywright test tests/e2e
  • test:e2e:debugplaywright test tests/e2e --debug
  • test:e2e:headedplaywright test tests/e2e --headed
  • test:e2e:uiplaywright test tests/e2e --ui
  • test:playwrightplaywright test
  • test:playwright:uiplaywright test --ui
Dependencies2
  • react18.3.1
  • react-dom18.3.1