Skip to content

Commit 6161a4d

Browse files
authored
Merge pull request #79 from felipepenha/config
feat(garak): update garak to v0.17.0 and refresh probe_spec reference list
2 parents 95c34e7 + fdb3bdc commit 6161a4d

3 files changed

Lines changed: 990 additions & 700 deletions

File tree

exploitation/garak/config/garak.yaml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@
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,\
@@ -20,19 +28,31 @@
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

exploitation/garak/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Garak exploitation setup for the GenAI Red Team Lab"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"garak>=0.9.0.1",
8+
"garak>=0.17.0",
99
]
1010

1111
[dependency-groups]

0 commit comments

Comments
 (0)