ai-news — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ai-news (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.
Fetch and curate important AI news from the user's X/Twitter AI list.
@dannote/bird-premium package (official X API v2)1894700501725229467The list produces ~250-300 tweets per day. Use pagination to fetch all:
# First request (100 tweets max per request)
bunx --bun @dannote/bird-premium list-timeline 1894700501725229467 -n 100 --json
# Continue with cursor from previous response until createdAt < 24h ago
bunx --bun @dannote/bird-premium list-timeline 1894700501725229467 -n 100 --cursor <nextCursor> --jsonStop fetching when the oldest tweet's createdAt is older than 24 hours.
Merge all tweets from paginated responses, then filter by createdAt >= (now - 24h).
Organize into sections. Extract actual links from tweet text when available (GitHub, arxiv, blog posts). Include tweet as source.
## Releases
**ProductName** (Company) — Brief description
Link: https://github.com/org/repo (or blog/arxiv link from tweet)
Source: https://x.com/username/status/ID
## Papers
**Paper Title** — One-line summary (Institution)
Link: https://arxiv.org/abs/XXXX
Source: https://x.com/username/status/ID
## Insights
**Topic** — Key finding or leak
Source: https://x.com/username/status/ID
## Tools
**Tool** — What it does
Link: https://example.com
Source: https://x.com/username/status/IDUser: "What's happening in AI today?"
bunx --bun @dannote/bird-premium list-timeline 1894700501725229467 -n 100 --jsoncreatedAt — if < 24h ago, fetch next page with --cursorcreatedAtauthor.username, text, idhttps://x.com/{username}/status/{id}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.