Audit Workflow

Run crawl/analyze/report workflow with squirrelscan using supercli.

javimosch 9987656 637 B Updated

File contents

SquirrelScan Audit Workflow

Use this to separate crawling, analysis, and reporting.

Crawl only

supercli squirrel crawl run --url https://example.com --max-pages 200

Analyze latest crawl

supercli squirrel analyze run

View and export report

supercli squirrel report show --format markdown --output report.md
supercli squirrel report show --severity error

Compare regressions

supercli squirrel report show --regression-since https://example.com --format llm

javimosch/supercli/tree/main/plugins/squirrelscan/skills/audit-workflow commit 9987656e03

Frequently asked questions

npx skillmds@latest add javimosch/audit-workflow