dire-strategy
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
dire_config.pyanddire-scanner.pyscripts utilize thesubprocessmodule to invoke themcporterCLI tool. This is a legitimate architectural choice for executing trades and retrieving market data directly from the Senpi trading environment, bypassing the LLM for latency and reliability reasons. - [DATA_EXFILTRATION]: The skill interacts with market data and strategy state via official platform APIs. It maintains local state files within the
state/directory to manage trade counters and drawdown gates. There is no evidence of sensitive data being transmitted to unauthorized external domains or third-party services. - [SAFE]: The overall logic and implementation of the skill are consistent with its stated purpose. It follows industry best practices for trading agents, such as using isolated margin, implementing daily entry caps, and ensuring mandatory stop-loss attachment for all positions.
Audit Metadata