diff --git a/tests/security/garak.config.yml b/tests/security/garak.config.yml index c206fcc7e..ae210483c 100644 --- a/tests/security/garak.config.yml +++ b/tests/security/garak.config.yml @@ -2,4 +2,4 @@ run: generations: 1 plugins: - probe_spec: dan.DanInTheWildMini \ No newline at end of file + probe_spec: promptinject.HijackHateHumansMini \ No newline at end of file diff --git a/tests/security/run_garak.sh b/tests/security/run_garak.sh new file mode 100755 index 000000000..3e4f17499 --- /dev/null +++ b/tests/security/run_garak.sh @@ -0,0 +1,5 @@ +garak -v \ + --config ./garak.config.yml \ + --generator_option_file ./garak.rest.llm-rag.json \ + --model_type=rest \ + --parallel_attempts 32 \ No newline at end of file