@@ -3,7 +3,7 @@ CLI reference for garak
3
3
4
4
::
5
5
6
- garak LLM vulnerability scanner v0.9.0.15 ( https://github.com/leondz/garak ) at 2024-08-13T17:36:13.248824
6
+ garak LLM vulnerability scanner v0.9.0.16 ( https://github.com/leondz/garak ) at 2024-09-06T15:51:58.207983
7
7
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
8
8
[--narrow_output]
9
9
[--parallel_requests PARALLEL_REQUESTS]
@@ -13,8 +13,8 @@ CLI reference for garak
13
13
[--generations GENERATIONS] [--config CONFIG]
14
14
[--model_type MODEL_TYPE] [--model_name MODEL_NAME]
15
15
[--generator_option_file GENERATOR_OPTION_FILE | --generator_options GENERATOR_OPTIONS]
16
- [--probes PROBES]
17
- [--probe_option_file PROBE_OPTION_FILE | --probe_options PROBE_OPTIONS | --probe_tags PROBE_TAGS ]
16
+ [--probes PROBES] [--probe_tags PROBE_TAGS]
17
+ [--probe_option_file PROBE_OPTION_FILE | --probe_options PROBE_OPTIONS]
18
18
[--detectors DETECTORS] [--extended_detectors]
19
19
[--buffs BUFFS] [--taxonomy TAXONOMY]
20
20
[--plugin_info PLUGIN_INFO] [--list_probes]
@@ -59,13 +59,13 @@ CLI reference for garak
59
59
--probes PROBES, -p PROBES
60
60
list of probe names to use, or 'all' for all
61
61
(default).
62
+ --probe_tags PROBE_TAGS
63
+ only include probes with a tag that starts with this
64
+ value (e.g. owasp:llm01)
62
65
--probe_option_file PROBE_OPTION_FILE, -P PROBE_OPTION_FILE
63
66
path to JSON file containing options to pass to probes
64
67
--probe_options PROBE_OPTIONS
65
68
options to pass to probes, formatted as a JSON dict
66
- --probe_tags PROBE_TAGS
67
- only include probes with a tag that starts with this
68
- value (e.g. owasp:llm01)
69
69
--detectors DETECTORS, -d DETECTORS
70
70
list of detectors to use, or 'all' for all. Default is
71
71
to use the probe's suggestion.
0 commit comments