高校AIGC日报

PassAudited by ClawScan on May 11, 2026.

Overview

This instruction-only skill is a disclosed daily public-news aggregator; it uses web fetching and saves/syncs summaries, which are worth noticing but fit the stated purpose.

Before installing, confirm you are comfortable with daily web searches/fetches, local digest storage, and any optional knowledge-base sync. Review generated summaries and links because the skill relies on external web content.

Findings (3)

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 browse public websites and search result pages to build the digest.

Why it was flagged

The skill directs the agent to use external web search/fetch tools. This is expected for a news aggregation skill, but it means the agent will contact third-party websites and parse their returned content.

Skill content
如果 web_search 工具可用,使用 web_search... 如果 web_search 不可用,使用 web_fetch 直接抓取百度搜索结果页
Recommendation

Use it only if web access is acceptable, and review generated links/summaries before relying on them.

What this means

Daily summaries may remain available across sessions or in a configured knowledge base.

Why it was flagged

The skill persists web-derived summaries locally and may sync them to a knowledge base. The data appears to be public news, but persistent/reused summaries can preserve inaccuracies or untrusted web content.

Skill content
保存到本地: `skills/aigc-higher-ed-news/digests/YYYY-MM-DD.md`;如有IMA权限,同步到指定知识库
Recommendation

Confirm the knowledge-base destination, retention, and whether generated summaries should be reused in later tasks.

What this means

If the platform enables the schedule, the agent may run this digest workflow daily without a fresh manual prompt.

Why it was flagged

The skill describes recurring daily execution. This is disclosed and consistent with a daily digest, and the artifacts do not include a hidden scheduler or background process.

Skill content
触发条件 - 定时任务触发(每日08:00)
Recommendation

Make sure any daily schedule is intentional and can be disabled if the digest is no longer needed.