QuickSwap V3 DEX
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's installation scripts fetch the 'onchainos' CLI and verification tools from the official OKX GitHub repository, which is a trusted organization. It also downloads its own executable binary from the author's verified public GitHub releases.
- [COMMAND_EXECUTION]: The plugin interacts with the local environment by executing the 'onchainos' CLI tool. This architectural design is a security feature, as it allows the plugin to perform complex blockchain operations without ever needing direct access to the user's private keys or sensitive wallet credentials.
- [SAFE]: The skill implements a robust execution flow that includes mandatory price quotes and transaction previews (dry-runs). It explicitly instructs the AI agent to obtain user confirmation before broadcasting any transactions on-chain.
- [SAFE]: Data integrity is maintained by prioritizing authoritative on-chain data from Polygon RPC nodes for transaction parameters, using subgraph data only for non-critical informational purposes like pool rankings.
Audit Metadata