PkgRadar

Package evidence

@venusprotocol/[email protected]

Install-time lifecycle script: postinstall="yarn patch-package"

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
2,159Niche · −30% score
Versions published
233Mature · −50% score
First published
Sep 2022
Publisher
aditya_venus

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@venusprotocol/[email protected]"],"fail_on":"high"}'

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":["@venusprotocol/[email protected]"],"fail_on":"high"}'
Publisheraditya_venus
Artifact bytes365,495,633
Previous version10.2.0-slim-dev.7
Published2026-02-23T13:11:07.574Z
SHA-256

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 10.2.0-xaum.1 vs 10.2.0-slim-dev.7: "yarn patch-package"

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

Availability ledger

available

high
Last checked
highRisk
45Score
10.2.0-xaum.1Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 10.2.0-xaum.1 vs 10.2.0-slim-dev.7: "yarn patch-package"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 10.2.0-xaum.1 vs 10.2.0-slim-dev.7: "yarn patch-package"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="yarn patch-package"5
lowOversized Unscannedmanifesttarball exceeds the 50MB fetch cap; scanned registry metadata (install scripts + dependencies) only0

Manifest

Package metadata

Scripts14
  • buildrm -rf dist && tsc --declaration && hardhat compile && hardhat compile --config hardhat.config.zksync.ts
  • cleanhardhat clean && hardhat clean --config hardhat.config.zksync.ts
  • compilehardhat compile && hardhat compile --config hardhat.config.zksync.ts
  • coveragehardhat coverage
  • docgenhardhat docgen
  • lintyarn lint:ts && yarn lint:sol && yarn prettier:check
  • lint:solsolhint "contracts/**/*.sol"
  • lint:sol:fixprettier --write "contracts/**/*.sol"
  • lint:tseslint --ignore-path ./.eslintignore --ext .js,.ts .
  • postinstallyarn patch-package
  • preparehusky install
  • prettierprettier --write "**/*.{js,json,md,ts,yaml,yml,sol}"
  • prettier:checkprettier --check "**/*.{js,json,md,ts,yaml,yml,sol}"
  • testhardhat test
Dependencies11
  • @nomicfoundation/hardhat-ethers^3.0.0
  • @openzeppelin/contracts4.9.3
  • @openzeppelin/contracts-upgradeable^4.8.0
  • @venusprotocol/governance-contracts^2.13.0
  • @venusprotocol/protocol-reserve^3.4.0
  • @venusprotocol/solidity-utilities^2.1.0
  • @venusprotocol/token-bridge^2.7.0
  • bignumber.js^9.1.2
  • dotenv^16.0.1
  • module-alias^2.2.2
  • patch-package^8.0.0