a-stock-kline-analyzer
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill is designed for financial data analysis and visualization. It performs technical indicator calculations (MA, MACD, RSI, Bollinger Bands) and identifies common K-line patterns based on market data.
- [EXTERNAL_DOWNLOADS]: The skill retrieves real-time price data from the Sina Finance API (hq.sinajs.cn) and historical data using the baostock library. These are well-known and standard sources for Chinese financial market data. The network activity is documented and appropriate for the skill's stated purpose.
- [DATA_EXFILTRATION]: No evidence of unauthorized data access or exfiltration was found. The skill does not access sensitive local file paths (such as SSH keys or environment variables) and only transmits stock codes to official data providers.
- [PROMPT_INJECTION]:
- Ingestion points: Stock names and market data fields are ingested from the Sina Finance and Baostock APIs in scripts/kline_analyzer.py.
- Boundary markers: The skill does not use specific delimiters or instructions to prevent the agent from following instructions potentially embedded in the fetched data fields.
- Capability inventory: The skill possesses network access via the requests library and file-writing capabilities via matplotlib (used for saving charts).
- Sanitization: While no explicit sanitization of API-retrieved strings is performed, the risk is negligible due to the trusted nature of the data providers.
Audit Metadata