Skip to content

FEAT: Garak sysprompt extraction scenario - #2142

Merged
Richard Lundeen (rlundeen2) merged 15 commits into
microsoft:mainfrom
rlundeen2:rlundeen2-garak-sysprompt-scenario
Aug 14, 2026
Merged

FEAT: Garak sysprompt extraction scenario#2142
Richard Lundeen (rlundeen2) merged 15 commits into
microsoft:mainfrom
rlundeen2:rlundeen2-garak-sysprompt-scenario

Conversation

@rlundeen2

Copy link
Copy Markdown
Contributor

Ports garak's sysprompt_extraction.SystemPromptExtraction probe as a PyRIT scenario, operationally similar to the garak probe but built with scenario constructs.

What it does

  • Installs a real system prompt (sampled from the garak_drh_system_prompts / garak_tm_system_prompts datasets) on the target, then sends an extraction request asking the model to reveal it.
  • Extraction templates live in a new local garak_system_prompt_extraction dataset; each template carries a per-seed technique tag mapping to one of the 9 garak categories, which become SystemPromptExtractionStrategy members.
  • Each selected category becomes one AtomicAttack whose seed groups are (system prompt x template) combinations. Across all selected categories the total combinations are randomly sampled down to prompt_cap (garak's soft_probe_prompt_cap) so a default run stays bounded.
  • Responses are scored deterministically by SystemPromptExtractionScorer (character n-gram containment overlap, reusing ApproximateTextMatching), wrapped by FloatScaleThresholdScorer.

Notes

  • Follows the web_injection scenario pattern for dataset loading/resolution.
  • Docs (doc/scanner/garak.py / .ipynb) updated with a minimal executable run.
  • Added derczynski2024garak to the bibliography.
  • Tests: 23 passing; ruff + ty clean.

Port garak's packagehallucination probe into PyRIT as a scenario plus a
deterministic scorer, following the web_injection precedent.

- Add PackageHallucinationScorer under score/true_false/regex/ (extract-then-
  allow-list; documented why it does not subclass RegexScorer).
- Add PackageHallucination scenario covering Python/JavaScript/Ruby/Rust.
- Move the prompt/task corpus into local .prompt datasets under
  seed_datasets/local/garak/ instead of hardcoding it in scenario code.
- Document the scorer in doc/code/scoring/1_true_false_scorers and the scenario
  in doc/scanner/garak.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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>
…ompt-scenario

# Conflicts:
#	doc/scanner/garak.ipynb
#	doc/scanner/garak.py
#	pyrit/scenario/scenarios/garak/__init__.py
#	pyrit/score/__init__.py
Comment thread pyrit/scenario/scenarios/garak/system_prompt_extraction.py Outdated
…ge-hallucination

Migrated the PackageHallucination scenario to main's ScenarioTechnique API
(ScenarioStrategy -> ScenarioTechnique, SeedAttackGroup -> AttackSeedGroup) and
resolved doc conflicts (added a Doctor section from main, regenerated the
true/false scorer notebook to include both the new PackageHallucinationScorer
subsection and main's new scorer sections).

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 87fecfc8-b093-42a4-b36d-09e437ca1b2a
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 87fecfc8-b093-42a4-b36d-09e437ca1b2a
Apply Roman's review suggestion by using prompt_cap=None to disable the scan cap, and retain notebook hygiene fixes from pre-commit.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d5380728-0f8d-4cc2-b665-055180af481b
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d5380728-0f8d-4cc2-b665-055180af481b
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 87fecfc8-b093-42a4-b36d-09e437ca1b2a
Preserve both the system prompt extraction and audio Achilles heel Garak documentation sections.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d5380728-0f8d-4cc2-b665-055180af481b
Preserve the package hallucination and system prompt extraction scenarios, scorers, datasets, exports, tests, and Garak documentation.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d5380728-0f8d-4cc2-b665-055180af481b
Preserve the system prompt extraction additions alongside the officially merged package hallucination scenario and remove a duplicate empty documentation cell.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d5380728-0f8d-4cc2-b665-055180af481b
Document the deterministic float-scale scorer with an in-memory conversation example in the paired scoring notebook files.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d5380728-0f8d-4cc2-b665-055180af481b
@rlundeen2
Richard Lundeen (rlundeen2) added this pull request to the merge queue Aug 14, 2026
Merged via the queue into microsoft:main with commit c3fce59 Aug 14, 2026
54 checks passed
@rlundeen2
Richard Lundeen (rlundeen2) deleted the rlundeen2-garak-sysprompt-scenario branch August 14, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants