Klents
Junior Member
- Jul 18, 2016
- 128
- 48
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)
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
It is pretty straight forward , check out their website and docs for more in depth info. I thought this might be worth sharing.