What problem does it solve?
This Skill eliminates the risk of catastrophic financial losses from accidental real cryptocurrency trading execution, unguarded order submission code, and unapproved trading mode configuration changes in trading bot systems.
Core Features & Use Cases
- Automated Code Auditing: Scans codebases for unguarded real order submission functions like submit_order, place_order, and exchange order endpoints.
- Trading Mode Validation: Ensures the default trading mode is set to paper_live, preventing accidental fallback to real live trading.
- Authorization Enforcement: Blocks unapproved changes to live trading code, requiring explicit sign-off for any real trading functionality modifications.
- Use Case: A developer working on a crypto trading bot can use this Skill to audit pull requests, catching unguarded order functions before they are merged and deployed, avoiding unintended real trades.
Quick Start
Use the no-real-trading-gate skill to audit the latest code changes for unguarded real order submission paths and validate that the default trading mode is set to paper_live.