aave
Warn
Audited by Snyk on Mar 19, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill repeatedly requires running the runtime command "npx fibx@latest" which fetches and executes remote code from the npm registry (e.g. https://registry.npmjs.org/fibx or via npx fibx@latest), so this is a required runtime external dependency that executes remote code.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is specifically designed to perform on-chain financial operations: it exposes explicit commands to supply, borrow, repay, and withdraw assets on the Aave V3 protocol (on Base). It requires ETH for gas, auto-wraps/unwraps ETH, instructs sending MAX_UINT256 for full repays/withdrawals, and references running CLI commands that interact with smart contracts. These are direct crypto/blockchain transaction capabilities (moving funds and managing positions), not generic tooling.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata