cheetah-strategy
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a legitimate trading strategy focusing on the HYPE token. All network operations use the 'mcporter' tool to communicate with official Senpi-ai MCP tools (e.g., 'market_get_asset_data', 'strategy_get_clearinghouse_state').
- [SAFE]: Data handling is localized to the strategy's workspace. State and configuration files are managed using atomic write operations to prevent data corruption, and sensitive information like wallet addresses are retrieved from environment variables or local config files.
- [COMMAND_EXECUTION]: The skill uses
subprocess.runto execute themcporterCLI tool. This is a standard pattern for Senpi-ai skills to interface with the underlying agent platform and does not involve arbitrary or untrusted command strings. - [EXTERNAL_DOWNLOADS]: The documentation references a DSL specification hosted on a trusted GitHub repository (
github.com/Senpi-ai/*). No automated remote code execution or untrusted package installations were detected.
Audit Metadata