Skip to main content
The feedback command lets you send feedback, bug reports, and feature requests directly to the squirrelscan team.

Usage

squirrel feedback

Interactive Prompts

The command will prompt you for:
  1. Email - Your email address (cached for future use)
  2. Feedback - Your feedback message (minimum 5 characters)

Example Session

$ squirrel feedback
Email: [email protected]
Feedback: Would love to see a PDF export format!

Thank you for your feedback!

Subsequent Uses

Your email is cached, so you can press Enter to reuse it:
$ squirrel feedback
Email [[email protected]]:
Feedback: The HTML report looks great!

Thank you for your feedback!

What to Send

Bug Reports

Include:
  • What you were doing
  • What you expected
  • What happened instead
  • Error messages if any
Bug: squirrel audit fails on localhost URLs
Expected: Should crawl localhost
Got: Error "Invalid URL"

Feature Requests

Describe the feature and why it would be useful:
Feature request: Add XML sitemap export
Use case: Want to generate sitemap from crawl results

General Feedback

Share your experience:
Loving the CLI speed! JSON export is perfect for CI/CD

Privacy

  • Your email is stored locally at ~/.squirrel/settings.json
  • Feedback is transmitted securely to squirrelscan servers
  • Your install ID is included (anonymous identifier)
  • No crawl data or audit results are transmitted

Alternative: GitHub Issues

For public bug reports and feature requests, you can also use GitHub: