audit-website

Audit websites for SEO, performance, security, and accessibility issues using the squirrelscan CLI.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/AveryRen/WarpTalk-TestPayment --skill audit-website-averyren
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-website
Source: https://github.com/AveryRen/WarpTalk-TestPayment/tree/main/agent/.agents/skills/audit-website
Command: npx skills add https://github.com/AveryRen/WarpTalk-TestPayment --skill audit-website-averyren

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Manually checking a website for SEO errors, broken links, missing meta tags, security issues, and accessibility problems is slow and error-prone. This Skill automates comprehensive website audits against 230+ rules and returns structured, actionable reports with health scores. ## Core Features & Use Cases - Comprehensive Audits: Crawl and analyze websites against 230+ rules across 21 categories including SEO, performance, security, accessibility, schema, and mobile-friendliness. - LLM-Optimized Reports: Generate compact, token-efficient reports with health scores, category breakdowns, broken links, and prioritized fix recommendations. - Regression Diffs: Compare audits over time to detect regressions or confirm improvements after fixes. - Use Case: Ask the agent to audit your live site, review the health score and issue list, approve a batch of fixes (e.g., missing alt text, meta descriptions), and re-audit to verify the score improved. ## Quick Start Audit https://example.com and show me the health score with a list of issues to fix.

Frequently Asked Questions about audit-website

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a website for SEO issues?

Run squirrel audit followed by the full URL, for example squirrel audit https://example.com --format llm. The audit crawls the site, checks 230+ rules, and returns a health score with categorized issues and fix recommendations.

What does the squirrelscan website audit check?

It checks 230+ rules across 21 categories including meta tags, broken links, page speed, mobile-friendliness, security headers, leaked secrets, accessibility, structured data, and content quality. Each issue includes severity, affected URLs, and fix guidance.

How do I compare two website audits for regressions?

Use squirrel report --diff <audit-id> --format llm to compare against a baseline audit, or squirrel report --regression-since <domain> to compare the latest domain report. Diff output shows added, removed, and changed issues.

Why does the squirrel audit command fail with command not found?

The squirrel CLI is not installed or not in your PATH. Install it from squirrelscan.com/download, ensure ~/.local/bin is in PATH, and verify with squirrel --version.

What is the difference between quick, surface, and full coverage modes?

Quick crawls about 25 pages from sitemaps only for fast CI checks. Surface samples one URL per pattern up to 100 pages for general audits. Full crawls up to 500 pages for comprehensive deep analysis.