aave-v3-plugin
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches required components, including the onchainos CLI installer and the aave-v3-plugin binary, from official okx GitHub repositories. The installation process for the CLI includes SHA256 checksum verification for integrity.
- [COMMAND_EXECUTION]: Interacts with the local environment via the onchainos CLI to execute blockchain transactions. Commands are constructed using parameters validated by the internal logic, such as Ethereum addresses and ABI-encoded data.
- [DATA_EXFILTRATION]: No unauthorized data access or exfiltration patterns were detected. The skill accesses public blockchain data and wallet statuses through standard RPC calls and the onchainos interface, which is consistent with its DeFi management purpose.
- [PROMPT_INJECTION]: No malicious prompt injection or instructions to bypass safety guardrails were found. The skill maintains a clear trust boundary and warns the agent to treat external data as untrusted.
- [SAFE]: Implements robust safety protocols, including mandatory user confirmation flags for all state-changing transactions and health factor monitoring to proactively warn users of liquidation risks.
Audit Metadata