扫描报告
20 /100
akshare
Use AKShare for Chinese market and macro-finance data via Python. Fetches public A股/港股/美股/ETF/基金/指数/宏观/利率/债券/期货/商品/分红/财务 data.
Legitimate financial data retrieval tool (AKShare wrapper) with documented venv bootstrapping and a Python eval() expression runner; the eval() with full builtins is a minor concern but is core to the documented use case with no evidence of abuse.
可以安装
Accept for use. Monitor the venv path ($HOME/.openclaw/.venvs/akshare) for unexpected packages. Consider restricting eval builtins if future versions need tighter isolation.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Python eval() with full builtins exposed | scripts/akshare_eval.py:28 |
| 低危 | Unversioned pip install of akshare | scripts/bootstrap_akshare_env.sh:8 |
| 低危 | External social links not verified | SKILL.md:91 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md documents bash bootstrap; scripts/bootstrap_akshare_env.sh creates venv… |
| 文件系统 | WRITE | WRITE | ✓ 一致 | bootstrap_akshare_env.sh writes to $HOME/.openclaw/.venvs/akshare |
| 网络访问 | NONE | READ | ✓ 一致 | AKShare fetches public financial data from Chinese market APIs; this is the core… |
| 技能调用 | NONE | NONE | — | No skill-invocation patterns detected |
1 项发现
中危 外部 URL 外部 URL
https://x.com/btc_cczzc SKILL.md:92 目录结构
4 文件 · 5.6 KB · 214 行 Markdown 2f · 151L
Python 1f · 51L
Shell 1f · 12L
├─
▾
references
│ └─
common-recipes.md
Markdown
├─
▾
scripts
│ ├─
akshare_eval.py
Python
│ └─
bootstrap_akshare_env.sh
Shell
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
akshare | * | pip (PyPI) | 否 | No version pinned; bootstrap installs latest from PyPI |
pandas | * | akshare dependency | 否 | Transitive dependency, installed with akshare |
安全亮点
✓ No evidence of credential harvesting, key enumeration, or os.environ iteration
✓ No base64 decode/eval chains, no curl|bash or wget|sh remote execution
✓ No hidden instructions in comments or HTML
✓ No access to sensitive paths such as ~/.ssh, ~/.aws, or .env
✓ No network connections to external IPs outside of legitimate AKShare API calls
✓ The skill's core functionality (financial data retrieval) is straightforward and auditable