🚀 Strix v0.3.1 — Headless Mode, Multi‑Target Scans & More
Changelog
Strix v0.3.1 introduces headless CLI mode for seamless automation, multi-target scanning for full-stack assessments, and improved visibility into scan results with per-severity breakdowns and agent iteration guidance. This release also includes stability improvements and raises the default iteration limit to support deeper scans and more advanced workflows.
🔥 Features
🧠 Headless CLI Mode (--non-interactive)
Run Strix without the REPL — perfect for automation, scripting, and CI/CD workflows.
Prints real-time findings and exits with a non-zero code if vulnerabilities are found.
⚙️ GitHub Actions / CI Integration
Strix can now be used directly in automation pipelines to block vulnerable code from merging.
Add it to your CI with a simple GitHub Actions workflow that fails the build if vulnerabilities are found.
🌐 Multi‑Target Scanning
Scan multiple targets in one run — repos, deployed URLs, APIs, etc.
Useful for:
- White-box + black-box in one scan
- Dev/staging/prod comparisons
- Full-stack and cross-component analysis
📊 Per‑Severity Vulnerability Counts
Completion panel now includes a color-coded summary of findings by severity.
⚠️ Agent Iteration Limit Warnings
Strix now sends internal warning messages to agents when they're nearing the configured iteration limit — nudging them to wrap up gracefully. This improves agent reliability, avoids abrupt stops, and helps ensure cleaner scan completion.
🔁 Increased Agent Iteration Limit
The default max_iterations is now set to 300, allowing agents to run deeper and cover more complex targets without early termination. Enables longer-running assessments and more thorough exploration of large apps or multi-component environments.
🛠️ Fixes & Improvements
- General stability improvements
- Minor CLI polish
Try out the latest version: pipx install strix-agent