From 70d7e62ca08d55fd487695644b258195f2381387 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Thu, 29 May 2025 17:43:51 -0600 Subject: [PATCH] back to promptinject.HijackHateHumansMini instead of DAN probe --- tests/security/garak.config.yml | 2 +- tests/security/run_garak.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 tests/security/run_garak.sh 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