August 14, 2026
Three pages described a scheduled check that had not run since June.
What went: The sentence saying Kerne's mint-authority checks run on a schedule in continuous integration, from /risk, /resolv-vs-kerne, and one insight article.
The three pages said that the live mint-authority values were asserted on a schedule by a workflow named in the text, and that if one of them flipped, the workflow would fail. GitHub Actions is disabled at the repository level. That workflow last ran on June 26, 2026, and its final five runs were all failures. So for roughly seven weeks, three public pages, one of them a risk page and one of them a direct comparison against another protocol's security posture, described a control that was not running.
What was true, and is kept, is the other half: those values are read on every request by /api/risk-status, which is what /risk and the homepage banner render. The pages now say that, and say plainly that the values are checked when someone asks rather than on a schedule.
The reason this went unnoticed is worth more than the fix. The workflow file still exists in the repository, and the tool that lists workflows still reports it as active, because active describes the file and not the repository switch above it. Reading the file, or the listing, tells you nothing. A note now sits beside those files recording that they cannot run, and naming the one command that actually answers the question.
One of the three carried the same claim a second time, inside its own structured data, where answer engines read it and no human ever would. That copy was found only by checking the built HTML rather than the source after the visible sentence had already been fixed. A claim removed from the prose and left in the schema is still being published, just to a different audience.
Reversal: The workflow file was not deleted. Switching the checks back on is a repository setting plus a repair of the runs that were failing when they stopped.