safe-transactions
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a robust security workflow for financial transactions by enforcing a specific order of operations: discover, inspect, simulate, build, and hand over unsigned.
- [SAFE]: Non-custodial design ensures the agent never has access to user funds or private keys, strictly limiting its output to unsigned transaction data that requires manual user signing in an external wallet.
- [SAFE]: The mandatory simulation step (
preview_action) acts as a critical safety check, identifying potential failures and position health impacts before a transaction is even built. - [INDIRECT_PROMPT_INJECTION]: While the skill ingests external market and user data which could serve as an injection surface, the structured tool-based workflow and mandatory preview phase provide strong mitigations. The skill also requires reporting all server-returned warnings to the user, ensuring transparency.
Audit Metadata