V2ex Hot Cn
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears low-risk, though its included script returns mock V2EX topics rather than clearly fetching live data.
This skill appears safe to install from a security perspective, but you should not rely on it for real-time V2EX trends unless the provider clarifies or updates it to fetch live data.
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.
Users may think they are seeing current V2EX trending posts when the included script is actually returning sample data.
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.
def get_v2ex_hot(limit=10, node=None):
"""获取 V2EX 热门(模拟数据)"""
mock_topics = [Treat the output as sample or demo data unless the skill is updated to clearly fetch live V2EX content and disclose its data source.
