morning-briefing
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes a local Python script
scripts/morning_briefing.pyto aggregate and format market data. This is the primary function of the skill and aligns with its stated purpose. - [EXTERNAL_DOWNLOADS]: Retrieves financial data and news from established platforms including Tushare (api.tushare.pro), Tencent Finance (gtimg.cn), and Cailianpress (cls.cn). These are recognized industry-standard sources for financial information in the region.
- [CREDENTIALS_UNSAFE]: Accesses the
TUSHARE_TOKENfrom environment variables (sourced from~/.zshrc). This is a standard method for managing secrets in local automation scripts, ensuring that the token is not hardcoded in the source code.
Audit Metadata