strix icon indicating copy to clipboard operation
strix copied to clipboard

Open-source AI agents for penetration testing

Results 99 strix issues
Sort by recently updated
recently updated
newest added

## Problem The codebase uses 6+ incompatible ID formats across different subsystems, making it impossible to: - Track events across their lifecycle - Reference events consistently between components - Build...

## Problem LLMs have degraded attention for content in the middle of long contexts (~20% recall vs ~80% at start/end). In Strix: - Critical security findings discovered early get buried...

## Problem Tool outputs (nmap, ffuf, sqlmap, etc.) are currently kept in conversation history and sent to the LLM on every subsequent iteration until memory compression triggers at 90K tokens....

## Summary Add stackable verbosity flags (`-v`, `-vv`, `-vvv`) and a `--debug` shortcut to control logging output, enabling better debugging of agent behavior and LLM interactions. ## Use Case Currently,...

**Describe the bug** JSON illegal character/encoding issues cause untestable **To Reproduce** Steps to reproduce the behavior: 1.Error Type View screenshot below 2.It seems llm has some issues with JSON illegal...

bug

## Security Fix This PR addresses a **HIGH** severity vulnerability detected by our security scanner. ### Security Impact Assessment | Aspect | Rating | Rationale | |--------|--------|-----------| | Impact |...

Enhance the reporting tool to provide richer output formats and more detailed finding reports Scope: * Add export options: * PDF * Improved Markdown/HTML export * Enforce more granular finding...

enhancement

Introduce a `--depth` CLI flag to allow users to control scan depth vs speed. Proposed modes: * **Quick** - optimized for CI/CD and fast checks * **Standard** - default mode...

enhancement

Extend the docs with a clear guide for running Strix using local models. Include: * Complete Ollama setup & installation steps * Best recommended local models * Hardware requirements &...

documentation

We need to add a comprehensive setup guide that covers how to configure Strix with the most popular LLM providers. The doc should include: * OpenAI (GPT-5.1, codex, etc.) *...

documentation