Rss Aggregator

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only RSS summarizer is coherent and purpose-aligned, with only expected notes around fetching web content and keeping a local deduplication history.

Before installing, review rss_sources.txt and make sure the feeds are ones you want the agent to fetch. Be aware that the skill stores pushed titles and links in a local history log to prevent duplicates.

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

The agent may access websites listed in the RSS configuration and summarize their contents.

Why it was flagged

The skill directs the agent to fetch RSS links and read article web pages. This is external web access, but it is central to the RSS aggregation purpose and is clearly disclosed.

Skill content
读取配置文件中的有效 RSS 链接,获取最新文章并通读网页核心内容。
Recommendation

Only include RSS sources you trust, and review the source list before using the skill.

What this means

Previously pushed article titles and links may be stored locally and reused to filter later briefings.

Why it was flagged

The skill keeps a local history file and uses it to decide what to suppress in future briefings. This persistence is disclosed and supports deduplication, but it can influence future outputs.

Skill content
读取本地的 `pushed_history.log` 文件。对比当前准备推送的事件,彻底剔除所有在历史记录中已经存在的内容。...必须立即将其标题和链接追加记录到 `pushed_history.log` 中。
Recommendation

Keep the history file in a known location, review or clear it if results seem incomplete, and avoid storing sensitive private feed items unless that retention is acceptable.