Cn Hot Trends

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherently focused on fetching public Chinese hot-trend pages, with only minor notes about external web requests and optional cookie use.

This skill appears safe for public hot-trend lookups. Be aware it will contact third-party websites, and do not provide login cookies unless you specifically need authenticated platform data and understand the account exposure.

Findings (2)

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

Using the skill may send network requests to public trend pages such as Weibo, Baidu, and Zhihu.

Why it was flagged

The skill directs the agent to fetch data from multiple external websites. This is expected for a hot-trends aggregator and appears read-only, but users should understand it will contact third-party platforms.

Skill content
并发抓取微博热搜 + 百度热搜 + 知乎热榜
Recommendation

Use it for public trend lookups; avoid adding private or unrelated data to requests.

What this means

If a user provides platform cookies, requests could be made as that logged-in user.

Why it was flagged

Cookies are authentication/session material. The skill says it can fall back to public pages without cookies and does not show code that extracts or stores cookies, so this is a notice rather than a concern.

Skill content
部分平台(抖音、微博)需要 Cookie 才能获取完整数据;无 Cookie 时降级抓取公开页面
Recommendation

Prefer the public fallback. Only provide cookies intentionally, for the specific platform needed, and do not share unrelated account/session cookies.