Dashboard
Manage published reports and account settings
The squirrelscan dashboard at squirrelscan.com/dashboard lets you manage your published reports, change visibility settings, and delete reports.
Getting Started
1. Authenticate
First, log in via the CLI:
squirrel auth loginThis opens your browser to complete authentication.
2. Publish a Report
After running an audit, publish it:
squirrel audit example.com
squirrel report --publish3. View in Dashboard
Visit squirrelscan.com/dashboard to see your published reports.
Dashboard Overview
The dashboard home shows:
- Total published reports count
- Recent reports with health scores
- Quick links to view reports
Managing Reports
The Reports page lets you:
- View all published reports with health scores and issue counts
- Change visibility using the dropdown (public/unlisted/private)
- Delete reports using the trash icon
- Open reports by clicking the site name
Visibility Levels
| Level | Icon | Description |
|---|---|---|
| Public | 🌐 | Anyone can view, listed in search |
| Unlisted | 🔗 | Only accessible via direct link |
| Private | 🔒 | Only visible when logged in |
Published Report View
Published reports show:
- Overall health score with letter grade
- Category-by-category breakdown
- Page count and issue summary
- Detailed findings by category
Share the URL with clients, team members, or include in documentation.
Related
- auth - CLI authentication commands
- report —publish - Publishing from CLI