stock-info-explorer
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its primary function of fetching financial data from Yahoo Finance using the well-established
yfinancelibrary. This is a recognized well-known service for market data. - [SAFE]: Technical indicator computations (RSI, MACD, Bollinger Bands, VWAP, ATR) are executed locally using
pandas, ensuring no sensitive data is sent to third-party APIs for calculation. - [SAFE]: High-resolution charts are generated using
matplotlibandmplfinanceand saved to the system's temporary directory (/tmp/). This is a standard and safe method for handling ephemeral visual output. - [SAFE]: Command execution is limited to the skill's own scripts via
uv run, and inputs are handled using theargparselibrary, providing basic protection against command injection. - [SAFE]: All identified dependencies (
yfinance,rich,pandas,plotille,matplotlib,mplfinance) are reputable packages from the official Python Package Index (PyPI).
Audit Metadata