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.

Versions published
183Mature · −50% score
First published
Sep 2022
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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"}'
Artifact bytes13,306,811
Previous version2.15.0-slim-dev.8
Published2026-05-07T06:46:14.273Z
SHA-256f8ffb52ca315fbed2700a1d228cacf988921aac277669c6545dada2878fc2e76

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 2.15.0 vs 2.15.0-slim-dev.8: "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
2.15.0Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.15.0 vs 2.15.0-slim-dev.8: "yarn patch-package"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.15.0 vs 2.15.0-slim-dev.8: "yarn patch-package"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="yarn patch-package"5

Manifest

Package metadata

Scripts18
  • buildrm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration
  • cleanshx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts
  • commitgit-cz
  • compilecross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts
  • configure:testnethardhat --network bsctestnet deploy --tags configure
  • deploy:testnethardhat --network bsctestnet deploy --tags deploy
  • docgenhardhat docgen
  • hardhat:coveragehardhat coverage
  • lintyarn lint:sol && yarn lint:ts && yarn prettier:check
  • lint:solsolhint --config ./.solhint.json "contracts/**/*.sol"
  • lint:tseslint --ignore-path ./.eslintignore --ext .js,.ts .
  • postinstallyarn patch-package
  • preparehusky install
  • prettierprettier --config ./.prettierrc.yaml --write "**/*.{js,json,md,sol,ts,yaml,yml}"
  • prettier:checkprettier --check --config ./.prettierrc.yaml "**/*.{js,json,md,sol,ts,yaml,yml}"
  • testnpm run compile && hardhat test
  • typechaincross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain
  • verifyhardhat etherscan-verify
Dependencies14
  • @chainlink/contracts^0.5.1
  • @defi-wonderland/smock2.4.0
  • @nomicfoundation/hardhat-network-helpers^1.0.8
  • @openzeppelin/contracts^4.6.0
  • @openzeppelin/contracts-upgradeable^4.7.3
  • @venusprotocol/governance-contracts^2.13.0
  • @venusprotocol/solidity-utilities^2.0.0
  • @venusprotocol/venus-protocol^9.7.0
  • ethers^5.6.8
  • hardhat2.22.18
  • hardhat-deploy^0.12.4
  • module-alias^2.2.2
  • patch-package^8.0.0
  • solidity-docgen^0.6.0-beta.29