扫描报告
5 /100
finresearchclaw
Finance, accounting, and investment research automation via the FinResearchClaw repo
Legitimate finance research automation skill that safely clones a public GitHub repo and runs documented research workflows with no hidden functionality.
可以安装
No action needed. The skill is safe for use.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | allowedTools not explicitly declared in SKILL.md 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✓ 一致 | SKILL.md references writing to ~/.openclaw/workspace/ |
| 网络访问 | NONE | READ | ✓ 一致 | install_or_update.sh clones from github.com |
| 命令执行 | NONE | WRITE | ✓ 一致 | run_finance_example.sh executes pip install and researchclaw |
目录结构
6 文件 · 5.5 KB · 178 行 Markdown 2f · 112L
Shell 3f · 61L
JSON 1f · 5L
├─
▾
references
│ └─
examples.md
Markdown
├─
▾
scripts
│ ├─
choose_runner.sh
Shell
│ ├─
install_or_update.sh
Shell
│ └─
run_finance_example.sh
Shell
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ All shell operations are fully documented in SKILL.md helper scripts section
✓ No credential access attempted (no ~/.ssh, ~/.aws, .env reads)
✓ No base64, obfuscation, or eval patterns found
✓ No external IP connections beyond github.com
✓ No data exfiltration or C2 indicators
✓ Repo operations limited to a single well-known GitHub source
✓ pip install uses editable mode (-e) from a pinned local path only
✓ No cron, persistence, or backdoor mechanisms
✓ Scripts use set -euo pipefail for safe execution
✓ No high-risk indicators (reverse shell, credential harvesting, curl|bash)