<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Repository Audit on SoloSoft</title><link>https://www.solosoft.dev/tags/repository-audit/</link><description>Recent content in Repository Audit on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 26 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/repository-audit/index.xml" rel="self" type="application/rss+xml"/><item><title>739,705 Stars, 13 Megabytes: I Validated All 73 SKILL.md Files in the Three Biggest Agent-Skills Repos</title><link>https://www.solosoft.dev/post/agent-skills-validator-audit/</link><pubDate>Sat, 26 Sep 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/agent-skills-validator-audit/</guid><description>&lt;p&gt;GitHub Trending on 26 September 2026 is topped by an application: &lt;code&gt;paperclipai/paperclip&lt;/code&gt;, 84,938 stars and 2,109 of them gained in a single day, 7,806 tracked files, 120 MB of TypeScript. But the largest single concentration of stars in the agent tooling ecosystem is not an application at all. It is three folders full of Markdown.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;obra/superpowers&lt;/code&gt; (291,663 stars), &lt;code&gt;mattpocock/skills&lt;/code&gt; (269,725) and &lt;code&gt;anthropics/skills&lt;/code&gt; (178,317) hold &lt;strong&gt;739,705 stars between them&lt;/strong&gt; for &lt;strong&gt;13.0 MB of tracked content — of which just 3.4 MB is Markdown&lt;/strong&gt;. Together they define 73 skills: 348 Markdown files, 65,966 lines, 497,932 words.&lt;/p&gt;
&lt;p&gt;Those 73 skill definitions are supposed to conform to one format, the Agent Skills specification published at &lt;code&gt;agentskills.io&lt;/code&gt;, which ships a reference validator. So I cloned all three repositories, installed the validator from PyPI, and ran it against every skill directory. The result is not what the star counts would lead you to expect:&lt;/p&gt;</description></item><item><title>Hindsight, Audited: 27,776 Stars, 64 Watchers, and a 'Neutral' Benchmark That Lives in the Vendor's Own Org</title><link>https://www.solosoft.dev/post/hindsight-agent-memory-audit/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/hindsight-agent-memory-audit/</guid><description>&lt;p&gt;On September 25, 2026, &lt;code&gt;vectorize-io/hindsight&lt;/code&gt; was the second-fastest-growing repository on GitHub Trending with &lt;strong&gt;1,668 stars gained in a single day&lt;/strong&gt; — the highest velocity on that page, measured against 56,546-star leaders that collected 347. The repository, &amp;ldquo;Hindsight: Agent Memory That Learns,&amp;rdquo; now sits at &lt;strong&gt;27,776 stars and 2,681 forks&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;It also has &lt;strong&gt;64 watchers&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;That is not a typo and it is not a rounding artefact: GitHub&amp;rsquo;s own page reports &amp;ldquo;Stars 27.8k · Watchers 64 watching,&amp;rdquo; and the REST API agrees. Sixty-four people have asked GitHub to notify them when this project changes. The same day, the repository&amp;rsquo;s only Hacker News submissions — three of them, total, across eleven months — scored &lt;strong&gt;4, 4 and 3 points&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Google's AX, Audited: 9,045 Stars, a 3-Day-Old Rewrite, and MCP Support That Ends at mkdir</title><link>https://www.solosoft.dev/post/google-ax-agent-orchestrator-audit/</link><pubDate>Thu, 24 Sep 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/google-ax-agent-orchestrator-audit/</guid><description>&lt;p&gt;On September 20, 2026, a Hacker News submission titled &lt;strong&gt;&amp;ldquo;AX – Google&amp;rsquo;s Open Agentic Orchestrator&amp;rdquo;&lt;/strong&gt; reached &lt;strong&gt;661 points and 299 comments&lt;/strong&gt;. It did not link to GitHub. It linked to &lt;code&gt;agentexecutor.io&lt;/code&gt;, a marketing site with an animated terminal and the sentence &lt;em&gt;&amp;ldquo;Scales up to billions of tasks.&amp;rdquo;&lt;/em&gt; The repository behind it, &lt;code&gt;google/ax&lt;/code&gt;, now sits at &lt;strong&gt;9,045 stars, 434 forks and 39 open issues&lt;/strong&gt;, and on September 24 it was the second-fastest-growing repository on GitHub Trending with &lt;strong&gt;1,543 stars gained in a single day&lt;/strong&gt; — the highest daily velocity of anything on the board that day.&lt;/p&gt;
&lt;p&gt;It is worth being precise about what AX is, because the confusion is the point. AX is not an agent framework. It is a &lt;strong&gt;declarative control plane&lt;/strong&gt; that turns &amp;ldquo;run this agent in a sandbox&amp;rdquo; into a &lt;code&gt;kubectl&lt;/code&gt;-shaped workflow: you write &lt;code&gt;ax.io/v1alpha1&lt;/code&gt; YAML describing a &lt;code&gt;Task&lt;/code&gt;, a &lt;code&gt;Workspace&lt;/code&gt;, a &lt;code&gt;Gateway&lt;/code&gt; and a &lt;code&gt;Model&lt;/code&gt;, and AX drops them into a Kubernetes cluster where a stripped-down runtime called &lt;strong&gt;Agent Substrate&lt;/strong&gt; executes them as checkpointable actors.&lt;/p&gt;</description></item><item><title>36,921 Stars, 85% Markdown: An Audit of Anthropic's Financial-Services Agent Repository</title><link>https://www.solosoft.dev/post/anthropic-financial-services-agents-audit/</link><pubDate>Wed, 23 Sep 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/anthropic-financial-services-agents-audit/</guid><description>&lt;p&gt;On September 23, 2026, &lt;code&gt;anthropics/financial-services&lt;/code&gt; sat at &lt;strong&gt;#1 on GitHub Trending&lt;/strong&gt; with &lt;strong&gt;36,921 stars&lt;/strong&gt;, &lt;strong&gt;665 of them gained that day&lt;/strong&gt;, ahead of Univer (16,310 stars, 1,140 gained) and a dozen other fast-moving projects. The pitch is compelling: named end-to-end agents for investment banking, equity research, private equity, fund administration and KYC — installable as Claude Cowork plugins or deployable as Claude Managed Agents behind your own workflow engine.&lt;/p&gt;
&lt;p&gt;I cloned it, read it, ran its own checks, and pulled independent benchmark data on what LLMs can actually do with financial analysis. The result is not a takedown. It is a specific picture of what this repository is: &lt;strong&gt;an unusually well-researched domain knowledge base wearing the costume of a software platform&lt;/strong&gt; — and the difference matters a great deal if you plan to point it at a live model.&lt;/p&gt;</description></item></channel></rss>