euler-v2-plugin
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a mandatory 'Live Trading Confirmation Protocol' that prevents autonomous or accidental on-chain transactions by requiring typed user confirmation, session-bounded risk limits, and explicit previews for every write operation.
- [SAFE]: Pre-flight installation scripts for both the
onchainosCLI and the core plugin binary perform cryptographic SHA256 checksum verification against expected hashes before execution, protecting against tampered downloads. - [EXTERNAL_DOWNLOADS]: The skill downloads necessary tools and its core binary from official vendor repositories under the okx organization on GitHub. These downloads are performed over secure connections and verified as part of the standard setup flow.
- [COMMAND_EXECUTION]: The plugin binary executes the
onchainosCLI to facilitate wallet interactions. These calls are restricted to the primary purpose of the skill and include business attribution metadata for strategy tracking. - [SAFE]: Network operations are restricted to well-known DeFi APIs (Euler Finance, Merkl) and official blockchain RPC endpoints defined in the configuration, with no evidence of unauthorized data exfiltration or sensitive file access.
Audit Metadata