v1.0.1
What's New
- SQLite persistence — scan history now persists across restarts (
~/.agentsniff/agentsniff.db) - Log file support —
--log-fileflag 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 endpoints —
GET /api/scan/{scan_id}, paginatedGET /api/scan/history,GET /api/db/backup,POST /api/db/reset - 5x faster scans — default HTTP concurrency increased from 20 to 100
- CLI flags —
--dband--log-filefor bothscanandservecommands
Install
pip install agentsniff==1.0.1