boar-strategy
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's logic is transparent and aligned with its stated purpose of implementing a dual-book trading strategy. It uses modular components (producer script and runtime config) to separate signal generation from execution.
- [EXTERNAL_DOWNLOADS]: Fetches required scripts and configuration files from the vendor's official GitHub repository (
github.com/Senpi-ai/senpi-skills). This is a documented installation step for this author's skills. - [COMMAND_EXECUTION]: Provides standard shell commands in the README for environment setup and for launching the producer scripts as background daemons (
setsid,disown). These are benign operations necessary for the skill's persistence. - [DATA_EXFILTRATION]: Transmits trading signals to the vendor's MCP (Model Context Protocol) endpoint using the
SenpiClientSDK. This behavior is the primary function of the producer script and is correctly scoped to the vendor's infrastructure.
Audit Metadata