squirrelscan 0.0.50 → 0.0.52-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  # squirrelscan
4
4
 
5
- **Website audit tool built for your coding agent**
5
+ **Website audit tool built for AI agents**
6
6
 
7
- Free CLI for SEO, performance & security audits. Built for Claude Code, Cursor, and AI workflows. 230+ rules, LLM-optimized reports, single binary install.
7
+ 240+ SEO, performance & security rules run them from the CLI, inside your coding agent, in the cloud, or over MCP. LLM-optimized reports, single binary install. Local audits are always free.
8
8
 
9
9
  ## Features
10
10
 
11
- - **230+ Rules, 21 Categories** - Comprehensive coverage across SEO, accessibility, performance, and security
11
+ - **240+ Rules, 21 Categories** - Comprehensive coverage across SEO, accessibility, performance, and security
12
12
  - **AI-Native Design** - LLM-optimised output for Claude Code, Cursor, and any AI assistant
13
13
  - **Smart Incremental Crawling** - ETag, Last-Modified, content hashing. Resume from checkpoints.
14
14
  - **Developer-First CLI** - Single binary, zero dependencies, shell completions, self-update
@@ -127,7 +127,7 @@ squirrel audit https://example.com -m 10
127
127
  | AI Detection | 2 | AI content signals |
128
128
  | Adblock Detection | 2 | Blocked elements, tracking |
129
129
 
130
- **Total: 230+ rules across 21 categories**
130
+ **Total: 240+ rules across 21 categories**
131
131
 
132
132
  See the [rules reference](https://docs.squirrelscan.com/rules) for full details.
133
133
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "squirrelscan",
3
- "version": "0.0.50",
4
- "description": "Free CLI for SEO, performance & security audits. Built for Claude Code, Cursor, and AI workflows.",
3
+ "version": "0.0.52-beta.0",
4
+ "description": "Website audit tool built for AI agents. 240+ SEO, performance & security rules from the CLI, your coding agent, the cloud, or MCP.",
5
5
  "bin": {
6
6
  "squirrel": "bin/squirrel.js"
7
7
  },