Baidu Hot Cn
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill does not show data theft or credential abuse, but it appears to advertise live Baidu trend monitoring while the included code only returns mock data.
Before installing, understand that this appears to be a mock/demo skill rather than a working live Baidu hot-search monitor. It does not show malicious data access, but its outputs may be inaccurate if treated as real-time Baidu trends.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent could present non-live mock topics as current Baidu trends, leading users to rely on misleading information.
The implementation always calls mock data while the skill description advertises real-time Baidu hot-search monitoring and trend analysis, so users may trust fabricated/static rankings as live trend data.
# 百度热搜 API(需要实际可用 API)
# 这里使用模拟数据
hot_list = get_mock_data(limit)Use only as a demo unless the skill clearly labels mock output or adds a real, reviewed Baidu data source with accurate status reporting.
