Skip to content

v1.0.1

Choose a tag to compare

@jaschadub jaschadub released this 03 Mar 04:01
· 111 commits to main since this release

What's New

  • SQLite persistence — scan history now persists across restarts (~/.agentsniff/agentsniff.db)
  • Log file support--log-file flag for file logging alongside console output
  • Dashboard: Scan History panel — collapsible panel showing past scans, click to reload results
  • Dashboard: Detector toggles — enable/disable individual detectors before scanning
  • Dashboard: Database management — backup (tar.gz download) and reset database from settings
  • New API endpointsGET /api/scan/{scan_id}, paginated GET /api/scan/history, GET /api/db/backup, POST /api/db/reset
  • 5x faster scans — default HTTP concurrency increased from 20 to 100
  • CLI flags--db and --log-file for both scan and serve commands

Install

pip install agentsniff==1.0.1