# Audit Websites with squirrelscan

Website problems often hide across SEO, performance, accessibility, and security checks. This skill runs squirrelscan and turns crawl results into clear repair priorities.

## Install

```bash
npx skillstore add squirrelscan/audit-website
```

## Metadata

- Status: approved
- Slug: squirrelscan-audit-website
- Version: 1.7
- Author version: 1.7
- Skillstore revision: r1
- Version status: invalid
- Tree hash: bf8402d754a516f5ded577b98958b33c02a063edd2a499bfb6e2a695cc4699e2
- Author: squirrelscan
- GitHub username: squirrelscan
- License: See LICENSE file in repository root
- Repository: https://github.com/squirrelscan/skills/tree/main/audit-website/
- Ref: 3e4b6c31a74a3bd1a291c98cf585d720cb9fbc88
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: blocked
- Manual install advisory: allowed\_with\_warning
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: network, external\_commands, filesystem
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/squirrelscan-audit-website
- Manifest: https://skillstore.pages.dev/api/skills/squirrelscan-audit-website/manifest

## Capabilities

- Runs squirrel audit against a selected website target.
- Generates LLM-friendly reports with health scores and issue groups.
- Highlights SEO, technical, content, accessibility, performance, and security issues.
- Supports crawl options such as max pages, refresh, resume, and verbose output.
- Exports previous audit results through the squirrel report command.

## Use Cases

- Developer Site Check: Audit a local or deployed website before release and use the findings to guide code fixes.
- SEO Issue Review: Find missing metadata, broken links, crawlability issues, and structured data problems across a site.
- Security and Quality Baseline: Review HTTPS, headers, mixed content, leaked secrets patterns, and accessibility issues before handoff.

## Prompt Templates

### Quick Website Audit

```
Audit https://example.com with squirrelscan and summarize the top issues I should fix first.
```

### SEO and Link Review

```
Run a squirrelscan audit for my site and focus on metadata, broken links, crawlability, and sitemap issues.
```

### Recheck After Fixes

```
Re-audit my website with a fresh crawl and compare the current issues with the previous report.
```

### Deep Remediation Plan

```
Audit up to 500 pages, group findings by severity, and create a prioritized remediation plan for developers.
```

## Limitations

- Requires the squirrel CLI to be installed and available in PATH.
- Needs network access to crawl live websites and check links.
- Results depend on crawl limits, site availability, and squirrelscan rules.
- Remote installer commands should be reviewed before use.

## Best Practices

- Confirm that you are authorized to audit the target website.
- Use the LLM report format for concise issue summaries and recommendations.
- Review installer commands and filesystem changes before running setup steps.

## Anti Patterns

- Auditing third-party websites without permission.
- Running remote installer scripts without verification.
- Treating a crawl report as a full penetration test.

## Security Audit

- Audited at: 2026-07-09T08:32:48.597\+00:00
- Summary: Most static findings are false positives from Markdown examples, placeholders, or documented squirrel CLI usage. Confirmed risks are the curl-to-bash and PowerShell irm-to-iex installer guidance, plus contextual risks around implicit target discovery and untrusted audit output. No prompt injection attempt was found in the skill files.

## Stats

- Views: 231
- Downloads: 16
- Favorites: 0
- Popularity score: 0
