PulseAugur
实时 17:57:00
English(EN) Slop detector! Repo-slopscore goes through the entire commit history of a repository (upper limit is 5000 commits currently,) and detects visible signs of AI/LL

新工具检测提交历史中的 AI 生成代码

Repo-slopscore 是一款旨在检测仓库提交历史和源代码中 AI 和 LLM 使用迹象的新工具。它分析多达 5000 次提交,查找诸如“generated with/by/using”之类的特定短语以及已知的 AI 代理签名。该工具采用部分克隆技术,通过排除 blob 内容来最大限度地减少数据使用和服务器负载。 AI

影响 该工具可以帮助开发人员识别和管理其项目中的 AI 生成代码。

排序理由 该集群描述了一个用于检测 AI 生成代码的新软件工具。

在 Mastodon — fosstodon.org 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新工具检测提交历史中的 AI 生成代码

报道来源 [1]

  1. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    垃圾检测器!repo-slopscore 扫描仓库的全部提交历史(目前上限为 5000 次提交),检测 AI/LLM 的可见迹象

    Slop detector! Repo-slopscore goes through the entire commit history of a repository (upper limit is 5000 commits currently,) and detects visible signs of AI/LLM tool usage in the commit history and the source tree. The tool uses partial cloning to reduce data usage (and potentia…