Volkan Kutal
Volkan Kutal
## Description: This PR introduces two new features to the `LeetspeakConverter` class in `leetspeak_converter.py`: ### Deterministic Flag: - Adds an optional deterministic flag to the `LeetspeakConverter`. - When enabled, this...
#### Is your feature request related to a problem? Please describe. Currently, PyRIT lacks a converter that can transform harmful natural language prompts into mathematically encoded prompts. Recent research introduced...
### Overview This PR introduces the **Malicious Question Generator** converter, adapted from Project Moonshot. The converter uses an LLM (through the `PromptTarget`) to generate cybersecurity-related malicious questions in Python list...
The AI Recruiter is now fully functional with a FastAPI server, allowing us to upload PDFs and compare candidates’ résumés against job descriptions. The previous raw HTTP approach struggled with...
### Is your feature request related to a problem? Please describe We currently support ASCII smuggling via Unicode Tags and bit-level encoding via Sneaky Bits. However, we don’t yet support...
### Proposal for PDF Injection Feature to Address RAG Vulnerabilities - **Tool**: Garak - **Issue Reference**: [Indirect injection probes focused on RAG vulnerabilities #888](https://github.com/leondz/garak/issues/888) - **Details**: - **Description**: Garak includes...
This is the first draft of the blog post, providing an overview of the XPIA Orchestrator and AI Recruiter use case within PyRIT. We explore how these components interact to...
#### Is your feature request related to a problem? Please describe. When red teaming agentic systems with multiple tools, APIs, and permission boundaries, PyRIT lacks visibility into the system architecture....
Thank you @eugeniavkim for working with me on the concept and design of this agentic multi-agent red teaming pipeline! Please review when you have a chance. Feedback, suggestions for further...
#### Is your feature request related to a problem? Please describe. Currently, converters like `CharSwapConverter`, or other prompt perturbation tools in PyRIT, are only usable before prompts are sent to...