Scan Report
15 /100
hundun
混沌课程学习与创新工具 - 课程搜索、学习路径、文稿解读及商业创新工具
ClawSafe 分析:base64 解码为误报(实为API响应解压),AES密钥为合法对称密钥,意图收集为文档化遥测,整体为合法教育平台API客户端。
Safe to install
可安全使用。建议移除预扫描中的误报标签。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | Base64解码用于API响应解压(误报) | scripts/_common.sh:142 |
| Low | 硬编码对称AES密钥 | scripts/_decrypt_script_url.py:12 |
| Info | 用户意图遥测收集 | scripts/_common.sh:86 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md:18 - curl调用外部API hddrapi.hundun.cn |
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:18 - 配置文件读取 .clawhub/.hdxy_config |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:18 - 需要bash和curl |
| Environment | READ | READ | ✓ Aligned | SKILL.md:13 - 读取HUNDUN_API_KEY |
1 Critical 4 findings
Critical Encoded Execution Base64 编码执行(代码混淆)
base64 -d scripts/_common.sh:142 Medium External URL 外部 URL
https://hddrapi.hundun.cn SKILL.md:21 Medium External URL 外部 URL
https://tools.hundun.cn/h5Bin/aia/#/keys references/auth-and-troubleshooting.md:11 Medium External URL 外部 URL
https://www.hundun.cn/course/ references/course-workflow.md:110 File Tree
23 files · 110.3 KB · 1828 lines 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
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
pycryptodome | * | pip | No | 用于AES-CBC解密脚本URL,非直接安全风险 |
zstandard | * | pip | No | 用于解压API响应,版本未固定 |
Security Positives
✓ 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注释或隐匿指令