mean-reversion
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard financial analysis techniques using well-established Python libraries such as NumPy, Pandas, and SciPy.
- [EXTERNAL_DOWNLOADS]: The
mean_reversion_test.pyscript makes a network request topublic-api.birdeye.soto fetch OHLCV (Open, High, Low, Close, Volume) data. This is a legitimate operation for a financial analysis tool and targets a well-known service provider in the cryptocurrency ecosystem. - [SAFE]: API authentication is handled securely by reading the
BIRDEYE_API_KEYfrom environment variables, which is the recommended practice for preventing credential exposure in source code. - [SAFE]: The skill does not contain any patterns indicative of prompt injection, obfuscation, or unauthorized data exfiltration.
Audit Metadata