Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Baidu Hot Real

v1.3.0

百度热搜榜实时抓取 - 直接从 top.baidu.com/board 获取真实热榜数据

1· 156·0 current·0 all-time
byTitans@iph0n3
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill claims to fetch and parse Baidu hot lists, and the bundled scripts do exactly that. However the package/registry metadata lists no required binaries while the runtime clearly invokes python3 and/or the 'openclaw web_fetch' tool. A legitimate deploy would normally declare python3 and the web_fetch tool as required. This mismatch is an incoherence to be aware of.
!
Instruction Scope
SKILL.md and scripts restrict network access to top.baidu.com and the code parses only HTML input; there are no reads of ~/.ssh, .env, or other sensitive files. Still, the declared allowed-tools (web_fetch, Bash) omit python3 even though the instructions show running python3 scripts; baidu_fetch.py also expects HTML on stdin. The instructions rely on external tooling not declared in requirements.
Install Mechanism
No install spec (instruction-only) — lowest install risk and nothing is downloaded at install time. The repository includes local scripts (Python and Bash) rather than fetching remote code. This is generally low risk, but running the scripts requires local tools (python3, openclaw web_fetch) which are not declared.
Credentials
The skill does not request environment variables, credentials, or config paths. The scripts do not appear to read or transmit secrets and they only target the hardcoded top.baidu.com domain.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does write a temporary file under /tmp during execution (cleaned up with trap), which is proportional to its purpose.
What to consider before installing
This skill's code matches its stated purpose (scraping and parsing https://top.baidu.com). Before installing or running it: 1) Verify you have Python 3 and the openclaw web_fetch tool available — the skill does not declare these but requires them at runtime. 2) Inspect or run the scripts in a sandbox/network-monitored environment the first time to confirm only top.baidu.com is contacted. 3) Note minor metadata inconsistencies (author strings differ between files and package.json lists 'python3' as an npm dependency, which is unusual). 4) If you will allow autonomous agent invocation, consider the usual caution: an agent with network access can fetch arbitrary pages if instructions/tools change — ensure you trust the skill source or run it with restricted network access.

Like a lobster shell, security has layers — review code before you run it.

latestvk977qzd6prqbyk5v4ncr6fdaj983bbyc
156downloads
1stars
3versions
Updated 4w ago
v1.3.0
MIT-0

百度热搜榜 - 真实数据版

技能概述

此技能直接从百度热搜官网 (https://top.baidu.com/board) 抓取实时热榜数据,不使用模拟数据

核心功能

功能说明
实时热搜获取当前百度热搜榜 Top 50
热点标记识别"热"、"新"等标记
分类标签自动识别热点分类
多榜单支持热搜/小说/电影/电视剧

使用方式

获取热搜榜

# 获取 Top 10
python3 scripts/baidu_real.py 10

# 获取 Top 50(默认)
python3 scripts/baidu_real.py

# 获取完整榜单
python3 scripts/baidu_real.py all

输出格式

🔥 百度热搜榜 Top 10 (2026-03-20 11:48)

1. "国家队"出手 房租最高直降 50% 🔥
2. "我熟这片草原 让我上!" 🔥
3. 春分"分"的是什么?
4. 印度新任驻华大使取了中国名字 🆕
5. 女儿弥留之际妈妈偷偷来看捂嘴忍泪 🆕
...

数据来源

与 baidu-hot-cn 的区别

特性baidu-hot-cnbaidu-hot-real
数据源百度 API(可能不可用)百度热搜官网
数据真实性⚠️ API 不可用时返回模拟数据✅ 始终真实
依赖Python requestsPython + web_fetch
推荐度⭐⭐⭐⭐⭐⭐⭐⭐

注意事项

  • 需要网络连接访问百度
  • 访问频繁可能被限流(建议间隔≥1 分钟)
  • 数据格式可能随百度官网更新而变化

输出字段

字段类型说明
rankint排名(1-50)
titlestring热点标题
markstring标记(热/新/无)
linkstring搜索链接
categorystring分类(自动识别)

Comments

Loading comments...