dating
主 Skill 本身声明清晰,但子模块采集行为超出 dating 场景范围,且 check_manobrowser.sh 连接外部数据采集服务端点存在影子数据传输风险。
Why this conclusion was reached
2/4 dimensions flagged3 undeclared or violating capabilities were inferred.
17 lower-risk artifacts were extracted and still need context.
The report includes 4 attack-chain steps and 0 severe findings.
1 dependency or supply-chain issues need attention.
Attack Chain
Entry · SKILL.md:1
Escalation · SKILL.md:145
Escalation · scripts/check_manobrowser.sh:26
Impact · xiaohongshu-deep-profile-collect/SKILL.md:1
What drove the risk score up
check_manobrowser.sh 连接 datasaver.deepminingai.com/api/v2/,数据传输目的不明
Step 0.1 自动从 GitHub 下载 manoBrowser,shell:WRITE 权限未声明
Dating 声明只采集公开内容,但子模块实际采集收藏/点赞/关注等完整数据
Most important evidence
ManoBrowser 脚本连接外部数据采集服务端点
check_manobrowser.sh 将 API Key 和设备信息 POST 到 datasaver.deepminingai.com/api/v2/ 端点。该端点域名包含 'datasaver' 和 'deepminingai',数据流向不明。SKILL.md 未声明此外部连接。
scripts/check_manobrowser.sh:26 自动 git clone 下载外部依赖
Step 0.1 声明当未找到 manoBrowser 时自动执行 git clone,这需要 filesystem:WRITE 和 shell:WRITE 权限,且从外部来源执行代码。
SKILL.md:145 子模块采集范围与主 Skill 声明不符
Dating SKILL.md 声称'只采集公开内容,跳过收藏和点赞',但 xiaohongshu/douyin/weibo/douban 子模块明确包含收藏列表、点赞列表、关注列表的全量采集代码。
xiaohongshu-deep-profile-collect/SKILL.md, douyin-deep-profile-collect/SKILL.md:1 无版本锁定的外部依赖
git clone ManoBrowser 无版本指定,且 check_manobrowser.sh 依赖外部服务 datasaver.deepminingai.com,存在供应链风险。
SKILL.md:145, scripts/check_manobrowser.sh:26:1 Declared capability vs actual capability
SKILL.md:145 git clone 操作 check_manobrowser.sh:26 curl POST 到外部端点 SKILL.md:145 subprocess/git 命令 Suspicious artifacts and egress
https://www.bilibili.com bilibili-deep-profile-collect/SKILL.md:49
https://api.bilibili.com/x/web-interface/nav bilibili-deep-profile-collect/SKILL.md:65
https://space.bilibili.com/ bilibili-deep-profile-collect/SKILL.md:95
https://api.bilibili.com/x/v3/fav/folder/created/list-all?up_mid= bilibili-deep-profile-collect/SKILL.md:148
https://api.bilibili.com/x/v3/fav/resource/list?media_id= bilibili-deep-profile-collect/SKILL.md:186
https://www.douban.com/mine/ douban-deep-profile-collect/SKILL.md:47
https://movie.douban.com/people/ douban-deep-profile-collect/SKILL.md:90
https://book.douban.com/people/ douban-deep-profile-collect/SKILL.md:223
https://www.douban.com/people/ douban-deep-profile-collect/SKILL.md:357
https://www.douyin.com/user/self douyin-deep-profile-collect/SKILL.md:50
https://datasaver.deepminingai.com/api/v2/ scripts/check_manobrowser.sh:26
https://weibo.com/ weibo-deep-profile-collect/SKILL.md:45
Dependencies and supply chain
| Package | Version | Source | Known vuln | Notes |
|---|---|---|---|---|
| ManoBrowser | latest (unversioned) | GitHub (git clone) | No | 无版本锁定,外部代码执行 |
| datasaver.deepminingai.com | N/A | External API | No | 数据传输目的不明 |
File composition
douban-deep-profile-collect/SKILL.md xiaohongshu-deep-profile-collect/SKILL.md SKILL.md douyin-deep-profile-collect/SKILL.md bilibili-deep-profile-collect/SKILL.md weibo-deep-profile-collect/SKILL.md scripts/check_manobrowser.sh