TheDocumentation Index
Fetch the complete documentation index at: https://docs.squirrelscan.com/llms.txt
Use this file to discover all available pages before exploring further.
report command lets you view and query audit reports from the local database.
Usage
Arguments
| Argument | Description |
|---|---|
id | Audit ID (UUID) or domain name (optional, defaults to latest) |
Options
| Option | Alias | Description | Default |
|---|---|---|---|
--list | -l | List recent audits | false |
--format | -f | Output format: console, text, json, html, markdown, xml, llm | console |
--output | -o | Output file path | auto |
--input | -i | Load from JSON file (fallback mode) | - |
--severity | Filter by severity: error, warning, all | all | |
--category | Filter by categories (comma-separated) | all | |
--diff | Compare current report against baseline (audit ID or domain) | - | |
--regression-since | Compare against baseline and show regressions | - | |
--allow-cross-site | Allow diff across different base URLs | false | |
--publish | -p | Publish report to reports.squirrelscan.com | false |
--visibility | Visibility: public, unlisted, private | public |
Publishing
Share reports online by publishing toreports.squirrelscan.com.
Publishing requires authentication. Run
squirrel auth login first.Visibility Levels
| Level | Description |
|---|---|
public | Listed and searchable (default) |
unlisted | Accessible via link only, not listed |
private | Only visible to you when logged in |
Publish Report
Publish with Visibility
Publish Specific Audit
Examples
View Latest Audit
List All Audits
View Specific Audit by ID
View Latest Audit for Domain
Export as JSON
Export as HTML
Export as Markdown
Filter by Severity
Show only errors:Filter by Category
Show only core SEO issues:Diff Reports
Compare the latest report against a baseline audit:Diff mode supports
console, text, json, llm, and markdown. html and xml are not supported in diff mode.Diff mode cannot be published with
--publish.LLM-Optimized Format
Export in format optimized for LLM consumption:Output Formats
console (default)
Human-readable colored output for terminal:text
Plain text without colors (for piping):json
Machine-readable JSON for CI/CD and programmatic use:markdown
Markdown format for documentation:llm
Optimized format for LLM analysis:html
Visual HTML report:Valid Categories
Filter reports by these categories:core- Core SEO elementscontent- Content qualitylinks- Link analysisimages- Image optimizationschema- Structured datasecurity- Security headersa11y- Accessibilityi18n- Internationalizationperf- Performancesocial- Social mediacrawl- Crawlabilityurl- URL structuremobile- Mobile optimizationlegal- Legal compliancelocal- Local SEOvideo- Video optimizationanalytics- Analyticseeat- E-E-A-T signalsadblock- Adblock detection
Exit Codes
| Code | Meaning |
|---|---|
0 | Success |
1 | Error (no audit found, invalid format, etc.) |
Related
- auth - Authentication for publishing
- audit - Run new audit
- analyze - Re-analyze crawl
- Dashboard - Manage published reports
- Configuration - Config file options