Skip to content

TWN-Systems/strix-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Strix Documentation

Welcome to the Strix documentation. Strix is an open-source, AI-powered autonomous penetration testing framework that uses AI agents to discover, validate, and report security vulnerabilities.

Quick Links

Prerequisites

Before using Strix, ensure you have:

  • Docker - Running and accessible
  • Python 3.12+ - Required for installation
  • LLM Provider API Key - From OpenAI, Anthropic, Google, or another supported provider

Installation

pipx install strix-agent

Minimal Configuration

export STRIX_LLM="openai/gpt-5"
export LLM_API_KEY="your-api-key"

First Scan

strix --target ./your-app-directory

For detailed provider-specific setup, see the LLM Provider Configuration guide.

Getting Help

About

documentation suite for usestrix.com https://github.com/usestrix/strix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors