stock-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's behavior is consistent with its stated purpose of analyzing stock market data. It uses standard Python libraries for data processing and mathematical analysis.
- [EXTERNAL_DOWNLOADS]: The skill fetches real-time and historical stock data from Sina Finance's official domains (
hq.sinajs.cnandmoney.finance.sina.com.cn). These are well-known services for financial data, and the operations are performed using therequestslibrary without executing remote content. - [COMMAND_EXECUTION]: The skill involves running local Python scripts (
fetch_stock_data.pyandanalyze_stock.py) to process data. These scripts useargparsefor safe argument handling and do not invoke subshells or dangerous system commands. - [DATA_EXFILTRATION]: There is no evidence of sensitive data exfiltration. Network activity is limited to fetching public stock information from established financial APIs.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on operational steps for technical analysis and do not contain patterns intended to bypass AI safety guidelines or override system prompts.
Audit Metadata