diff --git a/README.md b/README.md index de587c3..2efa9d2 100644 --- a/README.md +++ b/README.md @@ -82,20 +82,18 @@ strix --target ./app-directory > [!NOTE] > First run automatically pulls the sandbox Docker image. Results are saved to `agent_runs/` -## 🏆 Enterprise Platform +## ☁️ Run Strix in Cloud -Want to skip the setup? Try our cloud-hosted version at **[usestrix.com](https://usestrix.com)** +Want to skip the local setup, API keys, and unpredictable LLM costs? Run the hosted cloud version of Strix at **[app.usestrix.com](https://app.usestrix.com)**. -Our managed platform provides: +Launch a scan in just a few minutes—no setup or configuration required—and you’ll get: -- **📈 Executive Dashboards** -- **🧠 Custom Fine-Tuned Models** -- **⚙️ CI/CD Integration** -- **🔍 Large-Scale Scanning** -- **🔌 Third-Party Integrations** -- **🎯 Enterprise Support** +- **A full pentest report** with validated findings and clear remediation steps +- **Shareable dashboards** your team can use to track fixes over time +- **CI/CD and GitHub integrations** to block risky changes before production +- **Continuous monitoring** so new vulnerabilities are caught quickly -[**Get Enterprise Demo →**](https://usestrix.com) +[**Run your first pentest now →**](https://app.usestrix.com) --- diff --git a/pyproject.toml b/pyproject.toml index 4dac3b3..7b78fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strix-agent" -version = "0.3.4" +version = "0.3.5" description = "Open-source AI Hackers for your apps" authors = ["Strix "] readme = "README.md"