@@ -3,7 +3,7 @@ CLI reference for garak
3
3
4
4
::
5
5
6
- garak LLM security probe v0.9.0.11.post1 ( https://github.com/leondz/garak ) at 2024-01-26T14:56:34.622801
6
+ garak LLM security probe v0.9.0.11.post2 ( https://github.com/leondz/garak ) at 2024-02-20T15:22:27.625300
7
7
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
8
8
[--narrow_output]
9
9
[--parallel_requests PARALLEL_REQUESTS]
@@ -15,7 +15,7 @@ CLI reference for garak
15
15
[--probes PROBES]
16
16
[--probe_option_file PROBE_OPTION_FILE | --probe_options PROBE_OPTIONS | --probe_tags PROBE_TAGS]
17
17
[--detectors DETECTORS] [--extended_detectors]
18
- [--buff BUFF ] [--taxonomy TAXONOMY]
18
+ [--buffs BUFFS ] [--taxonomy TAXONOMY]
19
19
[--plugin_info PLUGIN_INFO] [--list_probes]
20
20
[--list_detectors] [--list_generators] [--list_buffs]
21
21
[--list_config] [--version] [--report REPORT]
@@ -70,7 +70,8 @@ CLI reference for garak
70
70
--extended_detectors If detectors aren't specified on the command line,
71
71
should we run all detectors? (default is just the
72
72
primary detector, if given, else everything)
73
- --buff BUFF, -b BUFF buff to use
73
+ --buffs BUFFS, -b BUFFS
74
+ list of buffs to use. Default is none
74
75
--taxonomy TAXONOMY specify a MISP top-level taxonomy to be used for
75
76
grouping probes in reporting. e.g. 'avid-effect',
76
77
'owasp'
0 commit comments