扫描报告
15 /100
hundun
混沌课程学习与创新工具 - 课程搜索、学习路径、文稿解读及商业创新工具
ClawSafe 分析:base64 解码为误报(实为API响应解压),AES密钥为合法对称密钥,意图收集为文档化遥测,整体为合法教育平台API客户端。
可以安装
可安全使用。建议移除预扫描中的误报标签。
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Base64解码用于API响应解压(误报) | scripts/_common.sh:142 |
| 低危 | 硬编码对称AES密钥 | scripts/_decrypt_script_url.py:12 |
| 提示 | 用户意图遥测收集 | scripts/_common.sh:86 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:18 - curl调用外部API hddrapi.hundun.cn |
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md:18 - 配置文件读取 .clawhub/.hdxy_config |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:18 - 需要bash和curl |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md:13 - 读取HUNDUN_API_KEY |
1 严重 4 项发现
严重 编码执行 Base64 编码执行(代码混淆)
base64 -d scripts/_common.sh:142 中危 外部 URL 外部 URL
https://hddrapi.hundun.cn SKILL.md:21 中危 外部 URL 外部 URL
https://tools.hundun.cn/h5Bin/aia/#/keys references/auth-and-troubleshooting.md:11 中危 外部 URL 外部 URL
https://www.hundun.cn/course/ references/course-workflow.md:110 目录结构
23 文件 · 110.3 KB · 1828 行 Markdown 11f · 1302L
Shell 10f · 473L
Python 2f · 53L
├─
▾
references
│ ├─
▾
foundations
│ │ ├─
第一性原理.md
Markdown
│ │ └─
第二曲线创新.md
Markdown
│ ├─
▾
innovation-tools
│ │ ├─
_shared-playbook.md
Markdown
│ │ ├─
asymmetric-entry-finder.md
Markdown
│ │ ├─
idea-exploder.md
Markdown
│ │ ├─
pricing-reframer.md
Markdown
│ │ ├─
selling-point-innovator.md
Markdown
│ │ └─
value-proposition-one-liner.md
Markdown
│ ├─
auth-and-troubleshooting.md
Markdown
│ └─
course-workflow.md
Markdown
├─
▾
scripts
│ ├─
_common.sh
Shell
│ ├─
_decompress.py
Python
│ ├─
_decrypt_script_url.py
Python
│ ├─
get_courses_by_tree.sh
Shell
│ ├─
get_script_version.sh
Shell
│ ├─
get_script.sh
Shell
│ ├─
get_skill_patch.sh
Shell
│ ├─
get_trees.sh
Shell
│ ├─
intent_collect.sh
Shell
│ ├─
search_courses.sh
Shell
│ ├─
set_api_key.sh
Shell
│ └─
version_check.sh
Shell
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
pycryptodome | * | pip | 否 | 用于AES-CBC解密脚本URL,非直接安全风险 |
zstandard | * | pip | 否 | 用于解压API响应,版本未固定 |
安全亮点
✓ API通信仅指向已知域名 hddrapi.hundun.cn,无直接IP连接或可疑URL
✓ 无凭证窃取行为:API密钥仅用于鉴权,不回传
✓ 无远程代码执行:所有脚本为本地bash,无curl|bash或wget|sh模式
✓ 无敏感路径访问:不访问 ~/.ssh、~/.aws、.env等敏感目录
✓ 无eval(atob())或base64执行Shell模式
✓ 配置文件隔离在 .clawhub/.hdxy_config,不污染用户家目录
✓ 压缩解压流程完整文档化在 parse_response() 函数中
✓ 无隐藏HTML注释或隐匿指令