PyRIT icon indicating copy to clipboard operation
PyRIT copied to clipboard

The Python Risk Identification Tool for generative AI (PyRIT) is an open access automation framework to empower security professionals and machine learning engineers to proactively find risks in their...

Results 197 PyRIT issues
Sort by recently updated
recently updated
newest added

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...

## Description This PR adds a code cell to `tree_of_attacks_with_pruning.ipynb` to demonstrate an image target example and modifies `tree_of_attacks.py` to adapt the Tree of Attacks orchestrator for image targets, particularly...

#### 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...

Replace FastChat’s custom prompt logic with Hugging Face’s apply_chat_template() and tokenizer_config.json. - Enable use_fast = True in the tokenizer. - Update _update_ids() in `pyrit/auxiliary_attacks/gcg/attack/base/attack_manager.py` to call apply_chat_template(), generating model-specific prompts...

#### Is your feature request related to a problem? Please describe. Add this dataset into PyRIT - it is not currently apart of PyRIT yet. https://huggingface.co/datasets/nvidia/Aegis-AI-Content-Safety-Dataset-2.0 NVIDIA's model evaluation for...

#### Is your feature request related to a problem? Please describe. The following blog describes an interesting attack technique of randomly appending tokens to evade detection. We should explore if...

enhancement
help wanted

#### Is your feature request related to a problem? Please describe. Create a new target for WebSockets, i.e. "WebSocket Target". Many web applications in the wild use only WebSockets under...

#### Is your feature request related to a problem? Please describe. Add this dataset into PyRIT - it is not currently apart of PyRIT yet. https://huggingface.co/datasets/JailbreakV-28K/JailBreakV-28k/viewer/JailBreakV_28K/mini_JailBreakV_28K?views%5B%5D=jailbreakv_28k_mini_jailbreakv_28k&row=4 #### Describe the solution...

help wanted
datasets

#### Description After cloning the project and building the the project using the Dockerfile, the build fails during the installation of mssql-tools. There is a following issue: E: Unable to...