V2ex Hot Cn

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 may think they are seeing current V2EX trending posts when the included script is actually returning sample data.

Why it was flagged

The user-facing description says the skill monitors or gets V2EX hot topics, while the implementation explicitly uses simulated hard-coded data. This may make results less reliable than users expect.

Skill content
def get_v2ex_hot(limit=10, node=None):
    """获取 V2EX 热门(模拟数据)"""
    mock_topics = [
Recommendation

Treat the output as sample or demo data unless the skill is updated to clearly fetch live V2EX content and disclose its data source.