v0.0.53
Released Jun 18, 2026
All releases
Release Notes
squirrelscan v0.0.53
Incremental crawling you can toggle, hardened webhooks, and faster repeat audits. ๐ฟ๏ธ
New
- Incremental crawls โ re-audits now skip pages that haven't changed since the last run, so repeat scans are faster and gentler on the sites you audit. Toggle with
--incremental/--no-incremental, and crawls stay politeness-aware with per-host rate limits and staggering.
Webhooks
- Hardened delivery โ outbound webhooks are now protected against SSRF and DNS-rebinding, so a webhook URL can't be pointed at private or internal addresses.
- Secret rotation โ roll a webhook signing secret without downtime.
- Polished settings โ edit existing webhooks, see delivery status at a glance, and get URL validation up front.
Performance
- Faster cloud audits โ cloud prefetch now runs in parallel after the first stage instead of strictly one-at-a-time.
- Single-pass parsing โ each page is parsed once and reused across crawl and audit rather than twice.
- Leaner rules โ removed redundant overhead in the per-page rule loop.
Reliability & fixes
- API errors now return a consistent, typed shape across endpoints.
- Switching a report between public and private no longer errors out when you're low on credits โ it tells you clearly instead.
Update with squirrel self update (or it'll auto-update within 24h).
Update to this version
squirrelscan will auto-update, or run this command to update now:
$