Strix open‑sources autonomous pentesting
Strix announced the Strix Platform, an open‑source framework for autonomous pentesting that claims continuous security testing across apps, APIs and repos and can block vulnerable PRs and generate fixes. The project targets automated posture tracking and integration into developer workflows. (x.com)
Penetration testing is a controlled attempt to break into software the way an attacker would, and Strix has open-sourced a tool that tries to automate that work across code, web apps, and application programming interfaces. (github.com) The project lives in a public GitHub repository under the Apache 2.0 license, where Strix describes it as “open-source AI hackers” that run code dynamically, validate findings with proof-of-concepts, and generate fixes. The repository showed about 23,600 stars, roughly 2,600 forks, and 350 commits on April 15, 2026. (github.com) Strix says its agents test running software instead of only reading source code, using a browser, an Hypertext Transfer Protocol proxy, a terminal, Python, and preinstalled security tools inside a Kali Linux-based Docker container. Its documentation lists targets including local codebases, GitHub repositories, and live web applications. (docs.strix.ai, docs.strix.ai, docs.strix.ai, docs.strix.ai) That design puts Strix in the gap between static application security testing, which flags risky patterns in code, and manual pentests, which usually happen less often and against live systems. Strix says its pull request review feature, published April 11, 2026, spins up an isolated instance of an app, attacks the code paths touched by a diff, and returns reproduction steps and observed responses before a merge. (strix.ai) The company is pitching that workflow directly at software teams shipping code through continuous integration and continuous delivery pipelines, where security checks need to run fast enough that engineers do not turn them off. Strix says the system can report findings as a pull request status check and block insecure changes before they reach production. (github.com, strix.ai) Strix’s own materials frame the platform as broader than a command-line tool. The company website says the commercial platform covers code, application programming interfaces, web apps, infrastructure, and cloud environments, with posture tracking, proof-of-exploit for each finding, and merge-ready fix pull requests. (strix.ai) The technical pitch rests on behavior, not just syntax. Strix’s documentation says the system is built to test access-control bugs, injection flaws, server-side request forgery, cross-site scripting, authentication issues, business-logic errors, and infrastructure misconfigurations by interacting with a live target the way a human tester would. (docs.strix.ai) There are limits in Strix’s own setup guide. The open-source version requires Docker plus a large language model provider key from services such as OpenAI, Anthropic, Google, Amazon Web Services Bedrock, or Azure OpenAI, and the docs say smaller local models often struggle with the multi-step planning and tool use the agents need. (github.com, docs.strix.ai) Strix also includes a warning common to offensive security tools: only test systems you own or have explicit permission to test. That caveat is central to whether autonomous pentesting lands as a developer safety net or as another high-powered tool that needs tight guardrails. (docs.strix.ai, github.com)