news-fetcher — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited news-fetcher (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Single job: Query Gmail for Google 快訊 emails and return a list of news items with title and url, date-prioritized.
Use the Gmail MCP tool (mcp_google-workspace_query_gmail_emails) with query:
subject:Google 快訊 newer_than:2d(Syntax may vary by MCP; use the equivalent that limits to last 2 days and subject containing "Google 快訊".)
Use each message's date to filter: first try today; if none, use yesterday.
For each matching email:
Return only a single block the main agent can parse. No prose before or after.
Use one of:
[{"title":"...","url":"..."},{"title":"...","url":"..."}]1. Title — URLNo commentary. No "Here are the results". Just the list.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.