Update README.md
This commit is contained in:
34
README.md
34
README.md
@@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
### Open-source AI hackers for your apps
|
### Open-source AI hackers for your apps
|
||||||
|
|
||||||
|
[](https://usestrix.com)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://vercel.com/ai-accelerator)
|
[](https://discord.gg/yduEyduBsp)
|
||||||
[](https://github.com/usestrix/strix)
|
[](https://pepy.tech/projects/strix-agent)
|
||||||
|
[](https://github.com/usestrix/strix)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
@@ -20,8 +21,21 @@
|
|||||||
|
|
||||||
Strix are autonomous AI agents that act just like real hackers - they run your code dynamically, find vulnerabilities, and validate them through actual exploitation. Built for developers and security teams who need fast, accurate security testing without the overhead of manual pentesting or the false positives of static analysis tools.
|
Strix are autonomous AI agents that act just like real hackers - they run your code dynamically, find vulnerabilities, and validate them through actual exploitation. Built for developers and security teams who need fast, accurate security testing without the overhead of manual pentesting or the false positives of static analysis tools.
|
||||||
|
|
||||||
|
- **Full hacker toolkit** out of the box
|
||||||
|
- **Teams of agents** that collaborate and scale
|
||||||
|
- **Real validation** via exploitation and PoC, not false positives
|
||||||
|
- **Developer‑first** CLI with actionable reports
|
||||||
|
- **Auto‑fix & reporting** to accelerate remediation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### 🚀 Quick Start
|
### 🚀 Quick Start
|
||||||
|
|
||||||
|
Prerequisites:
|
||||||
|
- Docker (running)
|
||||||
|
- Python 3.12+
|
||||||
|
- An LLM provider key (or a local LLM)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install
|
# Install
|
||||||
pipx install strix-agent
|
pipx install strix-agent
|
||||||
@@ -34,12 +48,11 @@ export LLM_API_KEY="your-api-key"
|
|||||||
strix --target ./app-directory
|
strix --target ./app-directory
|
||||||
```
|
```
|
||||||
|
|
||||||
## Why Use Strix
|
First run pulls the sandbox Docker image. Results are saved under `agent_runs/<run-name>`.
|
||||||
|
|
||||||
- **Full Hacker Arsenal** - All the tools a professional hacker needs, built into the agents
|
### ☁️ Cloud Hosted
|
||||||
- **Real Validation** - Dynamic testing and actual exploitation, thus much fewer false positives
|
|
||||||
- **Developer-First** - Seamlessly integrates into existing development workflows
|
Want to skip the setup? Try our cloud-hosted version: **[usestrix.com](https://usestrix.com)**
|
||||||
- **Auto-Fix & Reporting** - Automated patching with detailed remediation and security reports
|
|
||||||
|
|
||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
@@ -110,16 +123,13 @@ Our managed platform provides:
|
|||||||
- **🔌 Third-Party Integrations**
|
- **🔌 Third-Party Integrations**
|
||||||
- **🎯 Enterprise Support**
|
- **🎯 Enterprise Support**
|
||||||
|
|
||||||
[**Get Enterprise Demo →**](https://form.typeform.com/to/ljtvl6X0)
|
[**Get Enterprise Demo →**](https://usestrix.com)
|
||||||
|
|
||||||
## 🔒 Security Architecture
|
## 🔒 Security Architecture
|
||||||
|
|
||||||
- **Container Isolation** - All testing in sandboxed Docker environments
|
- **Container Isolation** - All testing in sandboxed Docker environments
|
||||||
- **Local Processing** - Testing runs locally, no data sent to external services
|
- **Local Processing** - Testing runs locally, no data sent to external services
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Strix is currently in Alpha. Expect rapid updates and improvements.
|
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Only test systems you own or have permission to test. You are responsible for using Strix ethically and legally.
|
> Only test systems you own or have permission to test. You are responsible for using Strix ethically and legally.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user