audit_url
input: { "url": string }
Runs the full on-page audit against one URL. The page is fetched server-side over HTTP or HTTPS, redirects are followed, and the server-rendered HTML is scored. Client-side rendered content is not executed, and private, loopback and cloud-metadata addresses are refused.
Returns: A readable report — score out of 100, band, fetch summary, remaining quota, then every failing and warning check with what was measured and the specific fix — followed by a compact JSON block of the same findings for programmatic use.