stock-explorer
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill retrieves financial information from Yahoo Finance using the yfinance library. This is a well-known service and the activity aligns with the skill's stated purpose.
- [SAFE]: Technical indicators like RSI, MACD, and Bollinger Bands are computed locally within the script using the pandas library, ensuring no external code is executed for analysis.
- [SAFE]: Analysis of the source code confirms no hardcoded credentials, sensitive file access, or suspicious data exfiltration patterns.
- [SAFE]: The skill relies on established Python packages (yfinance, rich, pandas, plotille) installed from standard registries via pip.
- [SAFE]: The skill processes external data from Yahoo Finance by extracting specific numeric and string fields, which are then formatted for display, minimizing the risk of indirect instruction injection.
Audit Metadata