pangolin-strategy
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
pangolin-producer.pyandpangolin_config.pyscripts utilizesubprocess.runto interact with platform-standard CLI tools likemcporter(for market data access) andopenclaw(for signal ingestion). These calls use structured argument lists rather than shell strings, preventing command injection vulnerabilities. The operations are essential for the skill's functionality within the trading ecosystem.- [EXTERNAL_DOWNLOADS]: Installation instructions inSKILL.mddirect the user to download strategy files from theSenpi-aiGitHub organization. This source is the official repository for the skill's author and is recognized as a trusted vendor source.- [PROMPT_INJECTION]: Theruntime.yamlconfiguration defines an LLM-based decision gate for opening positions. The prompt provided for this gate contains operational logic and validation rules for trading signals. It does not attempt to override platform safety filters, extract system instructions, or behave in a malicious or deceptive manner.- [SAFE]: The skill follows the intended architectural patterns for a trading strategy on this platform. It implements proper state management, reentrancy guards for scheduled tasks, and adheres to the principle of least privilege by separating signal generation from execution.
Audit Metadata