LIVE
CliffCompaction: A Context-Compaction Method to Cut Costs of Coding Agents22/09/26|FleXray: A Generalist Model for Whole-Body X-ray Segmentation22/09/26|Anthropic unveils Claude Opus 5.522/09/26 · Anthropic|Court filings reveal internal admissions on AI content scraping19/09/26|US Military Avoids Close Call After AI-Generated Intelligence Hallucination18/09/26|Study finds gender bias in GPT models is not reduced but reshaped across generations17/09/26 · OpenAI|Google DeepMind adds secure server-side memory to Private AI Compute23/09/26 · Google DeepMind|Google DeepMind adds text-to-speech to Gemini 3.823/09/26 · Google DeepMind|NVIDIA releases Nemotron 3 Diarization for real-time speaker identification23/09/26 · NVIDIA|OpenAI extends its Daybreak cyber program to Ukraine for civilian defense23/09/26 · OpenAI|OpenAI enlists influencers to burnish its public image23/09/26 · OpenAI|Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled23/09/26 · Anthropic|CliffCompaction: A Context-Compaction Method to Cut Costs of Coding Agents22/09/26|FleXray: A Generalist Model for Whole-Body X-ray Segmentation22/09/26|Anthropic unveils Claude Opus 5.522/09/26 · Anthropic|Court filings reveal internal admissions on AI content scraping19/09/26|US Military Avoids Close Call After AI-Generated Intelligence Hallucination18/09/26|Study finds gender bias in GPT models is not reduced but reshaped across generations17/09/26 · OpenAI|Google DeepMind adds secure server-side memory to Private AI Compute23/09/26 · Google DeepMind|Google DeepMind adds text-to-speech to Gemini 3.823/09/26 · Google DeepMind|NVIDIA releases Nemotron 3 Diarization for real-time speaker identification23/09/26 · NVIDIA|OpenAI extends its Daybreak cyber program to Ukraine for civilian defense23/09/26 · OpenAI|OpenAI enlists influencers to burnish its public image23/09/26 · OpenAI|Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled23/09/26 · Anthropic|
AppNewofficial publisher

Strix

App : A product you use directly

Open-source AI agent pentesting: agents run your application, find vulnerabilities, and prove each one with a PoC.

The most-watched autonomous pentesting tool right now, integrable into CI/CD. Only run it on a perimeter you own or for which you have written authorization.

Overall score
7.7 /10
Security: one caveat, see the card
Utility
8.0
Reliability
10.0
Security
One caveat
Ease
5 min · Technical

Security reflects where data goes, requested permissions and incidents on record at the verification date. It is not a guarantee of zero risk: check the deployment mode and the connections you enable.

What it does, concretely

Development and security teams struggle to test their applications thoroughly: static analysis tools generate many false positives, and manual pentests take weeks. Strix offers an autonomous alternative: AI agents run your application, explore its attack surfaces, and prove each vulnerability found with a working exploit.

In practice, Strix is installed via the command line and relies on Docker to isolate its offensive tools: an HTTP proxy, an automated browser, an interactive terminal, a Python environment for writing exploits, and attack surface mapping. Multiple specialized agents work in parallel, share their discoveries, and chain vulnerabilities together as a red team would. Each result includes a reproducible proof-of-concept and remediation guidance.

Strix is aimed at developers and security teams who want to integrate penetration testing into their development cycle, particularly via GitHub Actions or any CI/CD pipeline. The cloud version adds automatic fixes as merge-ready pull requests, continuous monitoring, and integrations with GitHub, GitLab, Jira, and Slack.

Strix is not suitable for those looking for a simple passive vulnerability scanner or who do not have rights over the systems being tested. The tool executes real attacks against the specified target: it should only be used on systems you own or for which you have explicit written authorization.

What it offers

  • ·Detection and validation of vulnerabilities across the OWASP Top 10 and beyond, with a working proof-of-concept for each finding.
  • ·Multi-agent orchestration: several specialized agents (reconnaissance, exploitation, post-exploitation) work in parallel and share their discoveries.
  • ·Native CI/CD integration via GitHub Actions to block vulnerabilities before they reach production.
  • ·Support for varied targets: local directory, GitHub repository, web URL, OpenAPI/Swagger file, or Postman collection.
  • ·Local results viewer accessible via the strix view command, with no data leaving the machine.
  • ·Automatic fix generation with merge-ready pull requests and retesting of the patched vulnerability. (paid)
  • ·Continuous attack surface monitoring with new CVEs tested against your systems. (paid)
  • ·Deployment in VPC, on-premise, or air-gapped environments with zero source data retention. (paid)

In practice

Price
Freemium
Commercial use
Commercial use: yes
Available on
cli, docker, cloud
Licence
Apache-2.0
FR interface
No

Security and data

Rating
Security: one caveat, see the card
Your data
Local or cloud depending on use
Maintenance
Active
Last release
5 September 2026

Links and repository checked on 23 September 2026 · added on 23 September 2026

How to install Strix

1. Verify that Docker is installed and running on your machine. 2. Install Strix with the command: curl -sSL https://strix.ai/install | bash (review the script before running it if you wish to inspect its contents). 3. Obtain an API key from a supported LLM provider (OpenAI, Anthropic, Google, etc.). 4. Set the environment variables: export STRIX_LLM="openrouter/z-ai/glm-5.3" and export LLM_API_KEY="your-key". 5. Run your first scan only on an application you own or for which you have written authorization: strix --target ./your-app. 6. View results with strix view to open the local dashboard.
curl -sSL https://strix.ai/install | bash

Official documentation

In the same category

Whole category Code