lion-strategy
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's setup process involves downloading scripts and configuration files from the vendor's official GitHub repository (Senpi-ai/senpi-skills). This is a standard installation method for these skills.
- [COMMAND_EXECUTION]: The installation instructions utilize
npxandcurlto retrieve components and set up the local workspace. These commands are transparent and target known vendor resources. - [SAFE]: Sensitive information, including the
SENPI_AUTH_TOKENand wallet identifiers, is managed through environment variables rather than hardcoded values, adhering to security best practices. - [SAFE]: The trading logic (
lion-producer.py) uses platform-native MCP calls for data fetching and signal propagation. It includes safety checks such as liquidity gates, trend confirmation, and leverage clamping.
Audit Metadata