Skip to main content

Releases

Release history and changelogs

All releases up to v0.1 will be in the stable channel.

Release channel

Release History

v0.0.25Jan 28, 2026Latest

Release Notes

Added

  • Linux musl/Alpine builds in x64 and arm64

Fixed

  • Hotfix on race condition on install

Downloads

Windows
Linux
v0.0.24Jan 27, 2026

Release Notes

Added

  • New feature: Coverage mode for crawling with --coverage flag. Options are: quick for a quick scan, surface for surface level (with single-sample url tree detection) or full for a full crawl (which will also check all content). Documentation is here and the default is surface
  • Support for 8-character short ID prefix in report command
  • URL pattern detection for surface crawl mode

Fixed

  • SQLite file lock cleanup issues on Windows

Performance

  • Parallel crawl loop with content store caching improves performance across crawls
v0.0.22Jan 27, 2026

Release Notes

Added

  • llm output format is now further optimized with token outputs
  • squirrel skills update subcommand to update skill installs - see reference
  • core audit-website skill updated to version 1.10 - more performance and running hints

Fixed

  • squirrel feedback was failing at times
  • fallback with squirrel skills commands

Performance

  • Removed redundant details section from LLM output
v0.0.21Jan 26, 2026

Release Notes

Added

  • New performance rule - perf/js-redirects - detect javascript 3xx redirects [see docs]
  • New crawlability rule - crawl/redirect-chain - detects redirects in links and suggests shortcutting to target [see docs]
  • New link rule - links/weak-internal-links - Detects pages with a low number of internal dofollow links pointing to them [see docs]

Fixed

  • Improved rule detection for js-redirects and weak-internal-links
v0.0.20Jan 26, 2026

Release Notes

Fixed

  • Hang on first run that would happen sometimes
v0.0.19Jan 26, 2026

Release Notes

Added

  • Added squirrel skills install command for managing skills
  • Added release permalink pages on website
  • Installer now installs skills

Changed

  • Increased maximum pages cap from 500 to 5,000
v0.0.18Jan 24, 2026

Release Notes

Added

  • Added security/leaked-secrets security rule for detecting exposed credentials - rule docs
  • Added security/form-captcha rule for form protection checks - rule docs
  • Install now available on npm as squirrelscan
v0.0.17Jan 23, 2026

Release Notes

Changed

  • CLI options now use kebab-case for consistency
  • Agent use documentation
v0.0.16Jan 22, 2026

Release Notes

Added

  • --bin-dir flag for CLI with shell-aware PATH instructions
  • Markdown and LLM output formats for audit command

Fixed

  • App formatting issues
v0.0.15Jan 22, 2026

Release Notes

Added

  • WAF detection in crawler
  • Display config and database paths on command execution

Changed

  • Removed node-tls-client dependency from crawler

Fixed

  • Project setup on init and config setting
  • Updated quickstart configuration
v0.0.14Jan 18, 2026

Release Notes

Added

  • Compact LLM output format for reports
  • Skills updates with Makefile support

Changed

  • Improvements and refactoring to core functionality
  • Updated core audit-website skill

Fixed

  • Graceful fallback to standard fetch when TLS client unavailable in compiled binary
v0.0.11Jan 17, 2026

Release Notes

Added

  • File-based debug logging with configurable levels
  • Browser impersonation (IMPIT) for WAF bypass
  • Footer with issue link and feedback command in CLI
  • New audit rules: orphan pages, dead-end pages, and indexability checks
  • Robots.txt parsing and schema utilities
  • Resource checks and redirect tracking
  • Configurable thresholds for orphan page detection
  • Configurable anchor link handling in dead-end page detection

Changed

  • Auto-update now shows notifications only instead of auto-installing
  • Overhauled output formats for reports
  • Overhauled scoring system with curve-based calculations and penalties
  • Unified parsing architecture to eliminate duplicate HTML parsing
  • Renamed "domain" to "category" across the codebase
  • Improved CLI validation and reachability checks
  • Enhanced pattern matching with exact segments and regex support

Fixed

  • Audits now always create new crawls instead of resuming incomplete ones
  • TLS client improvements for better compatibility
  • Restored missing indexability rules
  • Improved report command error messages
  • Corrected indexability API usage
  • Improved audit scoring and schema robustness
v0.0.8Jan 10, 2026

Release Notes

Added

  • Live progress display with gradient banner during audits
  • Broken external link detection
  • HTTP and client-side redirect following on seed URL
  • Random browser user-agent rotation for more reliable crawling
  • Page URLs shown for each issue in reports with grouped broken links
  • Enhanced HTML report branding and page visibility indicators

Performance

  • Breadth-first crawling with intelligent prefix-based throttling
  • Eliminated redundant DOM parsing - significant speed improvement
  • Optimized database queries to remove N+1 query patterns

Changed

  • Rules can now be marked as disabled in schema instead of using --all flag

Fixed

  • HTML report generation dependencies

Installation

curl -fsSL https://squirrelscan.com/install.sh | bash

Or download the binary for your platform below.

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.