Skip to main content

v0.0.72

Released Jul 14, 2026

All releases

Release Notes

Repeat audits get dramatically faster and cheaper: unchanged pages now skip cloud rendering entirely, and rendered pages come back as each one finishes instead of waiting on a whole batch.

Fixed

  • Repeat audits reuse renders the way they were always meant to. Two bugs kept the unchanged-page check from ever engaging: sites that send no cache validators never recorded a content fingerprint, and sites whose HTML embeds a millisecond timestamp produced a different fingerprint on every fetch. Both are fixed, so a re-run of an unchanged site now skips rendering, and its per-page render charges, outright. In testing, a repeat audit's crawl phase dropped from minutes to about a second.
  • Rendered pages stream back as each one finishes. Render results were previously held until an entire batch completed, so one slow page delayed every page behind it. Fresh crawls of render-heavy sites are noticeably faster, helped by quicker render queue pickup and more rendering headroom per browser.
  • A page with an extremely long identifier can no longer fail the whole report. Publishing rejected a report when a check item's identifier (often a very long data: image URL) exceeded an internal length cap, failing the audit. The CLI and the server now shorten these safely while keeping distinct items distinct.
  • Cloud audits interrupted by infrastructure hiccups now retry themselves. A cloud audit whose container never started or died mid-run previously failed on the spot. It now gets one automatic redispatch before giving up, with guards that stop a superseded container from ever overwriting the retried run's results. A retry that also fails still refunds automatically.
  • Brief platform blips, like a dropped database connection or a rate limiter restarting during a deploy, are retried once instead of surfacing as errors in the dashboard, the API, and the MCP server.
  • The dashboard no longer crashes for users browsing with Google Translate or similar extensions that rewrite the page.

Update to this version

squirrelscan will auto-update, or run this command to update now:

$

Downloads

macOS

Detected
Apple Silicon (M-series)
squirrel-0.0.72-darwin-arm64 · 67.6 MB
Download
SHA-256
Intel
squirrel-0.0.72-darwin-x64 · 73.0 MB
Download
SHA-256

Linux

ARM64
squirrel-0.0.72-linux-arm64 · 96.4 MB
Download
SHA-256
ARM64 (musl/Alpine)
squirrel-0.0.72-linux-arm64-musl · 92.2 MB
Download
SHA-256
x64 (musl/Alpine)
squirrel-0.0.72-linux-x64-musl · 93.2 MB
Download
SHA-256
x64
squirrel-0.0.72-linux-x64 · 96.3 MB
Download
SHA-256

Windows

x64 (Intel/AMD)
squirrel-0.0.72-windows-x64.exe · 100.2 MB
Download
SHA-256

Audit your site in one command

SEO, performance, security, accessibility and agent experience issues, with exact fixes for your coding agent.

Install
$

No account needed for the CLI. Cloud audits include free monthly credits.