PkgRadar

Package evidence

@mohitebiz/[email protected]

Large Javascript Payload: 5182978 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
296
Versions published
11
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,150,229
Previous version1.0.9
Published2026-05-25T11:49:24.963Z
SHA-2566a8fb5851e3296ee3c817f05a1d9cbaeeae8cfb4496dba469a2683e9f0942518

Why flagged

What the scanner saw

Large Javascript Payload: 5182978 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.10Version
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.cjs5182978 bytes10
mediumLarge Javascript Payloadpackage/dist/sdk/chainit-auth.esm.js6771841 bytes10
mediumLarge Javascript Payloadpackage/dist/sdk/chainit-auth.umd.js5623602 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js6111700 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