strix  by usestrix

AI agents for dynamic security testing

Created 4 weeks ago

New!

576 stars

Top 56.1% on SourcePulse

GitHubView on GitHub
Project Summary

Strix is an open-source AI agent framework designed for dynamic security testing and vulnerability exploitation, targeting developers and security teams. It aims to provide automated, real-world validation of security flaws, reducing false positives and integrating seamlessly into development workflows with automated remediation capabilities.

How It Works

Strix employs autonomous AI agents that mimic hacker methodologies, executing code, identifying vulnerabilities, and validating them through exploitation. It utilizes a distributed workflow with specialized agents for different attack vectors and assets, enabling scalable and parallel testing. The architecture includes a full HTTP proxy, browser automation, terminal environments, and a Python runtime for custom exploit development, all coordinated dynamically.

Quick Start & Requirements

  • Install: pipx install strix-agent
  • Configure AI provider: export STRIX_LLM="openai/gpt-5" and export LLM_API_KEY="your-api-key"
  • Run assessment: strix --target ./app-directory
  • Prerequisites: OpenAI API key (or other supported LLM provider), Docker for container isolation.
  • Documentation: Vercel AI Accelerator 2025

Highlighted Details

  • Agentic security tools including HTTP proxy, browser automation, terminal environments, and Python runtime.
  • Comprehensive vulnerability detection covering access control, injection, server-side, client-side, business logic, authentication, and infrastructure flaws.
  • Distributed workflows with specialized agents for reconnaissance, code analysis, and knowledge management.
  • Automated patching and detailed remediation reporting.

Maintenance & Community

  • Status: Alpha.
  • Community: Discord.
  • Backed by OmniSecure Inc.

Licensing & Compatibility

  • License: Apache 2.0.
  • Compatibility: Suitable for commercial use and integration with closed-source projects.

Limitations & Caveats

Strix is currently in Alpha, indicating potential for rapid changes and instability. Users are responsible for ethical and legal use, and should only test systems they own or have explicit permission to test.

Health Check
Last Commit

2 days ago

Responsiveness

Inactive

Pull Requests (30d)
10
Issues (30d)
10
Star History
578 stars in the last 29 days

Explore Similar Projects

Starred by Dan Guido Dan Guido(Cofounder of Trail of Bits), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
1 more.

cai by aliasrobotics

5.7%
3k
Cybersecurity AI (CAI) is an open framework for building AI-driven cybersecurity tools
Created 5 months ago
Updated 2 days ago
Feedback? Help us improve.