PkgRadar

Package evidence

@aave-dao/[email protected]

Remote Dependency Spec: devDependencies.@aave-dao/aave-delivery-infrastructure="github:aave-dao/aave-delivery-infrastructure"

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
66
Versions published
2
First published
Jun 2026
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

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":["@aave-dao/[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":["@aave-dao/[email protected]"],"fail_on":"review"}'
Artifact bytes1,175,133
Previous version0.4.0
Published2026-06-03T11:06:59.656Z
SHA-256e7f5b827c6c15115f28a508cfa9e7caad26b8493b98eb4d00f6ba64967a6b3ec

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@aave-dao/aave-delivery-infrastructure="github:aave-dao/aave-delivery-infrastructure"

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

Availability ledger

available

review
Last checked
reviewRisk
9Score
0.5.0Version
Status history (1 event)
  1. newavailable · risk review · score 9 · status changed

Evidence

Static findings

4 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@aave-dao/aave-delivery-infrastructure="github:aave-dao/aave-delivery-infrastructure"8
mediumRemote Dependency Specpackage.jsondevDependencies.@aave-dao/aave-governance-v3="github:aave-dao/aave-governance-v3"8
mediumRemote Dependency Specpackage.jsondevDependencies.@aave-dao/aave-price-feeds="github:aave-dao/aave-price-feeds"8
mediumRemote Dependency Specpackage.jsondevDependencies.@aave-dao/solidity-utils="github:aave-dao/solidity-utils"8

Manifest

Package metadata

Scripts10
  • buildtsdown
  • cleanrm -rf .turbo && rm -rf node_modules && rm -rf dist
  • devtsdown --watch
  • generatenpm run generate:explorers && npm run generate:rpcs && npm run generate:abis && npm run generate:chainlink && npm run generate:snapshot-org
  • generate:abisbun src/scripts/abi.ts
  • generate:chainlinkbun src/scripts/chainlink.ts
  • generate:explorersbun src/scripts/explorer.ts
  • generate:rpcsbun src/scripts/rpc.ts
  • generate:snapshot-orgbunx genql --endpoint https://hub.snapshot.org/graphql --output ./src/ecosystem/generated/snapshot-org
  • testvitest
Dependencies4
  • bs58^6.0.0
  • diff^8.0.3
  • eventsource^4.1.0
  • js-yaml^4.1.0