What problem does it solve?
Strix provides an end-to-end security-scanning workflow for AI-assisted testing, enabling teams to perform automated vulnerability assessments across local codebases, GitHub repos, staging URLs, and domains with Docker-backed sandboxes and configurable LLM providers.
Core Features & Use Cases
- Scan modes: quick, standard, and deep to match CI gates or in-depth releases.
- Multi-target support: local paths, GitHub repositories, live URLs, or combinations thereof.
- Configuration and orchestration: manage STRIX_LLM, LLM_API_KEY, and provider-specific settings; run scans in CI/CD or locally; view output artifacts under strix_runs.
- Use Case: integrate Strix into a PR workflow to automatically validate changes for security findings before merging.
Quick Start
Run a quick Strix scan on a local project to validate the setup.