dire-strategy
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The helper script
scripts/dire_config.pyusessubprocess.runto invoke themcportercommand-line utility. This tool is the standard interface for the Senpi platform and is used here for legitimate operations such as fetching market data (market_get_asset_data) and managing trading positions (create_position,ratchet_stop_add). - [SAFE]: The main scanner script
scripts/dire-scanner.pyemploys__import__("pathlib")to dynamically resolve the script's directory. This is a common and safe practice in Python for managing local module imports without hardcoding absolute paths. - [SAFE]: No hardcoded credentials or sensitive data were found. The skill follows best practices by allowing users to provide wallet addresses and strategy identifiers through environment variables or a local JSON configuration file.
- [SAFE]: The skill implements safety gates such as a drawdown circuit breaker (Rule 9) and daily entry caps (Rule 2) to manage trading risk and protect user capital.
Audit Metadata