Quickstart

Agent quickstart for using the squirrelscan Docker plugin in supercli.

javimosch a1a85ff 971 B Updated

File contents

SquirrelScan Quickstart

Use this when you need a fast website audit through supercli.

Install and verify

supercli plugins install ./plugins/squirrelscan --json
supercli plugins doctor squirrelscan --json

Recommended command

supercli squirrel audit https://example.com -C quick

Structured equivalent

supercli squirrel audit run --url https://example.com --coverage quick

Useful follow-ups

supercli squirrel report list
supercli squirrel report show --format llm
supercli squirrel report show --format json --output report.json

Notes

  • First run can be slower because the plugin builds a local Docker image.
  • Later runs are faster due to local image and volume reuse.
  • If you need full CLI behavior not wrapped by structured commands, use passthrough (supercli squirrel ...).

javimosch/supercli/tree/main/plugins/squirrelscan/skills/quickstart commit a1a85ffc5f

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-2555