Financial Analysis

v1.0.0

Provides financial analysis of listed companies, including valuation ratios, profitability metrics, financial health indicators, and DCF-based valuation models.

1· 381·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97adg3n4pepx7fgre6dhvthp982y631

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments