lemon-strategy
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a 'Degen Fader' contrarian trading strategy. Its behavior is consistent with its stated purpose of scanning crypto markets and executing trades based on specific technical indicators.
- [COMMAND_EXECUTION]: The script
scripts/lemon_config.pyusessubprocess.runto execute themcportertool. This is a standard integration pattern for the Senpi trading platform to perform market analysis and account management. - [EXTERNAL_DOWNLOADS]: The documentation includes
curlcommands to fetch configuration and script files fromgithub.com/Senpi-ai/senpi-skills. These downloads target the official repository of the skill's author and are used for installation purposes. - [CREDENTIALS_UNSAFE]: The skill correctly handles sensitive information by using placeholders like
${WALLET_ADDRESS}and environment variables (e.g.,LEMON_WALLET), rather than hardcoding actual secrets.
Audit Metadata