jaguar-strategy
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The utility script
scripts/jaguar_config.pyemployssubprocess.runto interface with themcporterCLI tool. This interaction is restricted to fetching market data and account status. The command is constructed as a list of strings without shell invocation, which effectively prevents shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The documentation references official Senpi resources and repositories for licensing and configuration. No unverified third-party dependencies or remote scripts are downloaded or executed by the skill.
- [DATA_EXFILTRATION]: Instructions are provided for the local configuration of wallet addresses and Telegram chat IDs. These values are used exclusively for local state management and legitimate notifications; no patterns of unauthorized data exfiltration were detected.
- [SAFE]: The overall architecture follows best practices for a trading bot, including local state atomicity, clear separation of configuration and logic, and reliance on platform-provided tools for sensitive operations.
Audit Metadata