Squirrelscan - Free website audit tool

Klents

Junior Member
Joined
Jul 18, 2016
Messages
128
Reaction score
48
squirrel.png

I haven't seen anyone post about this and I thought this could be useful here. Sorry if this has been posted before but I could not find anything posted about this. It is a free open source tool , I am not affiliated in any way with this but I thought this might be a good share here.

Github: https://github.com/squirrelscan/squirrelscan
Website: https://squirrelscan.com/
Docs: https://docs.squirrelscan.com/
Example of HTML report: https://squirrelscan.com/reports/squirrelscan-sample.html

Install is straight forward. Paste this into your terminal.

Code:
npx skills install squirrelscan/skills

Once installed just run /audit-website in your AI agent (claude, gemini , codex whatever)

audit.png


You can also run /audit-website without the link , but then you need to make sure you are running it in your local directory where website files are. So it can do the local audit and also on your live website url. Test both of them.

Once it finishes you will get a report back. They have 7 formats of reports.
  • console — Terminal output
  • html — A rich, interactive web report with visualizations
  • llm — A compact hybrid XML/text format optimized for AI agents,
  • xml — Structured XML
  • json — Machine-readable structured data for custom tooling
  • markdown — Formatted output readable by both humans and agents
  • text — Plain text for simple parsing pipelines
results.png




html.png

seoreport.png


It is pretty straight forward , check out their website and docs for more in depth info. I thought this might be worth sharing.
 
Back
Top