Xueqiu Hot Cn

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill does not show credential theft or system access, but it appears to present hard-coded mock financial posts as live Xueqiu hot discussions.

Do not treat this skill’s output as real-time Xueqiu or investment data unless the author updates it to fetch live data and clearly discloses its sources. As provided, it appears safe from a local-system and credential perspective, but unreliable for financial decisions.

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.

What this means

Users could mistake mock stock discussion data for real market sentiment or current investment information.

Why it was flagged

The implementation explicitly uses simulated, hard-coded posts while the skill description and output present the data as current Xueqiu hot discussions and real-time finance updates.

Skill content
def get_xueqiu_hot(limit=10):
    """获取雪球热门(模拟数据)"""
    mock_posts = [
Recommendation

Require the skill to clearly label the data as mock/sample output, or replace it with a transparent, scoped, live Xueqiu data-fetching implementation before relying on it.