This report was generated in Chinese. Some content may be in Chinese.
Trusted — Risk Score 5/100
Last scan:2 hr ago Rescan
5 /100
weibo-hot-search-anonymous
无需登录微博账号,匿名抓取微博实时热搜榜并保存为 Markdown 文件
这是一个合法的微博热搜匿名抓取工具,通过 Chrome DevTools Protocol 控制浏览器访问微博页面并采集热搜数据保存为 Markdown,功能与声明一致,无恶意行为。
Skill Nameweibo-hot-search-anonymous
Duration23.2s
Enginepi
ClawHub Weibo Hot Search Anonymous v1.0.3 by kazemace
📥 324 📦 2
ClawHub Verdict Suspicious dangerous_execenv_credential_accessllm_suspicious
Safe to install
该技能安全可信,可正常使用。
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned scripts/weibo-hot-search.ts:9 writeFile
Network READ READ ✓ Aligned scripts/weibo-utils.ts:129 fetch weibo.com
Shell WRITE WRITE ✓ Aligned scripts/weibo-hot-search.ts:8 spawn 启动 Chrome
Browser WRITE WRITE ✓ Aligned scripts/weibo-hot-search.ts 全篇 CDP 控制逻辑
4 findings
🔗
Medium External URL 外部 URL
https://weibo.com/newlogin?tabtype=search
SKILL.md:15
🔗
Medium External URL 外部 URL
https://s.weibo.com/weibo?q=%23某热搜词%23
SKILL.md:61
🔗
Medium External URL 外部 URL
https://s.weibo.com/weibo?q=%23另一个热搜%23
SKILL.md:62
🔗
Medium External URL 外部 URL
https://s.weibo.com/weibo?q=%23热搜三%23
SKILL.md:63

File Tree

4 files · 25.9 KB · 692 lines
TypeScript 2f · 584L Markdown 2f · 108L
├─ 📁 scripts
│ ├─ 📜 weibo-hot-search.ts TypeScript 373L · 13.7 KB
│ └─ 📜 weibo-utils.ts TypeScript 211L · 7.6 KB
├─ 📝 LICENSE.md Markdown 7L · 906 B
└─ 📝 SKILL.md Markdown 101L · 3.7 KB

Security Positives

✓ 完全匿名抓取,无需微博账号 Cookie 或登录信息
✓ 广告条目自动过滤,置顶条目保留并标注
✓ 使用虚拟滚动策略完整采集约 50 条热搜
✓ 代码结构清晰,有完善的错误处理和超时机制
✓ 支持复用已有浏览器实例,提升效率
✓ 提供详细的故障排查指南