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.md and references/transaction_lifecycle.md demonstrates the use of the solders library 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 in scripts/get_quote.py and scripts/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 in references/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
Risk Level
SAFE
Analyzed
Mar 21, 2026, 02:36 PM
Security Audit — agent-trust-hub — dex-execution