FEAT: Garak sysprompt extraction scenario#2142
Open
rlundeen2 wants to merge 1 commit into
Open
Conversation
Ports garak's sysprompt_extraction.SystemPromptExtraction probe as a PyRIT scenario. Installs a real system prompt on the target, then sends extraction templates (9 garak categories) and scores responses with a deterministic n-gram containment scorer. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Ports garak's
sysprompt_extraction.SystemPromptExtractionprobe as a PyRIT scenario, operationally similar to the garak probe but built with scenario constructs.What it does
garak_drh_system_prompts/garak_tm_system_promptsdatasets) on the target, then sends an extraction request asking the model to reveal it.garak_system_prompt_extractiondataset; each template carries a per-seedtechniquetag mapping to one of the 9 garak categories, which becomeSystemPromptExtractionStrategymembers.AtomicAttackwhose seed groups are (system prompt x template) combinations. Across all selected categories the total combinations are randomly sampled down toprompt_cap(garak'ssoft_probe_prompt_cap) so a default run stays bounded.SystemPromptExtractionScorer(character n-gram containment overlap, reusingApproximateTextMatching), wrapped byFloatScaleThresholdScorer.Notes
web_injectionscenario pattern for dataset loading/resolution.doc/scanner/garak.py/.ipynb) updated with a minimal executable run.derczynski2024garakto the bibliography.