mantis-strategy
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The strategy utilizes the mcporter CLI and dsl-cli.py script to execute trades and manage risk. All external tool calls are made using structured argument lists in subprocess functions, preventing shell injection vulnerabilities.
- [SAFE]: The skill implements automated persistence through the creation of cron jobs for its scanner and stop-loss logic, which is standard and necessary for continuous trading operations.
- [SAFE]: Sensitive configuration parameters such as wallet addresses and strategy identifiers are retrieved from environment variables or local files, ensuring they are not hardcoded or exposed.
Audit Metadata