股票价值投资分析
PassAudited by ClawScan on Apr 1, 2026.
Overview
The skill's code, docs, and runtime instructions are consistent with a stock valuation toolkit; it requires Python packages and network data (AKShare) but does not request unrelated secrets or suspicious installs.
This skill appears to be what it says: a value-investing analysis toolkit. Before installing or running: (1) ensure you have a Python runtime and create an isolated virtualenv; the manifest omits declaring Python though the SKILL.md runs `python scripts/...`; (2) install dependencies from requirements.txt (akshare will fetch market data from the internet); (3) review and vet the referenced pdf-parser skill because it will process any PDFs you upload (sensitive documents); (4) inspect watchlist/cron usage in scripts you plan to run to avoid unintended periodic network activity; (5) note the license prohibits commercial redistribution; and (6) do not run the scripts with elevated privileges or on systems containing sensitive credentials—no credentials are required, but the scripts will make outbound network calls. If you need higher assurance, run the scripts locally in a sandbox or review the remaining truncated script files (watchlist_manager and red_flag_checker) for any unexpected behavior before use.
