PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2221348 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
598
Versions published
122Mature · −50% score
First published
Jul 2023
Publisher
shivbhonde.eth

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes2,145,643
Previous version0.0.0-beta-20260416083001
Published2026-05-22T10:15:53.878Z
SHA-25614bc1eb024d2f734280a7a508142bad64a3c35487a79dcf735abfd1eb9b4aaf6

Why flagged

What the scanner saw

Large Javascript Payload: 2221348 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
0.0.0-beta-20260522101222Version
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/.yarn/releases/yarn-3.5.0.cjs2221348 bytes10
mediumLarge Javascript Payloadpackage/templates/base/.yarn/releases/yarn-4.13.0.cjs3004059 bytes10

Manifest

Package metadata

Scripts18
  • accounthardhat run scripts/listAccount.ts
  • account:generatehardhat run scripts/generateAccount.ts
  • account:importhardhat run scripts/importAccount.ts
  • account:reveal-pkhardhat run scripts/revealPK.ts
  • chainhardhat node --network hardhat
  • check-typestsc --noEmit --incremental
  • cleanhardhat clean
  • compilehardhat compile
  • deployhardhat compile && tsx scripts/runHardhatDeployWithPK.ts
  • flattenhardhat flatten
  • forkMAINNET_FORKING_ENABLED=true hardhat node --network hardhat
  • formatprettier --write './**/*.(ts|sol)'
  • generateyarn account:generate
  • hardhat-verifyhardhat verify
  • linteslint
  • lint-stagedeslint
  • testhardhat test --network hardhat --gas-stats
  • verifytsx scripts/runVerify.ts
Dependencies5
  • @inquirer/password^4.0.2
  • @openzeppelin/contracts^5.0.2
  • dotenv^16.4.5
  • envfile^7.1.0
  • qrcode^1.5.4