Scan Report
45 /100
kuaishou-genius-actual
Kuaishou Genius 预算/预测/实际页面 API 探测与分析工具
内部企业预算门户 API 探测工具,代码本身无恶意行为,但 --insecure 模式禁用 TLS 验证存在 MITM 风险,且工具设计用于提取内部业务敏感数据,意图不明。
Use with caution
若确为企业内部合法工具则可用,但需确保:1) 确认该工具已获企业安全团队授权;2) 禁用 --insecure 选项以防中间人攻击;3) 不要在生产环境外使用真实会话凭证。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | --insecure 模式禁用 TLS 证书校验 RCE | scripts/genius_client.py:94-97 |
| Medium | 工具面向内部业务敏感 API 接口 Sensitive Access | SKILL.md:1-156 |
| Low | genius_api_probe.sh 无错误处理 RCE | scripts/genius_api_probe.sh:1-53 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md; genius_api_probe.sh; genius_client.py |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md 声明使用 bash; genius_api_probe.sh 使用 curl |
| Filesystem | READ | READ | ✓ Aligned | genius_client.py L105: open(path, r) 读取 JSON payload 文件 |
2 findings
Medium External URL 外部 URL
https://genius.corp.kuaishou.com SKILL.md:24 Medium External URL 外部 URL
https://genius.corp.kuaishou.com/management-yearly/actual SKILL.md:102 File Tree
6 files · 15.4 KB · 423 lines Python 1f · 211L
Markdown 1f · 156L
Shell 1f · 53L
JSON 3f · 3L
├─
▾
scripts
│ ├─
detail_2026_group.json
JSON
│ ├─
detail.json
JSON
│ ├─
genius_api_probe.sh
Shell
│ ├─
genius_client.py
Python
│ └─
products.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 代码逻辑清晰,无混淆、Base64 编码或隐蔽数据外传
✓ SKILL.md 声明与代码行为基本一致,无显著阴影功能
✓ 仅使用标准库(urllib/curl),无第三方依赖,无供应链风险
✓ 无文件写入、无环境变量遍历、无凭证收割行为
✓ 网络请求仅限于声明的企业域名