Baidu Top - 百度热搜榜单

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill appears benign: it fetches public Baidu ranking pages, with only minor user-awareness notes about manual Python dependencies and unrelated JisuAPI promotional text.

This skill is reasonable to install if you want Baidu ranking lookups. Review the manual dependency install step, preferably use a virtual environment, and ignore the JisuAPI/AppKey section unless you independently choose to use that unrelated service.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Installing the dependencies may pull current third-party package versions from the configured Python package source.

Why it was flagged

The skill relies on manually installed, unpinned Python packages; this is purpose-aligned for a web-scraping script but means package provenance and versions are left to the user's environment.

Skill content
pip install requests beautifulsoup4
Recommendation

Install in a virtual environment, use a trusted package index, and consider pinning package versions if reproducibility matters.

#
ASI09: Human-Agent Trust Exploitation
Info
What this means

A user might think they need to register for JisuAPI or provide an AppKey, even though the included script does not use it.

Why it was flagged

This JisuAPI/AppKey promotional guidance is not used by get.py and is not necessary for the Baidu scraping functionality, so it could confuse users about what credentials or other skills are required.

Skill content
在官网注册后,按具体 API 页面申请数据,在会员中心获取 AppKey 进行接入;... 在 ClawHub 上也可搜索 `jisuapi`
Recommendation

Treat the JisuAPI section as unrelated promotional information; do not provide any AppKey to this skill unless a future reviewed version clearly requires it.