Dongfang Caifu Research Reports
AdvisoryAudited by Static analysis on May 7, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
You would be installing and running external Python code that was not part of this scan.
The skill instructs users to obtain and run code from an external GitHub repository, while the reviewed package itself contains no runnable code or lockfile. This is purpose-aligned but leaves code and dependency provenance to the user.
git clone https://github.com/manymore13/eastmoney.git cd eastmoney pip install -r requirements.txt
Inspect the GitHub repository before installing, use a virtual environment, and prefer pinned/verified dependency versions if available.
Using bulk download could save a large number of PDFs locally and consume bandwidth or storage.
The tool documents a bulk-download mode that can fetch many reports. This is disclosed and fits the tool’s purpose, but it can have practical impact on disk space, bandwidth, and the remote service.
# --all = 下载所有能找到的研报(注意:会下载很多!)
Start with small page sizes, set an explicit output directory, and use `--all` only when you intentionally want a large download.
