初始版本:支持 28+ 新闻源、10+ LLM 模型、情感分析、图表生成、数据持久化、定时任务
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The finance-news-analyzer bundle is a comprehensive and well-documented tool for financial market sentiment analysis. It includes scripts for fetching news, performing sentiment analysis via various LLM APIs (OpenAI, Anthropic, DashScope, etc.), persisting data in a local SQLite database (database.py), and generating visual reports (charts.py). While the tool utilizes potentially risky capabilities such as subprocess execution in scheduler.py and environment variable access for API keys, these behaviors are strictly aligned with the stated functional requirements. No evidence of malicious intent, data exfiltration, or prompt injection attacks was found across the code or documentation.
