Provides financial analysis of listed companies, including valuation ratios, profitability metrics, financial health indicators, and DCF-based valuation models.
Security Analysis
high confidenceThe skill's code, instructions, and requirements are consistent with a financial-analysis tool that pulls market/fundamental data via AkShare/东方财富 and performs valuation metrics and DCF; nothing in the package requests unrelated credentials, installs unexpected software, or attempts data exfiltration.
Name/description, SKILL.md, and the included Python implementation all focus on stock valuation metrics and DCF; required dependencies (akshare/pandas/numpy) align with that purpose and no unrelated credentials or binaries are requested.
Runtime instructions limit actions to installing dependencies and using AkShare/东方财富 APIs to fetch financial data and compute metrics. The SKILL.md does not instruct reading unrelated files, environment variables, or sending data to unexpected external endpoints.
There is no automated install spec in the registry (instruction-only). SKILL.md suggests pip installing akshare/pandas/numpy which is expected. No downloads from untrusted URLs or archive extraction are present.
The skill requires no environment variables, credentials, or config paths. The code only uses network calls via AkShare to public data sources; requested privileges are minimal and proportionate.
always is false and the skill does not modify other skills or system-wide agent settings. It does not request persistent presence or elevated privileges.
Guidance
This package appears coherent for financial analysis: it fetches market and fundamental data using AkShare/东方财富 and computes metrics/DCF. Before installing, note that (1) AkShare performs network requests to public Chinese market data providers so it requires network access and results depend on those APIs' correctness and licensing, (2) the DCF implementation is a simplified model and relies on specific AkShare column names (may fail for some tickers), and (3) you should vet akshare and any pip packages you install for supply-chain risks if you need high-assurance deployments. If you need offline, audited data or special privacy controls, do not enable network access for untrusted environments.
Latest Release
v1.0.0
Initial release: PE/PB/ROE/DCF 估值/财务健康度分析工具
More by @gbabyzs
Published by @gbabyzs on ClawHub