Run crawl/analyze/report workflow with squirrelscan using supercli.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill audit-workflow --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit Workflow?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-audit-workflow)More formats (shields.io, HTML) on the badges page.
---
description: Run crawl/analyze/report workflow with squirrelscan using supercli.
tags: squirrelscan,audit,crawl,analyze,report,workflow
---
# SquirrelScan Audit Workflow
Use this to separate crawling, analysis, and reporting.
## Crawl only
```bash
supercli squirrel crawl run --url https://example.com --max-pages 200
```
## Analyze latest crawl
```bash
supercli squirrel analyze run
```
## View and export report
```bash
supercli squirrel report show --format markdown --output report.md
supercli squirrel report show --severity error
```
## Compare regressions
```bash
supercli squirrel report show --regression-since https://example.com --format llm
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!