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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 45 · status changed
Evidence
Static findings
1 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 2.15.0 vs 2.15.0-slim-dev.8: "yarn patch-package" | 40 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 2.15.0 vs 2.15.0-slim-dev.8: "yarn patch-package" | 40 |
| low | Install-time lifecycle script | package.json | postinstall="yarn patch-package" | 5 |
Manifest
Package metadata
Scripts18
buildrm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declarationcleanshx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.tscommitgit-czcompilecross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.tsconfigure:testnethardhat --network bsctestnet deploy --tags configuredeploy:testnethardhat --network bsctestnet deploy --tags deploydocgenhardhat docgenhardhat:coveragehardhat coveragelintyarn lint:sol && yarn lint:ts && yarn prettier:checklint:solsolhint --config ./.solhint.json "contracts/**/*.sol"lint:tseslint --ignore-path ./.eslintignore --ext .js,.ts .postinstallyarn patch-packagepreparehusky installprettierprettier --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 testtypechaincross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechainverifyhardhat 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.0ethers^5.6.8hardhat2.22.18hardhat-deploy^0.12.4module-alias^2.2.2patch-package^8.0.0solidity-docgen^0.6.0-beta.29