FEAT: adding Garak audio achilles scenario - #2138
Merged
Richard Lundeen (richlundeen) merged 4 commits intoAug 13, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
… dataset Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Wire the runnable audio example to RealtimeTarget (the OpenAI Realtime audio websocket), which accepts audio_path input, and execute the notebook so the AudioAchillesHeel scenario produces real outputs. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Roman Lutz (romanlutz)
approved these changes
Aug 11, 2026
Resolve conflicts and migrate the AudioAchillesHeel garak scenario to main's
refactored scenario API:
- ScenarioStrategy -> ScenarioTechnique (AudioAchillesHeelTechnique)
- SeedAttackGroup -> AttackSeedGroup
- strategy_class/default_strategy -> technique_class
- initialize_async(**kwargs) -> set_params_from_args(args=...) + initialize_async()
Update the scenario, its unit tests, the garak __init__ exports, and the
doc/scanner/garak.{py,ipynb} runnable cells accordingly.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 9804cc31-b5b2-4cbd-95cd-fb49de7b1714
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 11, 2026
Richard Lundeen (richlundeen)
deleted the
rlundeen2-audio-achilles-heel-scenario
branch
August 13, 2026 23:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new Garak scenario,
AudioAchillesHeel, that ports Garak'saudio.AudioAchillesHeelprobe into PyRIT scenario constructs. The adversarial instruction is delivered as spoken audio while the text channel carries only a benign "follow the audio instructions" nudge, testing whether a multimodal target complies with harmful spoken instructions.What it does
garak_audio_achilles_heeldataset.Message), mirroring Garak's request shape.mitigation.MitigationBypassdetector).Notes
max_dataset_size=10of ~350 clips) so a defaultpyrit_scan garak.audio_achilles_heelcompletes quickly; override with--max-dataset-size.audio_pathinput (multimodal).doc/scanner/garak.py+.ipynb).Tests
tests/unit/scenario/garak/test_audio_achilles_heel.py(all passing).