saturnswap-limit-orders
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a secure transaction workflow by only producing unsigned transaction hex strings, requiring a separate operator for the signing process to protect user credentials.
- [SAFE]: Relative path imports are used to access the SaturnSwap client (../../../scripts/saturnswap-client.js), ensuring dependency on verified internal infrastructure rather than unvetted remote code.
- [SAFE]: The inclusion of price checks in the preview script (scripts/preview-limit.js) provides a safety mechanism to prevent users from executing trades at significantly disadvantageous prices.
- [SAFE]: All command-line inputs and API-returned values are handled with appropriate parsing and used solely for transaction construction or user information, with no evidence of prompt injection or data exfiltration patterns.
Audit Metadata