可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
kuaishou-genius-actual
API testing tool for Kuaishou Genius budget/actual data flow
This is a legitimate internal Kuaishou API testing/analysis tool with no malicious behavior detected. All functionality is clearly documented and implemented as stated.
技能名称kuaishou-genius-actual
分析耗时45.1s
引擎pi
可以安装
This skill is safe to use. Ensure users provide only their own session cookies and avoid sharing credentials across untrusted environments.
资源类型声明权限推断权限状态证据
网络访问 READ READ ✓ 一致 genius_client.py:50 urllib.request.urlopen
命令执行 WRITE WRITE ✓ 一致 genius_api_probe.sh:25 curl commands
2 项发现
🔗
中危 外部 URL 外部 URL
https://genius.corp.kuaishou.com
SKILL.md:24
🔗
中危 外部 URL 外部 URL
https://genius.corp.kuaishou.com/management-yearly/actual
SKILL.md:102

目录结构

6 文件 · 15.4 KB · 423 行
Python 1f · 211L Markdown 1f · 156L Shell 1f · 53L JSON 3f · 3L
├─ 📁 scripts
│ ├─ 📋 detail_2026_group.json JSON 1L · 216 B
│ ├─ 📋 detail.json JSON 1L · 216 B
│ ├─ 🔧 genius_api_probe.sh Shell 53L · 1.5 KB
│ ├─ 🐍 genius_client.py Python 211L · 8.1 KB
│ └─ 📋 products.json JSON 1L · 196 B
└─ 📝 SKILL.md Markdown 156L · 5.2 KB

安全亮点

✓ No obfuscation or encoded payloads detected
✓ No credential harvesting from environment variables
✓ No data exfiltration or C2 communication
✓ No subprocess/eval/exec patterns found
✓ No sensitive file path access (~/.ssh, ~/.aws, .env)
✓ All network requests target documented internal Kuaishou domain only
✓ Code is clean, readable Python and shell with no hidden functionality
✓ No supply chain risks - uses only stdlib urllib and standard curl
✓ Documentation accurately describes all implemented functionality