Ahmed Allam and GitHub
2c3baba9a1
feat(tui): add syntax highlighting for tool renderers ( #195 )
...
Add Pygments-based syntax highlighting with native hacker theme:
- Python renderer: Python code highlighting
- Browser renderer: JavaScript code highlighting
- Terminal renderer: Bash command highlighting
- File edit renderer: Auto-detect language from file extension, diff-style display
2025-12-14 04:39:28 +04:00
0xallam
7625fbf80a
chore: add Python 3.13 and 3.14 classifiers
2025-12-13 11:20:30 -08:00
Ahmed Allam and GitHub
3ba16c0ca4
Update README to remove duplicate demo image
2025-12-12 21:59:16 +04:00
Ahmed Allam and GitHub
85473d5027
Add DeepWiki docs for Strix
2025-12-12 21:58:28 +04:00
K0IN and GitHub
222c0f0d70
Update GitHub Actions checkout action version ( #189 )
2025-12-11 22:24:20 +04:00
Alexander De Battista Kvamme and GitHub
3b835b9986
Fix/ Long text instruction causes crash ( #184 )
2025-12-08 23:23:51 +04:00
0xallam
7f29b5c278
fix: lint errors and code style improvements
2025-12-07 17:54:32 +02:00
0xallam
90e84acbf8
chore: bump version to 0.4.1
2025-12-07 15:13:45 +02:00
0xallam and Ahmed Allam
58cdb273c1
fix: add timeout to sandbox tool execution HTTP calls
...
Replace timeout=None with configurable timeouts (120s execution, 10s connect)
to prevent hung sandbox connections from blocking indefinitely.
Configurable via STRIX_SANDBOX_EXECUTION_TIMEOUT and STRIX_SANDBOX_CONNECT_TIMEOUT
environment variables.
2025-12-07 17:07:25 +04:00
0xallam and Ahmed Allam
4d38708fb2
chore: add google-cloud-aiplatform dependency
...
Adds support for Vertex AI models via the google-cloud-aiplatform SDK.
2025-12-07 04:11:37 +04:00
0xallam
08c65f73b8
fix: make LLM_API_KEY optional for all providers
...
Some providers like Vertex AI, AWS Bedrock, and local models don't
require an API key as they use different authentication mechanisms.
2025-12-07 02:07:28 +02:00
0xallam and Ahmed Allam
6129465940
fix: filter out image_url content for non-vision models
2025-12-07 02:13:02 +04:00
Ahmed Allam and Ahmed Allam
e5cca8eb23
chore: Bump litellm version
2025-12-07 01:38:21 +04:00
0xallam and Ahmed Allam
f25c058f91
fix: pass api_key directly to litellm completion calls
2025-12-07 01:38:21 +04:00
0xallam and Ahmed Allam
42e732cc7e
fix: set LITELLM_API_KEY env var for unified API key support
2025-12-07 01:38:21 +04:00
0xallam
366e8d2f2d
fix: improve request queue reliability and reduce stuck requests
2025-12-06 20:44:48 +02:00
0xallam and Ahmed Allam
c227957586
chore(deps): bump urllib3 from 2.5.0 to 2.6.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-06 16:23:55 +04:00
Ahmed Allam and GitHub
6043aea0e3
Update README.md
2025-12-03 20:09:22 +00:00
Ahmed Allam and Ahmed Allam
969c76c62d
refactor(tests): reorganize unit tests module structure
2025-12-04 00:02:14 +04:00
Ahmed Allam and Ahmed Allam
2a2f72da0b
chore: resolve linting errors in test modules
2025-12-04 00:02:14 +04:00
Jeong-Ryeol and Ahmed Allam
3c5ceaa067
test: add initial unit tests for argument_parser module
...
Add comprehensive test suite for the argument_parser module including:
- Tests for _convert_to_bool with truthy/falsy values
- Tests for _convert_to_list with JSON and comma-separated inputs
- Tests for _convert_to_dict with valid/invalid JSON
- Tests for convert_string_to_type with various type annotations
- Tests for convert_arguments with typed functions
- Tests for ArgumentConversionError exception class
This establishes the foundation for the project's test infrastructure
with pytest configuration already in place.
2025-12-04 00:02:14 +04:00
e8a101cd72
docs: add file-based instruction example ( #165 )
...
Co-authored-by: 0xallam <ahmed39652003@gmail.com >
2025-12-03 22:59:59 +04:00
2faf23d79b
feat: Show Model Name in Live Stats Panel ( #169 )
...
Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com >
2025-12-03 18:45:01 +00:00
598791452c
chore(deps): bump cryptography from 43.0.3 to 44.0.1 ( #163 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 43.0.3 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 44.0.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 21:44:35 +04:00
51cd04b4eb
chore(deps): bump fonttools from 4.59.1 to 4.61.0 ( #161 )
...
Bumps [fonttools](https://github.com/fonttools/fonttools ) from 4.59.1 to 4.61.0.
- [Release notes](https://github.com/fonttools/fonttools/releases )
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst )
- [Commits](https://github.com/fonttools/fonttools/compare/4.59.1...4.61.0 )
---
updated-dependencies:
- dependency-name: fonttools
dependency-version: 4.61.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 19:23:56 +04:00
Ahmed Allam and GitHub
708d0a7ce9
Update link in README
2025-12-01 16:04:46 +04:00
Ahmed Allam and GitHub
4adf5a1f2f
Add acknowledgements in README
2025-11-29 19:27:30 +04:00
Ahmed Allam
11769fbd1b
chore: Bump version for 0.4.0 release
2025-11-25 20:18:44 +04:00
976faaaebd
Real-time display panel for agent stats ( #134 )
...
Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com >
2025-11-25 12:06:20 +00:00
ea0b457e6a
Add open redirect, subdomain takeover, and info disclosure prompt modules ( #132 )
...
Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com >
2025-11-25 10:32:55 +00:00
0xallam and Ahmed Allam
867cb6fc1f
chore(deps): bump pypdf from 6.1.3 to 6.4.0
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.1.3 to 6.4.0.
- [Release notes](https://github.com/py-pdf/pypdf/releases )
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/pypdf/compare/6.1.3...6.4.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-25 12:44:38 +04:00
Ahmed Allam and GitHub
22c37cb9e6
Update README
2025-11-23 22:29:44 +04:00
Ahmed Allam and Ahmed Allam
d57a334627
feat: support file-based instructions for detailed test configuration
2025-11-23 00:46:37 +04:00
Ahmed Allam and Ahmed Allam
2b2b7967b8
feat: enhance run name generation to include target information
2025-11-22 22:54:07 +04:00
Ahmed Allam and Ahmed Allam
a027b09d3b
feat: implement incremental pentest data persistence
2025-11-22 22:54:07 +04:00
20aa7da3d2
feat(llm): make LLM request queue rate limits configurable and more conservative
...
Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com >
2025-11-22 17:07:43 +00:00
Ahmed Allam
97553dbaad
docs: update README
2025-11-21 23:07:11 +04:00
Ahmed Allam
126771f45a
feat(agent): implement agent identity guidline and improve system prompt
2025-11-15 16:21:05 +04:00
Ahmed Allam
7e13d887c7
refactor(llm): remove unused temperature parameter from LLMConfig
2025-11-15 12:44:40 +04:00
Ahmed Allam
c392315c1f
feat(llm): enhance model features handling with pattern matching
2025-11-15 12:43:43 +04:00
Ahmed Allam
8823d56891
fix(agent): increase waiting time threshold from 120 to 600 seconds
2025-11-15 12:39:46 +04:00
Ahmed Allam
e261e8c772
chore: Bump LiteLLM version
2025-11-15 12:37:22 +04:00
Ahmed Allam and GitHub
f70cb8586e
chore: Fix formatting in README.md
2025-11-14 16:07:54 +00:00
Ahmed Allam and Ahmed Allam
cb9b613863
chore: Minor readme tweaks. Bump version for 0.3.4 release
2025-11-14 20:02:48 +04:00
Mark Percival and Ahmed Allam
be913d3cf8
fix: link
2025-11-14 20:02:48 +04:00
Mark Percival and Ahmed Allam
a7d782ebee
Chore: Update README
2025-11-14 20:02:48 +04:00
Ahmed Allam and Ahmed Allam
f3c17e224f
fix(runtime): correct DOCKER_HOST parsing for sandbox URL
2025-11-14 02:41:00 +04:00
Ahmed Allam and Ahmed Allam
dffdc50a98
feat: support scanning IP addresses
2025-11-14 01:38:58 +04:00
Ahmed Allam and GitHub
e0dac77e6e
Update README
2025-11-12 19:29:01 +04:00
purpl3horse and Ahmed Allam
cce96a3745
Update README.md
...
Instruction argument was written in plural in the readme ( a typo )
2025-11-12 19:03:27 +04:00