An OpenAPI audit, run where the schema already is.
Your documentation already downloaded the schema — so it can tell you what’s wrong with it. Open #/audit and the loaded document is analyzed in place: 38 rules as of v0.1.0, five categories, a letter grade. It addresses the API’s author, not its readers.

REAL SCREENSHOT, SHOWN AT 1:1
38 rules, five categories.

A grade you can act on.
A report you can file.

In the browser, for the author.
Nothing is computed until someone opens #/audit, and nothing is sent anywhere — the analysis runs on the schema the page already downloaded. Because it targets the author, there is no nav entry; the single entry point sits at the bottom of the settings drawer, out of your readers’ way. Once the schema improves, change highlights show your readers what moved.
Installs that want none of it set one key — the route, the settings block and every computation disappear.
{ "features": { "audit": false } }See it in the live demo.