File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88# Ref: https://reference.garak.ai/en/latest/configurable.html
99
1010# -----------------------------
11- # List of proble to choose from
11+ # List of probes to choose from
12+ # To obtain the most up-to-date list, run:
13+ # uv run garak --list_probes
1214# -----------------------------
13- # probe_spec: "ansiescape,\
15+ # probe_spec: "adaptive_attacks,\
16+ # agent_breaker,\
17+ # ansiescape,\
18+ # apikey,\
19+ # atkgen,\
20+ # audio,\
1421# av_spam_scanning,\
22+ # badchars,\
1523# continuation,\
1624# dan,\
1725# divergence,\
2028# dra,\
2129# encoding,\
2230# exploitation,\
31+ # fileformats,\
2332# fitd,\
2433# glitch,\
34+ # goat,\
2535# goodside,\
2636# grandma,\
2737# latentinjection,\
2838# leakreplay,\
39+ # lmrc,\
40+ # malwaregen,\
2941# misleading,\
3042# packagehallucination,\
3143# phrasing,\
3244# promptinject,\
45+ # propile,\
46+ # realtoxicityprompts,\
3347# sata,\
48+ # smuggling,\
3449# snowball,\
50+ # suffix,\
51+ # sysprompt_extraction,\
52+ # tap,\
53+ # test,\
3554# topic,\
55+ # visual_jailbreak,\
3656# web_injection"
3757# -----------------------------
3858
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Garak exploitation setup for the GenAI Red Team Lab"
55readme = " README.md"
66requires-python = " >=3.12"
77dependencies = [
8- " garak>=0.9.0.1 " ,
8+ " garak>=0.17.0 " ,
99]
1010
1111[dependency-groups ]
You can’t perform that action at this time.
0 commit comments