ohlcv-processing
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard financial data preparation workflows, including resampling and normalization, using industry-standard libraries like pandas and numpy.
- [EXTERNAL_DOWNLOADS]: Fetches market data from the official Birdeye API (public-api.birdeye.so), which is a recognized service for cryptocurrency time-series data.
- [SAFE]: Sensitive information is handled correctly; the scripts access the Birdeye API key via environment variables (BIRDEYE_API_KEY) rather than using hardcoded secrets.
- [SAFE]: The processing scripts include comprehensive data validation and sanitization, such as enforcing numeric types, checking for impossible candle values, and detecting price anomalies to ensure data integrity.
- [SAFE]: No evidence of prompt injection, unauthorized network operations, or dynamic code execution was found across the skill's instructions and scripts.
Audit Metadata