FEAT: Add Dart, Perl, and Raku package hallucination techniques - #2537
Open
Yusef Syed (YusefSyed) wants to merge 1 commit into
Open
FEAT: Add Dart, Perl, and Raku package hallucination techniques#2537Yusef Syed (YusefSyed) wants to merge 1 commit into
Yusef Syed (YusefSyed) wants to merge 1 commit into
Conversation
|
Yusef Syed (@YusefSyed) please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
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
Closes #2531.
This extends the existing
garak.package_hallucinationscenario with Dart, Perl, and Raku while reusing PyRIT's registered Garak package datasets andPackageHallucinationScorersupport..pyand.ipynbdocumentationNo dataset loader, scorer, or default-loading behavior is added or duplicated.
AI assistance disclosure: AI tools assisted with repository search, implementation drafting, and a separate fresh-context review. I directed the work, reviewed the final four-file diff, verified the existing dataset/scorer contracts and upstream Garak language labels, removed unrelated generated lockfile churn, and ran the checks below.
Tests and Documentation
uv run --frozen pytest tests/unit/scenario/garak/test_package_hallucination.py -q— 31 passeduv run --frozen pytest tests/unit/scenario/garak/test_package_hallucination.py tests/unit/score/test_package_hallucination_scorer.py tests/unit/datasets/test_garak_package_hallucination_dataset.py tests/unit/docs/test_scenario_documentation.py -q— 79 passeduv run --frozen -m pytest -n 4 --dist=loadfile tests/unit— 17,067 passed, 10 skippeduv run --frozen pre-commit run --files pyrit/scenario/scenarios/garak/package_hallucination.py tests/unit/scenario/garak/test_package_hallucination.py doc/scanner/garak.py doc/scanner/garak.ipynb— all hooks passed, including Ruff, ty, documentation validation, notebook checks, and async-suffix validationdoc/scanner/garak.pyanddoc/scanner/garak.ipynb— synchronized; conversion differed only in the locally installed Jupytext version metadata (1.19.4vs1.19.5)The full unit run reported 17 existing dependency/deprecation warnings. No live model target or external registry download was used; the focused tests mock registry fetching and exercise the provider-free scenario wiring.