PkgRadar

Package evidence

@mohitebiz/[email protected]

Large Javascript Payload: 5186000 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
364
Versions published
13
First published
May 2026
Publisher
mohitebiz

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":["@mohitebiz/[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":["@mohitebiz/[email protected]"],"fail_on":"review"}'
Publishermohitebiz
Artifact bytes6,160,474
Previous version1.0.11
Published2026-05-27T12:01:21.387Z
SHA-256bd8c2b73f1e8a7ced4a67724833f3d39378dfc889454de0203ee25182230f3bc

Why flagged

What the scanner saw

Large Javascript Payload: 5186000 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.cjs5186000 bytes10
mediumLarge Javascript Payloadpackage/dist/sdk/chainit-auth.esm.js6776005 bytes10
mediumLarge Javascript Payloadpackage/dist/sdk/chainit-auth.umd.js5626446 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js6116023 bytes10

Manifest

Package metadata

Scripts10
  • buildnpm run clean && npm run build:lib && npm run build:sdk && npm run build:types
  • build:libvite build --mode lib
  • build:sdkvite build --mode sdk
  • build:typestsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json
  • cleanrm -rf dist
  • linteslint .
  • prepacknpm run build
  • prepublishOnlynpm run build
  • previewvite preview
  • typechecktsc -p tsconfig.build.json --noEmit