PkgRadar

Package evidence

@incodetech/[email protected]

Large Javascript Payload: 6780362 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
2,117Mature · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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,560,770
Previous version1.90.0-20260610112503.0
Published2026-06-10T14:25:25.285Z
SHA-256426aaaedd9b5e982f2484e3c75eb373ec0e169df8c2ba5c3b67dbe3f8a128c8f

Why flagged

What the scanner saw

Large Javascript Payload: 6780362 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.90.0-20260610142359.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/onBoarding.umd.js6780362 bytes0
lowLarge Javascript Payloadpackage/dist/onBoarding.mjs13294234 bytes0

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