从配置的热点源(HN / Reddit / YouTube trending / B 站热门 / 等)抓今天的热门话题,去重 + 粗打分 + 写入 candidates.md。**绝大部分人没有候选池——这是让"我没素材"问题在 onboarding 第二步就消失的钥匙**。触发词:"抓热点"/"fetch trends"/"今天有什么可做的"/"trending now"/"找选题"。
59
70%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/cheat-trends/SKILL.mdLow
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md: Phase 1-2 的各 adapter 的 `fetch` 会进行 WebFetch/抓取(如 manual-paste 会对用户提供的 URL 做 WebFetch 拓展 snippet;aihot/weibo-hot/zhihu-hot/trendradar-mcp 会拉取外部热门内容),从而把“非用户原创的网页/帖子正文”作为可读 `snapshot_text`/`rationale` 等进入 Phase 4 的 LLM打分上下文,存在间接提示注入风险。
86823e1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.