stock-analyzer
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
os.system('chcp 65001 > nul')ingenerate_report.pyandtests/test_full_comparison.py. This is a standard command to set the Windows console encoding to UTF-8, ensuring correct display of Traditional Chinese characters in the terminal. This operation is benign and poses no security threat. - [EXTERNAL_DOWNLOADS]: The
StockAnalyzerclass inscripts/main.pyfetches financial data from Yahoo Finance using theyfinancelibrary. Yahoo Finance is a well-known service, and downloading this data is a core requirement for the tool's functionality. - [PROMPT_INJECTION]: The skill's activation configuration in
SKILL.mdandSKILL_zh-TW.mdis strictly focused on stock analysis queries. No instructions were found that attempt to bypass safety filters or extract system prompts.
Audit Metadata