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.

Versions published
1
First published
Jun 2026
Publisher
npm_avaralabs

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"}'
Publishernpm_avaralabs
Artifact bytes1,205,024
Previous versionnone
Published2026-06-02T12:12:21.626Z
SHA-2564317c7b085ef36866f69223aff813aaa0a9e3d641e6f147d64da217d74d9b251

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
32Score
0.4.0Version
Status history (1 event)
  1. newavailable · risk review · score 32 · 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