dex-execution
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the signing and submission of Solana blockchain transactions. Evidence in
SKILL.mdandreferences/transaction_lifecycle.mddemonstrates the use of thesolderslibrary to sign transaction bytes and the use of RPC methods to broadcast them to the network.\n- [EXTERNAL_DOWNLOADS]: Fetches swap quotes, token metadata, and priority fee estimates from official Jupiter and Helius API endpoints. These network operations, found inscripts/get_quote.pyandscripts/simulate_swap.py, target well-known infrastructure providers within the Solana ecosystem.\n- [SAFE]: The skill implements a robust security model that includes mandatory user confirmation for all trades. As documented inreferences/safety_checklist.md, the pipeline enforces token validation, price impact limits, and slippage caps, while ensuring that sensitive private keys are managed through environment variables rather than hardcoded in the source.
Audit Metadata