Skip to main content
AI/MLjavimosch

audit-workflow

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

Stars
37
Source
javimosch/supercli
Updated
2026-05-31
Slug
javimosch--supercli--audit-workflow
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/javimosch/supercli/HEAD/plugins/squirrelscan/skills/audit-workflow/SKILL.md -o .claude/skills/audit-workflow.md

Drops the SKILL.md into .claude/skills/audit-workflow.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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