github-trending — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited github-trending (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.
2026 版核心认知:GitHub Trending 已是严重被 hype 和 AI slop 污染的榜单(Karpathy 等反复确认)。本 skill 的唯一价值是「结构化数据 + 严格过滤 + 写出真实 angle」,而不是再输出一份 list。
职责边界(严格遵守):
/scout-to-article 或 /blog-write)/multi-ai-research)不适合:纯快速事实查询(直接让 Claude 回答即可)。
# 在 skill 目录执行;如果 skill 已安装到 ~/.claude/skills,也可以换成对应安装路径
cd /path/to/spellbook/skills/github-trending
# 今日总榜 TOP 8
python3 scripts/fetch_trending.py --since daily --limit 8
# Rust 周榜
python3 scripts/fetch_trending.py --since weekly --language Rust --limit 6
# 开发者榜
python3 scripts/fetch_trending.py --developers --since daily --limit 10脚本输出结构化 JSON,绝不直接 WebFetch 原始 HTML。
reference/extended.md 中的「Hype 红旗」快速排除首次使用执行:
python3 -m pip install -r requirements.txt如果没有 requirements.txt,手动安装:
python3 -m pip install requests beautifulsoup4 lxml脚本位置:scripts/fetch_trending.py(相对本 skill 目录)。
支持参数见脚本 --help。所有错误都会以清晰 JSON 返回,绝不静默失败。
日报结尾必须包含「Angle」段,否则视为不合格输出。
好 Angle 特征:
reference/extended.md 里的评估框架写对比表。/loop 技能每天定时跑脚本 + 分析,输出到固定目录。/multi-ai-research。scout-to-article。所有详细框架(数据源、评估维度、hype 识别、趋势分类、好/坏 Angle 示例、scraper 维护提示、2026 社区共识)已移至 reference/extended.md。
日常触发时不需要读它。只有你要定制模板、维护脚本、或做高精度分析时再加载。
更新记录:2026-05 完整重构(引入可靠 scraper 层 + 严格 pipeline + 拆分 reference + 移除所有硬编码日期/旧趋势列表)。数据永远以脚本实时输出为准。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.