扫描报告
10 /100
stock-decision
A 股投资决策助手 - 从共享记忆读取持仓,生成投资决策报告
A legitimate stock investment decision-making skill with no malicious behavior detected. All declared features are implemented, with minor documentation discrepancies that have no security impact.
可以安装
This skill is safe to use. Consider pinning the requests library version in requirements.txt for better dependency hygiene.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Undocumented external import | skill.py:13 |
| 低危 | Unimplemented feature in documentation | SKILL.md:41 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | skill.py:175 reads SHARED_MEMORY.md |
| 文件系统 | WRITE | WRITE | ✓ 一致 | skill.py:178 writes to ~/.openclaw/decisions/ |
| 网络访问 | READ | READ | ✓ 一致 | skill.py:45 fetches from qt.gtimg.cn |
| 命令执行 | NONE | NONE | — | No subprocess calls found |
| 环境变量 | NONE | NONE | — | No credential harvesting observed |
5 项发现
中危 外部 URL 外部 URL
https://open.feishu.cn/open-apis/bot/v2/hook/xxx README.md:24 中危 外部 URL 外部 URL
https://docs.openclaw.ai SKILL.md:77 中危 外部 URL 外部 URL
https://discord.com/invite/clawd SKILL.md:78 中危 外部 URL 外部 URL
https://clawhub.ai/skills/stock-decision package.json:9 中危 外部 URL 外部 URL
https://qt.gtimg.cn/q= skill.py:45 目录结构
5 文件 · 10.3 KB · 374 行 Python 1f · 220L
Markdown 2f · 143L
JSON 1f · 10L
Text 1f · 1L
├─
package.json
JSON
├─
README.md
Markdown
├─
requirements.txt
Text
├─
SKILL.md
Markdown
└─
skill.py
Python
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
requests | * | pip | 否 | Version not pinned - consider constraining to requests>=2.28.0 |
安全亮点
✓ No credential harvesting or exfiltration observed
✓ No shell command injection vulnerabilities
✓ No suspicious network connections to unknown IPs
✓ No base64 encoded payloads or obfuscated code
✓ No access to sensitive paths like ~/.ssh or ~/.aws
✓ No remote script execution patterns
✓ Stock price API (qt.gtimg.cn) is a legitimate financial data source
✓ Reports are written only to the designated ~/.openclaw/decisions directory