Reduce OSS docs diff to STE fixes

This commit is contained in:
Alex Schapiro
2026-08-14 19:32:17 +00:00
parent 5e8a773f3e
commit cb3fa2db51
10 changed files with 50 additions and 65 deletions
+10 -10
View File
@@ -26,21 +26,21 @@ Strix agents are autonomous and act like real hackers. They run your code dynami
## Use Cases
- **Application Security Testing:** Detect and validate critical application vulnerabilities
- **Rapid Penetration Testing:** Complete penetration tests in hours, not weeks
- **Bug Bounty Automation:** Automate research and generate PoCs for faster reports
- **Application Security Testing:** Detect and validate critical vulnerabilities in your applications
- **Rapid Penetration Testing:** Get penetration tests done in hours, not weeks
- **Bug Bounty Automation:** Automate research and generate PoCs for faster reporting
- **CI/CD Integration:** Block vulnerabilities before they reach production
## Key Capabilities
- **Security toolkit:** Browser automation, HTTP proxy, terminal, and Python runtime
- **Finding validation:** Proofs of concept help reduce false positives
- **Full hacker toolkit:** Browser automation, HTTP proxy, terminal, Python runtime
- **Real validation:** PoCs, not false positives
- **Multi-agent orchestration:** Specialized agents collaborate on complex targets
- **Developer-focused CLI:** Use the interactive TUI or headless mode
- **Developer-first CLI:** Interactive TUI or headless mode for automation
## Security Tools
Strix agents include a complete security toolkit:
Strix agents include a comprehensive toolkit:
| Tool | Purpose |
|------|---------|
@@ -65,10 +65,10 @@ Strix agents include a complete security toolkit:
## Multi-Agent Architecture
Strix uses a graph of specialized agents for complete security testing:
Strix uses a graph of specialized agents for comprehensive security testing:
- **Distributed Workflows:** Specialized agents test different attacks and assets
- **Scalable Testing:** Parallel execution provides broad coverage
- **Distributed Workflows:** Specialized agents for different attacks and assets
- **Scalable Testing:** Parallel execution for fast comprehensive coverage
- **Dynamic Coordination:** Agents collaborate and share discoveries
## Quick Example