ZJTJ-SAR指标计算器
AdvisoryAudited by Static analysis on Apr 30, 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.
A user may be encouraged to buy a stock based on a simplified automated score.
The skill turns calculated indicators into a buy recommendation. This is aligned with its stock-screening purpose, but it could influence financial decisions if over-trusted.
**总分 >= 60分 → 建议买入**
Treat the output as a screening signal only, and verify with independent data or professional advice before trading.
If the examples are run, behavior and results depend on the installed packages and AkShare data source.
The example workflow depends on external Python packages and APIs. This is expected for market-data analysis, but the supplied install metadata does not pin package sources or versions.
import akshare as ak import pandas as pd import numpy as np
Install dependencies from trusted sources, pin versions where possible, and review package provenance before running the example code.
A private watchlist or research target list could be exposed to the market-data provider when fetching data.
The skill discloses use of an external data provider. This is purpose-aligned, but user-supplied stock codes or watchlists used in the examples may be sent through that provider.
数据来源:AkShare(免费API)
Avoid submitting proprietary or sensitive watchlists if that disclosure matters, and review AkShare’s data and privacy behavior before use.
