From 9c4cc1ffdd414c05a12e8b42a9036758ca4d6a9c Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:35:27 -0700 Subject: [PATCH 1/4] Correct dataset reference metadata Align dataset authors, affiliations, citation details, and YAML provenance with authoritative paper and source metadata. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: dd1ad5b0-f48b-4a55-b75e-0b875d438047 --- doc/references.bib | 2 +- .../converters/atbash_description.yaml | 1 + .../converters/caesar_description.yaml | 1 + .../decomposition_system_prompt.yaml | 2 +- .../decomposition/reconstruction_prompt.yaml | 2 +- .../decomposition/word_game_preamble.yaml | 2 +- .../converters/morse_description.yaml | 1 + .../persuasion/authority_endorsement.yaml | 2 +- .../converters/persuasion/evidence_based.yaml | 2 +- .../persuasion/expert_endorsement.yaml | 2 +- .../converters/persuasion/logical_appeal.yaml | 2 +- .../persuasion/misrepresentation.yaml | 2 +- .../executors/question_answer/wmdp_dataset.py | 2 +- .../jailbreak/templates/cipher_chat.yaml | 2 +- .../multi_parameter/many_shot_template.yaml | 4 +- .../remote/beaver_tails_dataset.py | 5 +- .../seed_datasets/remote/coconot_dataset.py | 9 ++- .../remote/dangerous_qa_dataset.py | 6 +- .../seed_datasets/remote/darkbench_dataset.py | 2 +- .../remote/decoding_trust_toxicity_dataset.py | 29 +++------- .../seed_datasets/remote/figstep_dataset.py | 9 ++- .../seed_datasets/remote/garak_dataset.py | 15 ++++- .../seed_datasets/remote/harmbench_dataset.py | 17 +++++- .../remote/mm_safetybench_dataset.py | 58 ++++++++++--------- .../seed_datasets/remote/msts_dataset.py | 14 +++-- .../remote/promptintel_dataset.py | 2 +- .../remote/salad_bench_dataset.py | 2 +- .../remote/simple_safety_tests_dataset.py | 2 +- .../seed_datasets/remote/sosbench_dataset.py | 1 + .../remote/transphobia_awareness_dataset.py | 2 +- .../remote/wildguardmix_dataset.py | 37 ++++++------ .../test_decoding_trust_toxicity_dataset.py | 3 +- 32 files changed, 145 insertions(+), 97 deletions(-) diff --git a/doc/references.bib b/doc/references.bib index cb29be841e..033512a078 100644 --- a/doc/references.bib +++ b/doc/references.bib @@ -692,7 +692,7 @@ @inproceedings{wang2025siuo @inproceedings{darkbench2025, title = {{DarkBench}: Benchmarking Dark Patterns in Large Language Models}, - author = {Esben Kran and Hieu Minh Nguyen and Akash Kundu and Sami Jawhar and Jinsuk Park and Mateusz Maria Jurewicz}, + author = {Esben Kran and Hieu Minh "Jord" Nguyen and Akash Kundu and Sami Jawhar and Jinsuk Park and Mateusz Maria Jurewicz}, booktitle = {International Conference on Learning Representations (ICLR)}, year = {2025}, url = {https://arxiv.org/abs/2503.10728}, diff --git a/pyrit/datasets/converters/atbash_description.yaml b/pyrit/datasets/converters/atbash_description.yaml index 991db42155..53410fe537 100644 --- a/pyrit/datasets/converters/atbash_description.yaml +++ b/pyrit/datasets/converters/atbash_description.yaml @@ -12,6 +12,7 @@ authors: groups: - School of Data Science, The Chinese University of Hong Kong, Shenzhen, China - Tencent AI Lab + - The Chinese University of Hong Kong source: https://github.com/RobustNLP/CipherChat/blob/main/prompts_and_demonstrations.py parameters: - prompt diff --git a/pyrit/datasets/converters/caesar_description.yaml b/pyrit/datasets/converters/caesar_description.yaml index 8c15413875..f770750f6a 100644 --- a/pyrit/datasets/converters/caesar_description.yaml +++ b/pyrit/datasets/converters/caesar_description.yaml @@ -12,6 +12,7 @@ authors: groups: - School of Data Science, The Chinese University of Hong Kong, Shenzhen, China - Tencent AI Lab + - The Chinese University of Hong Kong source: https://github.com/RobustNLP/CipherChat/blob/main/prompts_and_demonstrations.py parameters: - prompt diff --git a/pyrit/datasets/converters/decomposition/decomposition_system_prompt.yaml b/pyrit/datasets/converters/decomposition/decomposition_system_prompt.yaml index f97e7e8088..ac1f836140 100644 --- a/pyrit/datasets/converters/decomposition/decomposition_system_prompt.yaml +++ b/pyrit/datasets/converters/decomposition/decomposition_system_prompt.yaml @@ -15,7 +15,7 @@ source: https://arxiv.org/abs/2402.16914 groups: - University of California, Los Angeles - Pennsylvania State University - - University of Maryland College Park + - University of Maryland, College Park data_type: text response_json_schema: type: object diff --git a/pyrit/datasets/converters/decomposition/reconstruction_prompt.yaml b/pyrit/datasets/converters/decomposition/reconstruction_prompt.yaml index 9075a5e951..76475be75a 100644 --- a/pyrit/datasets/converters/decomposition/reconstruction_prompt.yaml +++ b/pyrit/datasets/converters/decomposition/reconstruction_prompt.yaml @@ -15,7 +15,7 @@ source: https://arxiv.org/abs/2402.16914 groups: - University of California, Los Angeles - Pennsylvania State University - - University of Maryland College Park + - University of Maryland, College Park parameters: - questions_prefix - sentence_structure diff --git a/pyrit/datasets/converters/decomposition/word_game_preamble.yaml b/pyrit/datasets/converters/decomposition/word_game_preamble.yaml index b572aab34b..c93024da1d 100644 --- a/pyrit/datasets/converters/decomposition/word_game_preamble.yaml +++ b/pyrit/datasets/converters/decomposition/word_game_preamble.yaml @@ -15,7 +15,7 @@ source: https://arxiv.org/abs/2402.16914 groups: - University of California, Los Angeles - Pennsylvania State University - - University of Maryland College Park + - University of Maryland, College Park parameters: - mapping data_type: text diff --git a/pyrit/datasets/converters/morse_description.yaml b/pyrit/datasets/converters/morse_description.yaml index 404df0eb42..e7f49fb5ef 100644 --- a/pyrit/datasets/converters/morse_description.yaml +++ b/pyrit/datasets/converters/morse_description.yaml @@ -12,6 +12,7 @@ authors: groups: - School of Data Science, The Chinese University of Hong Kong, Shenzhen, China - Tencent AI Lab + - The Chinese University of Hong Kong source: https://github.com/RobustNLP/CipherChat/blob/main/prompts_and_demonstrations.py parameters: - prompt diff --git a/pyrit/datasets/converters/persuasion/authority_endorsement.yaml b/pyrit/datasets/converters/persuasion/authority_endorsement.yaml index 11232c61a6..c655b11a35 100644 --- a/pyrit/datasets/converters/persuasion/authority_endorsement.yaml +++ b/pyrit/datasets/converters/persuasion/authority_endorsement.yaml @@ -11,7 +11,7 @@ authors: groups: - Virginia Tech - Renmin University of China - - UC Davis + - University of California, Davis - Stanford University source: https://github.com/CHATS-lab/persuasive_jailbreaker/blob/main/PAP_Better_Incontext_Sample/mutation_utils.py data_type: text diff --git a/pyrit/datasets/converters/persuasion/evidence_based.yaml b/pyrit/datasets/converters/persuasion/evidence_based.yaml index 87c21b5fc0..9aa5f8336a 100644 --- a/pyrit/datasets/converters/persuasion/evidence_based.yaml +++ b/pyrit/datasets/converters/persuasion/evidence_based.yaml @@ -11,7 +11,7 @@ authors: groups: - Virginia Tech - Renmin University of China - - UC Davis + - University of California, Davis - Stanford University source: https://github.com/CHATS-lab/persuasive_jailbreaker/blob/main/PAP_Better_Incontext_Sample/mutation_utils.py data_type: text diff --git a/pyrit/datasets/converters/persuasion/expert_endorsement.yaml b/pyrit/datasets/converters/persuasion/expert_endorsement.yaml index 1dd03a1b00..a77a51c5b3 100644 --- a/pyrit/datasets/converters/persuasion/expert_endorsement.yaml +++ b/pyrit/datasets/converters/persuasion/expert_endorsement.yaml @@ -11,7 +11,7 @@ authors: groups: - Virginia Tech - Renmin University of China - - UC Davis + - University of California, Davis - Stanford University source: https://github.com/CHATS-lab/persuasive_jailbreaker/blob/main/PAP_Better_Incontext_Sample/mutation_utils.py data_type: text diff --git a/pyrit/datasets/converters/persuasion/logical_appeal.yaml b/pyrit/datasets/converters/persuasion/logical_appeal.yaml index 1460d36045..da6ef50fc8 100644 --- a/pyrit/datasets/converters/persuasion/logical_appeal.yaml +++ b/pyrit/datasets/converters/persuasion/logical_appeal.yaml @@ -11,7 +11,7 @@ authors: groups: - Virginia Tech - Renmin University of China - - UC Davis + - University of California, Davis - Stanford University source: https://github.com/CHATS-lab/persuasive_jailbreaker/blob/main/PAP_Better_Incontext_Sample/mutation_utils.py data_type: text diff --git a/pyrit/datasets/converters/persuasion/misrepresentation.yaml b/pyrit/datasets/converters/persuasion/misrepresentation.yaml index 3e5c9d4f87..8fb8072623 100644 --- a/pyrit/datasets/converters/persuasion/misrepresentation.yaml +++ b/pyrit/datasets/converters/persuasion/misrepresentation.yaml @@ -11,7 +11,7 @@ authors: groups: - Virginia Tech - Renmin University of China - - UC Davis + - University of California, Davis - Stanford University source: https://github.com/CHATS-lab/persuasive_jailbreaker/blob/main/PAP_Better_Incontext_Sample/mutation_utils.py data_type: text diff --git a/pyrit/datasets/executors/question_answer/wmdp_dataset.py b/pyrit/datasets/executors/question_answer/wmdp_dataset.py index 81f4711747..91be23a061 100644 --- a/pyrit/datasets/executors/question_answer/wmdp_dataset.py +++ b/pyrit/datasets/executors/question_answer/wmdp_dataset.py @@ -70,7 +70,7 @@ def fetch_wmdp_dataset(category: str | None = None) -> QuestionAnsweringDataset: and Nathan Helm-Burger and Rassin Lababidi and Lennart Justen and Andrew B. Liu and Michael Chen and Isabelle Barrass and Oliver Zhang and Xiaoyuan Zhu and Rishub Tamirisa and Bhrugu Bharathi and Adam Khoja and Zhenqi Zhao and Ariel Herbert-Voss and Cort B. Breuer and Andy Zou and Mantas Mazeika and Zifan Wang - and Palash Oswal and Weiran Liu and Adam A. Hunt and Justin Tienken-Harder and Kevin Y. Shih and Kemper + and Palash Oswal and Weiran Lin and Adam A. Hunt and Justin Tienken-Harder and Kevin Y. Shih and Kemper Talley and John Guan and Russell Kaplan and Ian Steneker and David Campbell and Brad Jokubaitis and Alex Levinson and Jean Wang and William Qian and Kallol Krishna Karmakar and Steven Basart and Stephen Fitz and Mindy Levine and Ponnurangam Kumaraguru and Uday Tupakula and Vijay Varadharajan and Yan diff --git a/pyrit/datasets/jailbreak/templates/cipher_chat.yaml b/pyrit/datasets/jailbreak/templates/cipher_chat.yaml index edddbc0fb4..56d065b8a0 100644 --- a/pyrit/datasets/jailbreak/templates/cipher_chat.yaml +++ b/pyrit/datasets/jailbreak/templates/cipher_chat.yaml @@ -10,7 +10,7 @@ authors: - Shuming Shi - Zhaopeng Tu groups: - - School of Data Science, The Chinese University of Hong Kong, Shenzhen + - School of Data Science, The Chinese University of Hong Kong, Shenzhen, China - Tencent AI Lab - The Chinese University of Hong Kong source: https://arxiv.org/abs/2308.06463 GPT-4 Is Too Smart To Be Safe Stealthy Chat with LLMs via Cipher diff --git a/pyrit/datasets/jailbreak/templates/multi_parameter/many_shot_template.yaml b/pyrit/datasets/jailbreak/templates/multi_parameter/many_shot_template.yaml index 3f7ff478cf..c05b3245e7 100644 --- a/pyrit/datasets/jailbreak/templates/multi_parameter/many_shot_template.yaml +++ b/pyrit/datasets/jailbreak/templates/multi_parameter/many_shot_template.yaml @@ -39,8 +39,8 @@ groups: - University of Toronto - Vector Institute - Constellation - - Stanford - - Harvard + - Stanford University + - Harvard University source: https://www.anthropic.com/research/many-shot-jailbreaking parameters: - prompt diff --git a/pyrit/datasets/seed_datasets/remote/beaver_tails_dataset.py b/pyrit/datasets/seed_datasets/remote/beaver_tails_dataset.py index c65d097f49..27469a0e64 100644 --- a/pyrit/datasets/seed_datasets/remote/beaver_tails_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/beaver_tails_dataset.py @@ -125,7 +125,10 @@ async def fetch_dataset_async(self, *, cache: bool = True) -> SeedDataset: ) source_url = f"https://huggingface.co/datasets/{self.HF_DATASET_NAME}" - groups = ["Institute for Artificial Intelligence", "CFCS, School of Computer Science"] + groups = [ + "Institute for Artificial Intelligence, Peking University", + "Center on Frontiers of Computing Studies, School of Computer Science, Peking University", + ] seed_prompts = [] for item in data: diff --git a/pyrit/datasets/seed_datasets/remote/coconot_dataset.py b/pyrit/datasets/seed_datasets/remote/coconot_dataset.py index ac43968773..e5d40a38a1 100644 --- a/pyrit/datasets/seed_datasets/remote/coconot_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/coconot_dataset.py @@ -82,7 +82,14 @@ class _CoCoNotBaseDataset(_RemoteDatasetLoader): "Hannaneh Hajishirzi", ] - _GROUPS: ClassVar[list[str]] = ["Allen Institute for AI"] + _GROUPS: ClassVar[list[str]] = [ + "Allen Institute for Artificial Intelligence", + "University of Washington", + "The Ohio State University", + "Microsoft Research", + "Samaya AI", + "NVIDIA", + ] HF_DATASET_NAME: str = "allenai/coconot" diff --git a/pyrit/datasets/seed_datasets/remote/dangerous_qa_dataset.py b/pyrit/datasets/seed_datasets/remote/dangerous_qa_dataset.py index 8b8cd810bb..ff357b2c0a 100644 --- a/pyrit/datasets/seed_datasets/remote/dangerous_qa_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/dangerous_qa_dataset.py @@ -106,7 +106,11 @@ async def fetch_dataset_async(self, *, cache: bool = True) -> SeedDataset: "Michael Bernstein", "Diyi Yang", ] - groups = ["Stanford University", "Georgia Institute of Technology"] + groups = [ + "Stanford University", + "Georgia Institute of Technology", + "Shanghai Jiao Tong University", + ] description = ( "DangerousQA contains ~200 harmful questions generated by Shaikh et al. " "(2022) in 'On Second Thought, Let's Not Think Step by Step! Bias and " diff --git a/pyrit/datasets/seed_datasets/remote/darkbench_dataset.py b/pyrit/datasets/seed_datasets/remote/darkbench_dataset.py index 02fb4de41c..1249d3f711 100644 --- a/pyrit/datasets/seed_datasets/remote/darkbench_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/darkbench_dataset.py @@ -86,7 +86,7 @@ async def fetch_dataset_async(self, *, cache: bool = True) -> SeedDataset: ) authors = [ "Esben Kran", - "Jord Nguyen", + 'Hieu Minh "Jord" Nguyen', "Akash Kundu", "Sami Jawhar", "Jinsuk Park", diff --git a/pyrit/datasets/seed_datasets/remote/decoding_trust_toxicity_dataset.py b/pyrit/datasets/seed_datasets/remote/decoding_trust_toxicity_dataset.py index b05ef627ec..f43cd9a212 100644 --- a/pyrit/datasets/seed_datasets/remote/decoding_trust_toxicity_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/decoding_trust_toxicity_dataset.py @@ -54,9 +54,9 @@ class _DecodingTrustToxicityDataset(_RemoteDatasetLoader): """ Loader for the Toxicity perspective of the DecodingTrust benchmark. - DecodingTrust [1] evaluates LLM trustworthiness across eight perspectives; + DecodingTrust evaluates LLM trustworthiness across eight perspectives; the Toxicity perspective publishes ~2.4k prompts sampled from - RealToxicityPrompts [2] and re-scored with the Perspective API. Each record + RealToxicityPrompts and re-scored with the Perspective API. Each record contains a plain-text prompt fragment, eight Perspective-API scores (toxicity, severe_toxicity, profanity, sexually_explicit, identity_attack, threat, insult, flirtation) and a ``challenging`` flag for the @@ -73,15 +73,12 @@ class _DecodingTrustToxicityDataset(_RemoteDatasetLoader): ``>= toxicity_threshold`` adds the corresponding category. This avoids guessing where the source provides no label. - References: - [@wang2023decodingtrust; @gehman2020realtoxicityprompts] - https://github.com/AI-secure/DecodingTrust + Reference: [@wang2023decodingtrust] + Source: https://github.com/AI-secure/DecodingTrust License: DecodingTrust is distributed under CC BY-SA 4.0. PyRIT fetches the - prompts at runtime and does not redistribute them. Full attribution to - the DecodingTrust and RealToxicityPrompts authors is recorded on every - ``SeedPrompt`` produced. + prompts at runtime and does not redistribute them. Warning: The toxic subset contains profanity, sexual content, identity attacks @@ -122,28 +119,20 @@ class _DecodingTrustToxicityDataset(_RemoteDatasetLoader): "Sanmi Koyejo", "Dawn Song", "Bo Li", - # RealToxicityPrompts authors (DecodingTrust subsamples from RTP) - "Samuel Gehman", - "Suchin Gururangan", - "Maarten Sap", - "Yejin Choi", - "Noah A. Smith", ) _GROUPS: tuple[str, ...] = ( - "University of Illinois Urbana-Champaign", + "University of Illinois at Urbana-Champaign", "Stanford University", "University of California, Berkeley", "Center for AI Safety", - "Microsoft Research", - "Allen Institute for Artificial Intelligence", - "University of Washington", - "Paul G. Allen School of Computer Science & Engineering", + "Microsoft Corporation", + "The Chinese University of Hong Kong", ) _DESCRIPTION = ( "Toxicity perspective of the DecodingTrust benchmark (Wang et al., 2023). " - "Prompts are sampled from RealToxicityPrompts (Gehman et al., 2020) and " + "Prompts are sampled from RealToxicityPrompts and " "re-scored with the Perspective API. Each record carries eight Perspective " "scores (toxicity, severe_toxicity, profanity, sexually_explicit, " "identity_attack, threat, insult, flirtation) and a `challenging` flag. " diff --git a/pyrit/datasets/seed_datasets/remote/figstep_dataset.py b/pyrit/datasets/seed_datasets/remote/figstep_dataset.py index df49efccfb..fa6cad4a1c 100644 --- a/pyrit/datasets/seed_datasets/remote/figstep_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/figstep_dataset.py @@ -113,7 +113,14 @@ class _FigStepDataset(_RemoteDatasetLoader): "Xiaoyun Wang", ) - _GROUPS: ClassVar[tuple[str, ...]] = ("Tsinghua University",) + _GROUPS: ClassVar[tuple[str, ...]] = ( + "Tsinghua University", + "Carnegie Mellon University", + "Zhongguancun Laboratory", + "National Financial Cryptography Research Center", + "Shandong Institute of Blockchain", + "Shandong University", + ) COMMIT_SHA: str = "0861b17b3d67887c06ee3534ec65b3012f9becb7" RAW_BASE_URL: str = f"https://raw.githubusercontent.com/ThuCCSLab/FigStep/{COMMIT_SHA}/" diff --git a/pyrit/datasets/seed_datasets/remote/garak_dataset.py b/pyrit/datasets/seed_datasets/remote/garak_dataset.py index 3307d214e3..2aee8411b0 100644 --- a/pyrit/datasets/seed_datasets/remote/garak_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/garak_dataset.py @@ -67,8 +67,19 @@ class _GarakRemoteDataset(_RemoteDatasetLoader, ABC): DATA_TYPE: ClassVar[PromptDataType] = "text" # Shared provenance metadata for the garak dataset family. - SOURCE_AUTHORS: ClassVar[list[str]] = ["garak Team", "NVIDIA"] - SOURCE_GROUPS: ClassVar[list[str]] = ["NVIDIA"] + SOURCE_AUTHORS: ClassVar[list[str]] = [ + "Leon Derczynski", + "Erick Galinkin", + "Jeffrey Martin", + "Subho Majumdar", + "Nanna Inie", + ] + SOURCE_GROUPS: ClassVar[list[str]] = [ + "NVIDIA", + "IT University of Copenhagen", + "University of Washington", + "Vijil.ai", + ] def __init__(self, *, max_examples: int | None = None) -> None: """ diff --git a/pyrit/datasets/seed_datasets/remote/harmbench_dataset.py b/pyrit/datasets/seed_datasets/remote/harmbench_dataset.py index 196343ce35..59ce3674c3 100644 --- a/pyrit/datasets/seed_datasets/remote/harmbench_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/harmbench_dataset.py @@ -19,7 +19,7 @@ class _HarmBenchDataset(_RemoteDatasetLoader): HarmBench is a standardized evaluation framework for automated red teaming. It consists of a dataset of harmful behaviors across multiple categories. - Reference: https://github.com/centerforaisafety/HarmBench + Reference: [@mazeika2024harmbench] """ # Metadata @@ -119,7 +119,20 @@ async def fetch_dataset_async(self, *, cache: bool = True) -> SeedDataset: "biological, illegal activities, etc." ), source="https://github.com/centerforaisafety/HarmBench", - authors=["Mantas Mazeika", "Long Phan", "Xuwang Yin", "Andy Zou", "Zifan Wang", "Norman Mu"], + authors=[ + "Mantas Mazeika", + "Long Phan", + "Xuwang Yin", + "Andy Zou", + "Zifan Wang", + "Norman Mu", + "Elham Sakhaee", + "Nathaniel Li", + "Steven Basart", + "Bo Li", + "David Forsyth", + "Dan Hendrycks", + ], metadata=metadata, groups=[ "University of Illinois Urbana-Champaign", diff --git a/pyrit/datasets/seed_datasets/remote/mm_safetybench_dataset.py b/pyrit/datasets/seed_datasets/remote/mm_safetybench_dataset.py index 4f2cfae50d..9b496bc171 100644 --- a/pyrit/datasets/seed_datasets/remote/mm_safetybench_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/mm_safetybench_dataset.py @@ -5,7 +5,7 @@ import logging import uuid from enum import Enum -from typing import Any +from typing import Any, ClassVar from pyrit.datasets.seed_datasets.remote._image_cache import ( fetch_and_cache_image_async, @@ -83,25 +83,6 @@ class MMSafetyBenchVariant(Enum): } -_AUTHORS = [ - "Xin Liu", - "Yichen Zhu", - "Jindong Gu", - "Yunshi Lan", - "Chao Yang", - "Yu Qiao", -] - -_DESCRIPTION = ( - "MM-SafetyBench (ECCV 2024) is a multimodal safety benchmark of 5,040 " - "text-image pairs across 13 risk scenarios. The harmful concept is " - "moved into the image (as a Stable Diffusion render of the concept, as " - "typography of the key phrase, or both) while the visible text prompt is " - "rephrased to be benign-looking ('the image shows a phrase of an " - "activity. List steps in detail to perform this activity.')." -) - - class _MMSafetyBenchDataset(_RemoteDatasetLoader): """ Loader for the MM-SafetyBench multimodal safety benchmark (ECCV 2024). @@ -147,6 +128,28 @@ class _MMSafetyBenchDataset(_RemoteDatasetLoader): Paper: [@liu2024mmsafetybench] """ + _AUTHORS: ClassVar[list[str]] = [ + "Xin Liu", + "Yichen Zhu", + "Jindong Gu", + "Yunshi Lan", + "Chao Yang", + "Yu Qiao", + ] + _GROUPS: ClassVar[list[str]] = [ + "East China Normal University", + "Shanghai AI Laboratory", + "Midea Group", + "University of Oxford", + ] + _DESCRIPTION: ClassVar[str] = ( + "MM-SafetyBench (ECCV 2024) is a multimodal safety benchmark of 5,040 " + "text-image pairs across 13 risk scenarios. The harmful concept is " + "moved into the image (as a Stable Diffusion render of the concept, as " + "typography of the key phrase, or both) while the visible text prompt is " + "rephrased to be benign-looking ('the image shows a phrase of an " + "activity. List steps in detail to perform this activity.')." + ) HF_DATASET_NAME: str = "PKU-Alignment/MM-SafetyBench" PAPER_URL: str = "https://arxiv.org/abs/2311.17600" SOURCE_URL: str = "https://huggingface.co/datasets/PKU-Alignment/MM-SafetyBench" @@ -431,8 +434,9 @@ def _build_group( name=f"MM-SafetyBench Objective - {category_value} {question_id}", dataset_name=self.dataset_name, harm_categories=[harm_category], - description=_DESCRIPTION, - authors=_AUTHORS, + description=self._DESCRIPTION, + authors=self._AUTHORS, + groups=self._GROUPS, source=self.PAPER_URL, prompt_group_id=group_id, metadata=metadata, @@ -444,8 +448,9 @@ def _build_group( name=f"MM-SafetyBench Image - {category_value} {self.variant.value} {question_id}", dataset_name=self.dataset_name, harm_categories=[harm_category], - description=_DESCRIPTION, - authors=_AUTHORS, + description=self._DESCRIPTION, + authors=self._AUTHORS, + groups=self._GROUPS, source=self.SOURCE_URL, prompt_group_id=group_id, sequence=0, @@ -458,8 +463,9 @@ def _build_group( name=f"MM-SafetyBench Text - {category_value} {self.variant.value} {question_id}", dataset_name=self.dataset_name, harm_categories=[harm_category], - description=_DESCRIPTION, - authors=_AUTHORS, + description=self._DESCRIPTION, + authors=self._AUTHORS, + groups=self._GROUPS, source=self.SOURCE_URL, prompt_group_id=group_id, sequence=0, diff --git a/pyrit/datasets/seed_datasets/remote/msts_dataset.py b/pyrit/datasets/seed_datasets/remote/msts_dataset.py index 38380797cb..f7d9899ed7 100644 --- a/pyrit/datasets/seed_datasets/remote/msts_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/msts_dataset.py @@ -111,16 +111,22 @@ class _MSTSDataset(_RemoteDatasetLoader): _GROUPS: ClassVar[list[str]] = [ "Bocconi University", "Instituto de Telecomunicações", - "TU Darmstadt / hessian.AI", + "TU Darmstadt", + "hessian.AI", "University of Zurich", "Google DeepMind", "Walled AI", "King's College London", - "Sapienza University of Rome", + "Imperial College London", + "Clarkson University", + "Lawrence Berkeley National Laboratory", "KAIST", - "Aalto University", + "University of Pennsylvania", + "DFKI", + "CERTAIN", + "National University of Singapore", + "Contextual AI", "expert.ai", - "MLCommons", ] # Metadata diff --git a/pyrit/datasets/seed_datasets/remote/promptintel_dataset.py b/pyrit/datasets/seed_datasets/remote/promptintel_dataset.py index e8fd2e7f41..6e5b99e249 100644 --- a/pyrit/datasets/seed_datasets/remote/promptintel_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/promptintel_dataset.py @@ -310,7 +310,7 @@ def _convert_record_to_seed_prompt(self, record: dict[str, Any]) -> SeedPrompt | harm_categories=harm_categories, description=impact_description if impact_description else None, authors=authors, - groups=["Cisco Talos Intelligence"], + groups=["Nova Hunting"], source=source_url, date_added=date_added, metadata=metadata, diff --git a/pyrit/datasets/seed_datasets/remote/salad_bench_dataset.py b/pyrit/datasets/seed_datasets/remote/salad_bench_dataset.py index 14e64b28eb..128e27b56b 100644 --- a/pyrit/datasets/seed_datasets/remote/salad_bench_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/salad_bench_dataset.py @@ -220,7 +220,7 @@ async def fetch_dataset_async(self, *, cache: bool = True) -> SeedDataset: "Shanghai Artificial Intelligence Laboratory", "Harbin Institute of Technology", "Beijing Institute of Technology", - "Chinese University of Hong Kong", + "The Chinese University of Hong Kong", "The Hong Kong Polytechnic University", ] diff --git a/pyrit/datasets/seed_datasets/remote/simple_safety_tests_dataset.py b/pyrit/datasets/seed_datasets/remote/simple_safety_tests_dataset.py index e67f6ed6ac..9e96e9c557 100644 --- a/pyrit/datasets/seed_datasets/remote/simple_safety_tests_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/simple_safety_tests_dataset.py @@ -63,7 +63,7 @@ async def fetch_dataset_async(self, *, cache: bool = True) -> SeedDataset: "Hannah Rose Kirk", "Rebecca Qian", "Anand Kannappan", - "Scott Niekum", + "Scott A. Hale", "Paul Röttger", ] description = ( diff --git a/pyrit/datasets/seed_datasets/remote/sosbench_dataset.py b/pyrit/datasets/seed_datasets/remote/sosbench_dataset.py index ea66eb709b..3098e1537c 100644 --- a/pyrit/datasets/seed_datasets/remote/sosbench_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/sosbench_dataset.py @@ -110,6 +110,7 @@ async def fetch_dataset_async(self, *, cache: bool = True) -> SeedDataset: "Fengbo Ma", "Zhangchen Xu", "Yuetai Li", + "Zixin Rao", "Bhaskar Ramasubramanian", "Luyao Niu", "Bo Li", diff --git a/pyrit/datasets/seed_datasets/remote/transphobia_awareness_dataset.py b/pyrit/datasets/seed_datasets/remote/transphobia_awareness_dataset.py index 664031a1b0..a71b1fa155 100644 --- a/pyrit/datasets/seed_datasets/remote/transphobia_awareness_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/transphobia_awareness_dataset.py @@ -34,7 +34,7 @@ class _TransphobiaAwarenessDataset(_RemoteDatasetLoader): Dylan Doyle, Dipto Das, Michael Ann DeVito, Jed Brubaker. "Transphobia is in the Eye of the Prompter: Trans-Centered Perspectives on Large Language Models." - ACM Transactions on Computer-Human Interaction (2018). + ACM Transactions on Computer-Human Interaction (2025). """ # Metadata diff --git a/pyrit/datasets/seed_datasets/remote/wildguardmix_dataset.py b/pyrit/datasets/seed_datasets/remote/wildguardmix_dataset.py index 69a094befc..1615d7d163 100644 --- a/pyrit/datasets/seed_datasets/remote/wildguardmix_dataset.py +++ b/pyrit/datasets/seed_datasets/remote/wildguardmix_dataset.py @@ -4,7 +4,7 @@ import logging import os from enum import Enum -from typing import Any +from typing import Any, ClassVar from pyrit.datasets.seed_datasets.remote.remote_dataset_loader import ( _RemoteDatasetLoader, @@ -23,22 +23,6 @@ "wildguardtest": "test", } -_AUTHORS: list[str] = [ - "Seungju Han", - "Kavel Rao", - "Allyson Ettinger", - "Liwei Jiang", - "Bill Yuchen Lin", - "Nathan Lambert", - "Yejin Choi", - "Nouha Dziri", -] - -_GROUPS: list[str] = [ - "Allen Institute for AI", - "University of Washington", -] - class WildGuardMixSplit(Enum): """Which WildGuardMix config(s) to fetch.""" @@ -94,6 +78,21 @@ class _WildGuardMixDataset(_RemoteDatasetLoader): HuggingFace: https://huggingface.co/datasets/allenai/wildguardmix """ + _AUTHORS: ClassVar[list[str]] = [ + "Seungju Han", + "Kavel Rao", + "Allyson Ettinger", + "Liwei Jiang", + "Bill Yuchen Lin", + "Nathan Lambert", + "Yejin Choi", + "Nouha Dziri", + ] + _GROUPS: ClassVar[list[str]] = [ + "Allen Institute for AI", + "University of Washington", + "Seoul National University", + ] HF_DATASET_NAME: str = _HF_REPO_ID # WildGuard stores 13 named risk subcategories plus an "others" bucket as # normalized slugs. "benign" is intentionally excluded from harm metadata. @@ -296,8 +295,8 @@ def _rows_to_seeds(self, *, rows: Any, split: WildGuardMixSplit) -> list[SeedPro else [] ), source=self.source, - authors=_AUTHORS, - groups=_GROUPS, + authors=self._AUTHORS, + groups=self._GROUPS, metadata={ "split": split.value, "subcategory": subcategory, diff --git a/tests/unit/datasets/test_decoding_trust_toxicity_dataset.py b/tests/unit/datasets/test_decoding_trust_toxicity_dataset.py index 47b8f4b30f..a31f4d204e 100644 --- a/tests/unit/datasets/test_decoding_trust_toxicity_dataset.py +++ b/tests/unit/datasets/test_decoding_trust_toxicity_dataset.py @@ -225,8 +225,7 @@ async def test_per_seed_metadata(self, toxic_records): assert seed.data_type == "text" assert seed.description is not None and "DecodingTrust" in seed.description assert seed.authors is not None and "Boxin Wang" in seed.authors # DecodingTrust lead - assert "Samuel Gehman" in seed.authors # RealToxicityPrompts lead - assert seed.groups is not None and "University of Illinois Urbana-Champaign" in seed.groups + assert seed.groups async def test_metadata_round_trip(self): """Per-row challenging flag and 8 Perspective scores land in SeedPrompt.metadata.""" From 27f0665c201201b6e41e6ed77695ecc36956c037 Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:21:04 -0700 Subject: [PATCH 2/4] Strengthen DecodingTrust affiliation assertion Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: dd1ad5b0-f48b-4a55-b75e-0b875d438047 --- tests/unit/datasets/test_decoding_trust_toxicity_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/datasets/test_decoding_trust_toxicity_dataset.py b/tests/unit/datasets/test_decoding_trust_toxicity_dataset.py index a31f4d204e..b7162f06e8 100644 --- a/tests/unit/datasets/test_decoding_trust_toxicity_dataset.py +++ b/tests/unit/datasets/test_decoding_trust_toxicity_dataset.py @@ -225,7 +225,7 @@ async def test_per_seed_metadata(self, toxic_records): assert seed.data_type == "text" assert seed.description is not None and "DecodingTrust" in seed.description assert seed.authors is not None and "Boxin Wang" in seed.authors # DecodingTrust lead - assert seed.groups + assert seed.groups is not None and "University of Illinois at Urbana-Champaign" in seed.groups async def test_metadata_round_trip(self): """Per-row challenging flag and 8 Perspective scores land in SeedPrompt.metadata.""" From 29dcbb33c7cca878bef0154369b435b05dfea94e Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:48:07 -0700 Subject: [PATCH 3/4] Add paper affiliations to TrustAIRLab in-the-wild jailbreak references Add the CISPA Helmholtz Center for Information Security and NetApp affiliations to the 488 TrustAIRLab in-the-wild jailbreak templates, upgrade the `Do Anything Now` citation from arXiv preprint to the CCS 2024 proceedings, and update the provenance test to assert the full set of curator/paper groups. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b04dd4fc-cf78-464d-91d8-351ca08d90c5 --- doc/references.bib | 11 +++++++---- .../in_the_wild/trustairlab_00118a609b9a9e63.yaml | 2 ++ .../in_the_wild/trustairlab_00f76622c8593aff.yaml | 2 ++ .../in_the_wild/trustairlab_010edc598ca578db.yaml | 2 ++ .../in_the_wild/trustairlab_025f8aaf6d855285.yaml | 2 ++ .../in_the_wild/trustairlab_0268a88a13d5d082.yaml | 2 ++ .../in_the_wild/trustairlab_03278e7112d79d1b.yaml | 2 ++ .../in_the_wild/trustairlab_033586ced7abc818.yaml | 2 ++ .../in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml | 2 ++ .../in_the_wild/trustairlab_04a21012c7852cb0.yaml | 2 ++ .../in_the_wild/trustairlab_05b154c5cf4b162b.yaml | 2 ++ .../in_the_wild/trustairlab_05c7b1cb279e16e3.yaml | 2 ++ .../in_the_wild/trustairlab_05d97f7a9bff6163.yaml | 2 ++ .../in_the_wild/trustairlab_064b882b4d6e9903.yaml | 2 ++ .../in_the_wild/trustairlab_0659b10391be3b4c.yaml | 2 ++ .../in_the_wild/trustairlab_067388c265900944.yaml | 2 ++ .../in_the_wild/trustairlab_06b6d3c518c70a6d.yaml | 2 ++ .../in_the_wild/trustairlab_077d43d9110a0502.yaml | 2 ++ .../in_the_wild/trustairlab_07ee0d851a4c153a.yaml | 2 ++ .../in_the_wild/trustairlab_07fb723484b6b667.yaml | 2 ++ .../in_the_wild/trustairlab_0844dee001544bd3.yaml | 2 ++ .../in_the_wild/trustairlab_084ea70adfbf8331.yaml | 2 ++ .../in_the_wild/trustairlab_086aeef18dd9e65a.yaml | 2 ++ .../in_the_wild/trustairlab_087b57ff8352ef62.yaml | 2 ++ .../in_the_wild/trustairlab_099b91b079b07fa9.yaml | 2 ++ .../in_the_wild/trustairlab_0a11a04ee05afbfe.yaml | 2 ++ .../in_the_wild/trustairlab_0a77f8461377b015.yaml | 2 ++ .../in_the_wild/trustairlab_0a85ec31dda56b78.yaml | 2 ++ .../in_the_wild/trustairlab_0afdd8820d8308b4.yaml | 2 ++ .../in_the_wild/trustairlab_0c012d528ec41b7e.yaml | 2 ++ .../in_the_wild/trustairlab_0c43394683f4d966.yaml | 2 ++ .../in_the_wild/trustairlab_0c71192c8193d62c.yaml | 2 ++ .../in_the_wild/trustairlab_0ca12f838763ca6a.yaml | 2 ++ .../in_the_wild/trustairlab_0d36636b5259f214.yaml | 2 ++ .../in_the_wild/trustairlab_0e04d10d1b6ece93.yaml | 2 ++ .../in_the_wild/trustairlab_0ec76ab2376ff606.yaml | 2 ++ .../in_the_wild/trustairlab_0ef7cdedce63612f.yaml | 2 ++ .../in_the_wild/trustairlab_0f1c69eff468afbe.yaml | 2 ++ .../in_the_wild/trustairlab_0f46958b75087f3e.yaml | 2 ++ .../in_the_wild/trustairlab_11a64f273fc60b35.yaml | 2 ++ .../in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml | 2 ++ .../in_the_wild/trustairlab_1326eeb3ea63a010.yaml | 2 ++ .../in_the_wild/trustairlab_149862dcbc76e5c1.yaml | 2 ++ .../in_the_wild/trustairlab_1520470ec9cafa1b.yaml | 2 ++ .../in_the_wild/trustairlab_15e910582171c01e.yaml | 2 ++ .../in_the_wild/trustairlab_16e94bc3603eb971.yaml | 2 ++ .../in_the_wild/trustairlab_1756624127a95f39.yaml | 2 ++ .../in_the_wild/trustairlab_19a975317e0cf4ec.yaml | 2 ++ .../in_the_wild/trustairlab_19af41e3aa572386.yaml | 2 ++ .../in_the_wild/trustairlab_1a098a99ecf65b11.yaml | 2 ++ .../in_the_wild/trustairlab_1bdacba7456e697c.yaml | 2 ++ .../in_the_wild/trustairlab_1d8b0b4661bd377b.yaml | 2 ++ .../in_the_wild/trustairlab_1e34a755c15bb67a.yaml | 2 ++ .../in_the_wild/trustairlab_1ebf64708477195d.yaml | 2 ++ .../in_the_wild/trustairlab_1f0904908224ffbf.yaml | 2 ++ .../in_the_wild/trustairlab_1f1721cf4aede4fa.yaml | 2 ++ .../in_the_wild/trustairlab_1f48caca54918c1a.yaml | 2 ++ .../in_the_wild/trustairlab_1f519fac5d367a31.yaml | 2 ++ .../in_the_wild/trustairlab_1f534cb181d3958f.yaml | 2 ++ .../in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml | 2 ++ .../in_the_wild/trustairlab_1f9d76a3d634a002.yaml | 2 ++ .../in_the_wild/trustairlab_20a8d3886950b96f.yaml | 2 ++ .../in_the_wild/trustairlab_20eef28035a66759.yaml | 2 ++ .../in_the_wild/trustairlab_22e86be14b90384b.yaml | 2 ++ .../in_the_wild/trustairlab_239ecfa102b3fe63.yaml | 2 ++ .../in_the_wild/trustairlab_23aae32d4e95d1a3.yaml | 2 ++ .../in_the_wild/trustairlab_24867f2bd0e37a4f.yaml | 2 ++ .../in_the_wild/trustairlab_24c52a18932db5fd.yaml | 2 ++ .../in_the_wild/trustairlab_2663d5295788798e.yaml | 2 ++ .../in_the_wild/trustairlab_2695bffd8d854381.yaml | 2 ++ .../in_the_wild/trustairlab_26aecc58a966c68f.yaml | 2 ++ .../in_the_wild/trustairlab_27538b6fe008ccc1.yaml | 2 ++ .../in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml | 2 ++ .../in_the_wild/trustairlab_2845aa156602cd5b.yaml | 2 ++ .../in_the_wild/trustairlab_2997b1785cff7423.yaml | 2 ++ .../in_the_wild/trustairlab_29df9bb60f0b976a.yaml | 2 ++ .../in_the_wild/trustairlab_2a6170d0e72b464a.yaml | 2 ++ .../in_the_wild/trustairlab_2b54b1f0b295bf62.yaml | 2 ++ .../in_the_wild/trustairlab_2b99a75a88dbe423.yaml | 2 ++ .../in_the_wild/trustairlab_2b9c11627c05a7be.yaml | 2 ++ .../in_the_wild/trustairlab_2bec763eb4db14f7.yaml | 2 ++ .../in_the_wild/trustairlab_2d705b94623e558f.yaml | 2 ++ .../in_the_wild/trustairlab_2e27d3dff6225de2.yaml | 2 ++ .../in_the_wild/trustairlab_2f30de2d5db23d40.yaml | 2 ++ .../in_the_wild/trustairlab_3008082580fd4804.yaml | 2 ++ .../in_the_wild/trustairlab_307c4c43066ac312.yaml | 2 ++ .../in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml | 2 ++ .../in_the_wild/trustairlab_3105b0ceb9494219.yaml | 2 ++ .../in_the_wild/trustairlab_3130916d5a7f3bf9.yaml | 2 ++ .../in_the_wild/trustairlab_31ef56c648a58722.yaml | 2 ++ .../in_the_wild/trustairlab_321d725940f8cf00.yaml | 2 ++ .../in_the_wild/trustairlab_3227ed8f61074919.yaml | 2 ++ .../in_the_wild/trustairlab_331da989331061d6.yaml | 2 ++ .../in_the_wild/trustairlab_3403912762e4dae6.yaml | 2 ++ .../in_the_wild/trustairlab_341ae5688aca80b9.yaml | 2 ++ .../in_the_wild/trustairlab_3434b302b61c8ee1.yaml | 2 ++ .../in_the_wild/trustairlab_34b88f909ee2c7be.yaml | 2 ++ .../in_the_wild/trustairlab_36a35bf2089e3055.yaml | 2 ++ .../in_the_wild/trustairlab_37164d015424d8cb.yaml | 2 ++ .../in_the_wild/trustairlab_372bc961cb97b75d.yaml | 2 ++ .../in_the_wild/trustairlab_3733af3b3be541ab.yaml | 2 ++ .../in_the_wild/trustairlab_37717b9ae32b3a28.yaml | 2 ++ .../in_the_wild/trustairlab_377aa5b9c5e201e9.yaml | 2 ++ .../in_the_wild/trustairlab_379a7b89238f84d7.yaml | 2 ++ .../in_the_wild/trustairlab_388aacbde43addd3.yaml | 2 ++ .../in_the_wild/trustairlab_3897e21260d629d8.yaml | 2 ++ .../in_the_wild/trustairlab_394243a86b546cc1.yaml | 2 ++ .../in_the_wild/trustairlab_39a7d41c8c2d5756.yaml | 2 ++ .../in_the_wild/trustairlab_39aa96ddcce2284c.yaml | 2 ++ .../in_the_wild/trustairlab_3a8afcafc555198a.yaml | 2 ++ .../in_the_wild/trustairlab_3b8248a0eded5dd2.yaml | 2 ++ .../in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml | 2 ++ .../in_the_wild/trustairlab_3d3f252d0e109eae.yaml | 2 ++ .../in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml | 2 ++ .../in_the_wild/trustairlab_3ed87b60dc194c09.yaml | 2 ++ .../in_the_wild/trustairlab_3f4a7109ba09c918.yaml | 2 ++ .../in_the_wild/trustairlab_3f71e4f915510ca2.yaml | 2 ++ .../in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml | 2 ++ .../in_the_wild/trustairlab_401779fa77a3c957.yaml | 2 ++ .../in_the_wild/trustairlab_41029ac1e44ec23a.yaml | 2 ++ .../in_the_wild/trustairlab_412a8df9b8ce8a02.yaml | 2 ++ .../in_the_wild/trustairlab_4130f245ef948903.yaml | 2 ++ .../in_the_wild/trustairlab_41394672bfcec788.yaml | 2 ++ .../in_the_wild/trustairlab_416f9ae19c436494.yaml | 2 ++ .../in_the_wild/trustairlab_417eb01b4936e37c.yaml | 2 ++ .../in_the_wild/trustairlab_42250428160ab84d.yaml | 2 ++ .../in_the_wild/trustairlab_43af8923862e0e1b.yaml | 2 ++ .../in_the_wild/trustairlab_43e73efba67a069a.yaml | 2 ++ .../in_the_wild/trustairlab_440923d3f705198a.yaml | 2 ++ .../in_the_wild/trustairlab_451395c2f1c019fc.yaml | 2 ++ .../in_the_wild/trustairlab_4595f9bc965f5eb6.yaml | 2 ++ .../in_the_wild/trustairlab_45a68a39bd5b09b7.yaml | 2 ++ .../in_the_wild/trustairlab_45a9ca56f6564480.yaml | 2 ++ .../in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml | 2 ++ .../in_the_wild/trustairlab_45e27cc509750d8f.yaml | 2 ++ .../in_the_wild/trustairlab_466096536e0a71a1.yaml | 2 ++ .../in_the_wild/trustairlab_46979cee8f8d653e.yaml | 2 ++ .../in_the_wild/trustairlab_46f94d3fff94a021.yaml | 2 ++ .../in_the_wild/trustairlab_47caed6aa7b42106.yaml | 2 ++ .../in_the_wild/trustairlab_48576b3e6e773b46.yaml | 2 ++ .../in_the_wild/trustairlab_487d6223d1f5c7fb.yaml | 2 ++ .../in_the_wild/trustairlab_4896b90d2e6fe164.yaml | 2 ++ .../in_the_wild/trustairlab_48a01b18510a06bb.yaml | 2 ++ .../in_the_wild/trustairlab_48e7d77e8530b2f2.yaml | 2 ++ .../in_the_wild/trustairlab_4976717568d05c61.yaml | 2 ++ .../in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml | 2 ++ .../in_the_wild/trustairlab_4ad8820768e4c159.yaml | 2 ++ .../in_the_wild/trustairlab_4c3315306695fb96.yaml | 2 ++ .../in_the_wild/trustairlab_4d33f836a5893868.yaml | 2 ++ .../in_the_wild/trustairlab_4d9728f7393c5949.yaml | 2 ++ .../in_the_wild/trustairlab_4dcfe3e499659f05.yaml | 2 ++ .../in_the_wild/trustairlab_4e4d9140172e1f30.yaml | 2 ++ .../in_the_wild/trustairlab_4e5d145e92086048.yaml | 2 ++ .../in_the_wild/trustairlab_4f1cb7f3e9311640.yaml | 2 ++ .../in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml | 2 ++ .../in_the_wild/trustairlab_51af0066fc56d7bd.yaml | 2 ++ .../in_the_wild/trustairlab_537fcae7f95ad3b2.yaml | 2 ++ .../in_the_wild/trustairlab_53aa5c513086f19e.yaml | 2 ++ .../in_the_wild/trustairlab_53f9c659d0272599.yaml | 2 ++ .../in_the_wild/trustairlab_53fac05bb3aedd43.yaml | 2 ++ .../in_the_wild/trustairlab_554ec4fe095d11fd.yaml | 2 ++ .../in_the_wild/trustairlab_556de33872a5425d.yaml | 2 ++ .../in_the_wild/trustairlab_5619ad82bc6df6af.yaml | 2 ++ .../in_the_wild/trustairlab_56d26e939c24c4bb.yaml | 2 ++ .../in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml | 2 ++ .../in_the_wild/trustairlab_5718e8935c8eed5f.yaml | 2 ++ .../in_the_wild/trustairlab_58549213f9214246.yaml | 2 ++ .../in_the_wild/trustairlab_589ef6cde829fd82.yaml | 2 ++ .../in_the_wild/trustairlab_58bb2d93226519b2.yaml | 2 ++ .../in_the_wild/trustairlab_5972ec38e3bfafc9.yaml | 2 ++ .../in_the_wild/trustairlab_5ac8be488243e336.yaml | 2 ++ .../in_the_wild/trustairlab_5aeba5b4c23d3778.yaml | 2 ++ .../in_the_wild/trustairlab_5b00420433dd89b5.yaml | 2 ++ .../in_the_wild/trustairlab_5b042ac45e6a10df.yaml | 2 ++ .../in_the_wild/trustairlab_5ba5b0de46289409.yaml | 2 ++ .../in_the_wild/trustairlab_5bd16837fecdf317.yaml | 2 ++ .../in_the_wild/trustairlab_5bf0de12d3f6134d.yaml | 2 ++ .../in_the_wild/trustairlab_5cdf687937968f1a.yaml | 2 ++ .../in_the_wild/trustairlab_5d55056566fdbcb4.yaml | 2 ++ .../in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml | 2 ++ .../in_the_wild/trustairlab_5db9998133a86909.yaml | 2 ++ .../in_the_wild/trustairlab_5dd06040728027df.yaml | 2 ++ .../in_the_wild/trustairlab_5f09dd0b36f653c9.yaml | 2 ++ .../in_the_wild/trustairlab_5f22149cfb28cdc6.yaml | 2 ++ .../in_the_wild/trustairlab_5fa983e0359bfad0.yaml | 2 ++ .../in_the_wild/trustairlab_603360b1962692f5.yaml | 2 ++ .../in_the_wild/trustairlab_6076fb7352ede534.yaml | 2 ++ .../in_the_wild/trustairlab_62a8e87bd4632211.yaml | 2 ++ .../in_the_wild/trustairlab_62b8ffafe34081c9.yaml | 2 ++ .../in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml | 2 ++ .../in_the_wild/trustairlab_63ddf81dc1d39785.yaml | 2 ++ .../in_the_wild/trustairlab_64740e6057fb5823.yaml | 2 ++ .../in_the_wild/trustairlab_64dd81812608c26d.yaml | 2 ++ .../in_the_wild/trustairlab_6547ef2a5db00be0.yaml | 2 ++ .../in_the_wild/trustairlab_6653a0ca834aa55c.yaml | 2 ++ .../in_the_wild/trustairlab_66e3331a67ebbe74.yaml | 2 ++ .../in_the_wild/trustairlab_674964af79720d78.yaml | 2 ++ .../in_the_wild/trustairlab_67d869714083310f.yaml | 2 ++ .../in_the_wild/trustairlab_684121605c10c908.yaml | 2 ++ .../in_the_wild/trustairlab_689e44f77e2cbfe4.yaml | 2 ++ .../in_the_wild/trustairlab_6906962911a73128.yaml | 2 ++ .../in_the_wild/trustairlab_699607889ba29814.yaml | 2 ++ .../in_the_wild/trustairlab_6af8c8fded9c0763.yaml | 2 ++ .../in_the_wild/trustairlab_6b314df791480427.yaml | 2 ++ .../in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml | 2 ++ .../in_the_wild/trustairlab_6cc51f953b148dc6.yaml | 2 ++ .../in_the_wild/trustairlab_6ce890b2b7e68792.yaml | 2 ++ .../in_the_wild/trustairlab_6d052094e0d84b4a.yaml | 2 ++ .../in_the_wild/trustairlab_6f63b846c7c42de1.yaml | 2 ++ .../in_the_wild/trustairlab_704ba6e098921db8.yaml | 2 ++ .../in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml | 2 ++ .../in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml | 2 ++ .../in_the_wild/trustairlab_7227b9381a5b8604.yaml | 2 ++ .../in_the_wild/trustairlab_7247e1784e70d736.yaml | 2 ++ .../in_the_wild/trustairlab_72a32eb246879aeb.yaml | 2 ++ .../in_the_wild/trustairlab_72a43710b4d7e0f2.yaml | 2 ++ .../in_the_wild/trustairlab_738600bf1a67ff7d.yaml | 2 ++ .../in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml | 2 ++ .../in_the_wild/trustairlab_73f4c8bb0964157a.yaml | 2 ++ .../in_the_wild/trustairlab_73fae84b5e77f3e5.yaml | 2 ++ .../in_the_wild/trustairlab_741e90b680d8ba97.yaml | 2 ++ .../in_the_wild/trustairlab_74671234f708f9ff.yaml | 2 ++ .../in_the_wild/trustairlab_746cf57743eb0da9.yaml | 2 ++ .../in_the_wild/trustairlab_74b43959d73a7e4d.yaml | 2 ++ .../in_the_wild/trustairlab_75938a83223eb52e.yaml | 2 ++ .../in_the_wild/trustairlab_75b253e938ce2a26.yaml | 2 ++ .../in_the_wild/trustairlab_75de6f0a973dc77e.yaml | 2 ++ .../in_the_wild/trustairlab_75e778e35a3b70d0.yaml | 2 ++ .../in_the_wild/trustairlab_762cc50ab95fc31c.yaml | 2 ++ .../in_the_wild/trustairlab_76387af082ca9693.yaml | 2 ++ .../in_the_wild/trustairlab_76af15d52326bfca.yaml | 2 ++ .../in_the_wild/trustairlab_76badf1a63c3b186.yaml | 2 ++ .../in_the_wild/trustairlab_76eca385597b71fc.yaml | 2 ++ .../in_the_wild/trustairlab_776e5d763b493bb6.yaml | 2 ++ .../in_the_wild/trustairlab_77a1da2b0ad2b311.yaml | 2 ++ .../in_the_wild/trustairlab_78028acdc19dd13d.yaml | 2 ++ .../in_the_wild/trustairlab_78139a02e9adadfd.yaml | 2 ++ .../in_the_wild/trustairlab_786e7d2b447c486b.yaml | 2 ++ .../in_the_wild/trustairlab_794224ef0f7bc690.yaml | 2 ++ .../in_the_wild/trustairlab_7972f82d695b2df3.yaml | 2 ++ .../in_the_wild/trustairlab_7a85fb8eb4006453.yaml | 2 ++ .../in_the_wild/trustairlab_7a92b52458f42f1d.yaml | 2 ++ .../in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml | 2 ++ .../in_the_wild/trustairlab_7ada09dbed3aec1a.yaml | 2 ++ .../in_the_wild/trustairlab_7b24bc7b398580c6.yaml | 2 ++ .../in_the_wild/trustairlab_7b78c2c26741a67f.yaml | 2 ++ .../in_the_wild/trustairlab_7c30f61bfde4181c.yaml | 2 ++ .../in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml | 2 ++ .../in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml | 2 ++ .../in_the_wild/trustairlab_7cd75fb74545cc1c.yaml | 2 ++ .../in_the_wild/trustairlab_7d1b59abbbfd7071.yaml | 2 ++ .../in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml | 2 ++ .../in_the_wild/trustairlab_7d536d267c48fbff.yaml | 2 ++ .../in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml | 2 ++ .../in_the_wild/trustairlab_7e4648e700320713.yaml | 2 ++ .../in_the_wild/trustairlab_7e9b46644859f961.yaml | 2 ++ .../in_the_wild/trustairlab_7f142130af187acb.yaml | 2 ++ .../in_the_wild/trustairlab_7f201264b98465f2.yaml | 2 ++ .../in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml | 2 ++ .../in_the_wild/trustairlab_7ff12572825d7609.yaml | 2 ++ .../in_the_wild/trustairlab_805f13666afc5e24.yaml | 2 ++ .../in_the_wild/trustairlab_80705713867447bb.yaml | 2 ++ .../in_the_wild/trustairlab_8113f7047bdd7810.yaml | 2 ++ .../in_the_wild/trustairlab_81781e7beac6c2fa.yaml | 2 ++ .../in_the_wild/trustairlab_81da9e40614161e1.yaml | 2 ++ .../in_the_wild/trustairlab_8240d6772705ad4b.yaml | 2 ++ .../in_the_wild/trustairlab_834c2f100653b430.yaml | 2 ++ .../in_the_wild/trustairlab_85d8313cce3b8fbd.yaml | 2 ++ .../in_the_wild/trustairlab_8632062f13381507.yaml | 2 ++ .../in_the_wild/trustairlab_869de598d9a0d34b.yaml | 2 ++ .../in_the_wild/trustairlab_882dbbe15bebe536.yaml | 2 ++ .../in_the_wild/trustairlab_8a90da4d66b0b95f.yaml | 2 ++ .../in_the_wild/trustairlab_8b49df88fc17f733.yaml | 2 ++ .../in_the_wild/trustairlab_8b51d2f44fa47799.yaml | 2 ++ .../in_the_wild/trustairlab_8bde019206d6e851.yaml | 2 ++ .../in_the_wild/trustairlab_8bf7358441d1cd2d.yaml | 2 ++ .../in_the_wild/trustairlab_8c0f6d10f0350b06.yaml | 2 ++ .../in_the_wild/trustairlab_8c45a32a8021bd35.yaml | 2 ++ .../in_the_wild/trustairlab_8cbd059eb336ad94.yaml | 2 ++ .../in_the_wild/trustairlab_8cee3184a691671c.yaml | 2 ++ .../in_the_wild/trustairlab_8d64b34df0a844dc.yaml | 2 ++ .../in_the_wild/trustairlab_8ec7f736a06ba17c.yaml | 2 ++ .../in_the_wild/trustairlab_8edadcb213a6f860.yaml | 2 ++ .../in_the_wild/trustairlab_8f43895f49edd045.yaml | 2 ++ .../in_the_wild/trustairlab_8f861679cb2441d7.yaml | 2 ++ .../in_the_wild/trustairlab_8fca8f729e38a265.yaml | 2 ++ .../in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml | 2 ++ .../in_the_wild/trustairlab_912634a9576fe612.yaml | 2 ++ .../in_the_wild/trustairlab_92027db6356addcc.yaml | 2 ++ .../in_the_wild/trustairlab_926f43c581aa6d32.yaml | 2 ++ .../in_the_wild/trustairlab_9402e7112465adfe.yaml | 2 ++ .../in_the_wild/trustairlab_9417c2a5d9b4918b.yaml | 2 ++ .../in_the_wild/trustairlab_94773a0df87c712e.yaml | 2 ++ .../in_the_wild/trustairlab_94b09345e83a2d44.yaml | 2 ++ .../in_the_wild/trustairlab_95e149395ac91b37.yaml | 2 ++ .../in_the_wild/trustairlab_96303c17b6a8f519.yaml | 2 ++ .../in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml | 2 ++ .../in_the_wild/trustairlab_98f616948dd233ac.yaml | 2 ++ .../in_the_wild/trustairlab_9a1a2e2881a90f84.yaml | 2 ++ .../in_the_wild/trustairlab_9adecd4b3b4dd152.yaml | 2 ++ .../in_the_wild/trustairlab_9bc2784ed7681eb7.yaml | 2 ++ .../in_the_wild/trustairlab_9c268fd5fa8c3717.yaml | 2 ++ .../in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml | 2 ++ .../in_the_wild/trustairlab_9d565e7d4f51b8df.yaml | 2 ++ .../in_the_wild/trustairlab_9d583d9ec40c6490.yaml | 2 ++ .../in_the_wild/trustairlab_9deaff64a5ad7e57.yaml | 2 ++ .../in_the_wild/trustairlab_9e0010efaffe8f5a.yaml | 2 ++ .../in_the_wild/trustairlab_9ef1ce52edab6509.yaml | 2 ++ .../in_the_wild/trustairlab_a085388e63cbf217.yaml | 2 ++ .../in_the_wild/trustairlab_a1c19149351a0c5a.yaml | 2 ++ .../in_the_wild/trustairlab_a38ef72772f9861d.yaml | 2 ++ .../in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml | 2 ++ .../in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml | 2 ++ .../in_the_wild/trustairlab_a56ff42562532132.yaml | 2 ++ .../in_the_wild/trustairlab_a5ac54d9a9e69615.yaml | 2 ++ .../in_the_wild/trustairlab_a639cf968ba2ab24.yaml | 2 ++ .../in_the_wild/trustairlab_a6cc7f1395491d81.yaml | 2 ++ .../in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml | 2 ++ .../in_the_wild/trustairlab_a8869aae9c387bd4.yaml | 2 ++ .../in_the_wild/trustairlab_a969d779815e72d4.yaml | 2 ++ .../in_the_wild/trustairlab_aa02e13af546d7bc.yaml | 2 ++ .../in_the_wild/trustairlab_ab01f6043f231014.yaml | 2 ++ .../in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml | 2 ++ .../in_the_wild/trustairlab_abd2b8da35ee0f48.yaml | 2 ++ .../in_the_wild/trustairlab_ac4db66705ad9ab8.yaml | 2 ++ .../in_the_wild/trustairlab_addbd7853d72da16.yaml | 2 ++ .../in_the_wild/trustairlab_aeba5baa60c38a0c.yaml | 2 ++ .../in_the_wild/trustairlab_af050bf8a6d91a73.yaml | 2 ++ .../in_the_wild/trustairlab_b188f4e049aa8149.yaml | 2 ++ .../in_the_wild/trustairlab_b1df808d40c99646.yaml | 2 ++ .../in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml | 2 ++ .../in_the_wild/trustairlab_b345a2514e821701.yaml | 2 ++ .../in_the_wild/trustairlab_b3611de26f4d7b85.yaml | 2 ++ .../in_the_wild/trustairlab_b3699597eb7ece96.yaml | 2 ++ .../in_the_wild/trustairlab_b36a35a52692106e.yaml | 2 ++ .../in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml | 2 ++ .../in_the_wild/trustairlab_b3a563eee98a8ff1.yaml | 2 ++ .../in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml | 2 ++ .../in_the_wild/trustairlab_b3f66a5f44884c4f.yaml | 2 ++ .../in_the_wild/trustairlab_b47b1884ef08cd73.yaml | 2 ++ .../in_the_wild/trustairlab_b5075e4e103e2ab5.yaml | 2 ++ .../in_the_wild/trustairlab_b512bb78db77c359.yaml | 2 ++ .../in_the_wild/trustairlab_b542db2f6f6fb97f.yaml | 2 ++ .../in_the_wild/trustairlab_b5f246065a0ef7b0.yaml | 2 ++ .../in_the_wild/trustairlab_b69e54c8c5acaa14.yaml | 2 ++ .../in_the_wild/trustairlab_b838b72470b94a66.yaml | 2 ++ .../in_the_wild/trustairlab_b8643f65f1c6352b.yaml | 2 ++ .../in_the_wild/trustairlab_b8ffff86466a5dd1.yaml | 2 ++ .../in_the_wild/trustairlab_b984015b546dec97.yaml | 2 ++ .../in_the_wild/trustairlab_bc60e32e9ec77afb.yaml | 2 ++ .../in_the_wild/trustairlab_bc785fbc002e56db.yaml | 2 ++ .../in_the_wild/trustairlab_bd3959fc83e64767.yaml | 2 ++ .../in_the_wild/trustairlab_bd92f5045310acf6.yaml | 2 ++ .../in_the_wild/trustairlab_bd949d3b17b4086c.yaml | 2 ++ .../in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml | 2 ++ .../in_the_wild/trustairlab_bea54b9498135321.yaml | 2 ++ .../in_the_wild/trustairlab_befc521a651635e0.yaml | 2 ++ .../in_the_wild/trustairlab_bf0aa4a65786883a.yaml | 2 ++ .../in_the_wild/trustairlab_bf19000f73c49d2b.yaml | 2 ++ .../in_the_wild/trustairlab_bf283ccda3b99cbe.yaml | 2 ++ .../in_the_wild/trustairlab_bf9121c82e112044.yaml | 2 ++ .../in_the_wild/trustairlab_bfd5129754343480.yaml | 2 ++ .../in_the_wild/trustairlab_c00ce32b701d4be9.yaml | 2 ++ .../in_the_wild/trustairlab_c031309b197f9fd3.yaml | 2 ++ .../in_the_wild/trustairlab_c0d36a9d7027bb44.yaml | 2 ++ .../in_the_wild/trustairlab_c0eab7732179442d.yaml | 2 ++ .../in_the_wild/trustairlab_c1807314fa6a2fc4.yaml | 2 ++ .../in_the_wild/trustairlab_c1c1f5132485ea9d.yaml | 2 ++ .../in_the_wild/trustairlab_c1d04be2da72b0b0.yaml | 2 ++ .../in_the_wild/trustairlab_c1dd1db024eda339.yaml | 2 ++ .../in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml | 2 ++ .../in_the_wild/trustairlab_c24ae7628b4c0e35.yaml | 2 ++ .../in_the_wild/trustairlab_c2be89412417ae88.yaml | 2 ++ .../in_the_wild/trustairlab_c2fae3179e3f2d11.yaml | 2 ++ .../in_the_wild/trustairlab_c32c585b02a969cd.yaml | 2 ++ .../in_the_wild/trustairlab_c3d401ed24de8136.yaml | 2 ++ .../in_the_wild/trustairlab_c457d20056654533.yaml | 2 ++ .../in_the_wild/trustairlab_c5088ea8ae9c8821.yaml | 2 ++ .../in_the_wild/trustairlab_c5c15b2228755268.yaml | 2 ++ .../in_the_wild/trustairlab_c5e6162522f69d59.yaml | 2 ++ .../in_the_wild/trustairlab_c70263f66fbfd41d.yaml | 2 ++ .../in_the_wild/trustairlab_c7194f4f61bd273b.yaml | 2 ++ .../in_the_wild/trustairlab_c7d352caaea3b6ec.yaml | 2 ++ .../in_the_wild/trustairlab_c7f29c1081e1303f.yaml | 2 ++ .../in_the_wild/trustairlab_c80ba67d5f149d80.yaml | 2 ++ .../in_the_wild/trustairlab_c866fe5d8e7084e2.yaml | 2 ++ .../in_the_wild/trustairlab_c876371c6fb87ec5.yaml | 2 ++ .../in_the_wild/trustairlab_c879e5f1435dd3cd.yaml | 2 ++ .../in_the_wild/trustairlab_c95986467ff6f0fc.yaml | 2 ++ .../in_the_wild/trustairlab_c9808e47b63ca63d.yaml | 2 ++ .../in_the_wild/trustairlab_c9ec176811f37b60.yaml | 2 ++ .../in_the_wild/trustairlab_ca59e1134a3aceba.yaml | 2 ++ .../in_the_wild/trustairlab_ca65e84bb76cada3.yaml | 2 ++ .../in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml | 2 ++ .../in_the_wild/trustairlab_cbd9f935076b7cb3.yaml | 2 ++ .../in_the_wild/trustairlab_ce18f3ed65d1884b.yaml | 2 ++ .../in_the_wild/trustairlab_ce768685c2aef710.yaml | 2 ++ .../in_the_wild/trustairlab_ce87fcb3e6191962.yaml | 2 ++ .../in_the_wild/trustairlab_d02b99bab1213bcb.yaml | 2 ++ .../in_the_wild/trustairlab_d0e53469f932dbe2.yaml | 2 ++ .../in_the_wild/trustairlab_d10fcc087c88ab3b.yaml | 2 ++ .../in_the_wild/trustairlab_d1b4cd8388b05d75.yaml | 2 ++ .../in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml | 2 ++ .../in_the_wild/trustairlab_d2ba2e618c4349a6.yaml | 2 ++ .../in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml | 2 ++ .../in_the_wild/trustairlab_d4049c1d8c781d14.yaml | 2 ++ .../in_the_wild/trustairlab_d4076221c8e7f05e.yaml | 2 ++ .../in_the_wild/trustairlab_d51488ec171cd98f.yaml | 2 ++ .../in_the_wild/trustairlab_d5d974eb2da40261.yaml | 2 ++ .../in_the_wild/trustairlab_d5d9a9c9066788d5.yaml | 2 ++ .../in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml | 2 ++ .../in_the_wild/trustairlab_d6720a4f44ef7026.yaml | 2 ++ .../in_the_wild/trustairlab_d731f38254f0a8c6.yaml | 2 ++ .../in_the_wild/trustairlab_d7b7dccf855a2689.yaml | 2 ++ .../in_the_wild/trustairlab_d80e561d395ce355.yaml | 2 ++ .../in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml | 2 ++ .../in_the_wild/trustairlab_d84bf2f99c8f440c.yaml | 2 ++ .../in_the_wild/trustairlab_d86f55401d6bcbf4.yaml | 2 ++ .../in_the_wild/trustairlab_d8eee67c37449934.yaml | 2 ++ .../in_the_wild/trustairlab_d95a2567c61718d4.yaml | 2 ++ .../in_the_wild/trustairlab_da31df2f5f801e83.yaml | 2 ++ .../in_the_wild/trustairlab_dbcd097f15a887af.yaml | 2 ++ .../in_the_wild/trustairlab_dbd1754b88231db3.yaml | 2 ++ .../in_the_wild/trustairlab_dcd40c54b4183e95.yaml | 2 ++ .../in_the_wild/trustairlab_dceae3914a85ae06.yaml | 2 ++ .../in_the_wild/trustairlab_de1adbe83eb34dff.yaml | 2 ++ .../in_the_wild/trustairlab_def9d584cbe7f42e.yaml | 2 ++ .../in_the_wild/trustairlab_df0609b2d198d594.yaml | 2 ++ .../in_the_wild/trustairlab_e00bff50555e403d.yaml | 2 ++ .../in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml | 2 ++ .../in_the_wild/trustairlab_e0d3101e0937a22a.yaml | 2 ++ .../in_the_wild/trustairlab_e108ba12762ce437.yaml | 2 ++ .../in_the_wild/trustairlab_e11a5b7f85608974.yaml | 2 ++ .../in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml | 2 ++ .../in_the_wild/trustairlab_e3230f0a787255df.yaml | 2 ++ .../in_the_wild/trustairlab_e38d7c3a16280ffe.yaml | 2 ++ .../in_the_wild/trustairlab_e3b8f9741eef5185.yaml | 2 ++ .../in_the_wild/trustairlab_e479c3fb97584ce7.yaml | 2 ++ .../in_the_wild/trustairlab_e4a59f3ef2138382.yaml | 2 ++ .../in_the_wild/trustairlab_e4ac656d01ff7131.yaml | 2 ++ .../in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml | 2 ++ .../in_the_wild/trustairlab_e70fff3e567ab84c.yaml | 2 ++ .../in_the_wild/trustairlab_e72beed01cb2b628.yaml | 2 ++ .../in_the_wild/trustairlab_e749313190058e29.yaml | 2 ++ .../in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml | 2 ++ .../in_the_wild/trustairlab_e80c0bf8f98ed259.yaml | 2 ++ .../in_the_wild/trustairlab_e82351385edf934b.yaml | 2 ++ .../in_the_wild/trustairlab_e916747e7b0a1ea8.yaml | 2 ++ .../in_the_wild/trustairlab_e965cbc0b7cab08f.yaml | 2 ++ .../in_the_wild/trustairlab_e9673a81d4224687.yaml | 2 ++ .../in_the_wild/trustairlab_ea1d28f780d688ea.yaml | 2 ++ .../in_the_wild/trustairlab_eabb13625a814015.yaml | 2 ++ .../in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml | 2 ++ .../in_the_wild/trustairlab_eb747d39fba3f72c.yaml | 2 ++ .../in_the_wild/trustairlab_ec10da708287a520.yaml | 2 ++ .../in_the_wild/trustairlab_ec959a9da29a2d3c.yaml | 2 ++ .../in_the_wild/trustairlab_ece693fa908ab4ef.yaml | 2 ++ .../in_the_wild/trustairlab_ed606cd11469ee71.yaml | 2 ++ .../in_the_wild/trustairlab_edfbcd75abf91aff.yaml | 2 ++ .../in_the_wild/trustairlab_ee57f5b0e856246e.yaml | 2 ++ .../in_the_wild/trustairlab_ef82da3d05b72255.yaml | 2 ++ .../in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml | 2 ++ .../in_the_wild/trustairlab_efc2508f40dcf290.yaml | 2 ++ .../in_the_wild/trustairlab_efd9886d1f51bc90.yaml | 2 ++ .../in_the_wild/trustairlab_f04b92603a022948.yaml | 2 ++ .../in_the_wild/trustairlab_f05652f55284d50a.yaml | 2 ++ .../in_the_wild/trustairlab_f1a19113a316ffff.yaml | 2 ++ .../in_the_wild/trustairlab_f1ec0030d15ca0be.yaml | 2 ++ .../in_the_wild/trustairlab_f210fe1a68c77e98.yaml | 2 ++ .../in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml | 2 ++ .../in_the_wild/trustairlab_f3325c748827f18b.yaml | 2 ++ .../in_the_wild/trustairlab_f40c25d3c70b3f96.yaml | 2 ++ .../in_the_wild/trustairlab_f4528a167625f84a.yaml | 2 ++ .../in_the_wild/trustairlab_f4cb6b308d80ae40.yaml | 2 ++ .../in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml | 2 ++ .../in_the_wild/trustairlab_f59139c0c5f4813b.yaml | 2 ++ .../in_the_wild/trustairlab_f63587d1b0a6ac53.yaml | 2 ++ .../in_the_wild/trustairlab_f79f7be07ae3c655.yaml | 2 ++ .../in_the_wild/trustairlab_f8aeef66d9738bd8.yaml | 2 ++ .../in_the_wild/trustairlab_f93c29a9c345fe34.yaml | 2 ++ .../in_the_wild/trustairlab_f9945c9189c21112.yaml | 2 ++ .../in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml | 2 ++ .../in_the_wild/trustairlab_faee6a4f8972620b.yaml | 2 ++ .../in_the_wild/trustairlab_fb50931b27dacae9.yaml | 2 ++ .../in_the_wild/trustairlab_fc1e7579b136a77f.yaml | 2 ++ .../in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml | 2 ++ .../in_the_wild/trustairlab_fd41a18be3da2b12.yaml | 2 ++ .../in_the_wild/trustairlab_fd6454c155d06bc3.yaml | 2 ++ .../in_the_wild/trustairlab_fee687d9aecb1d8a.yaml | 2 ++ tests/unit/datasets/test_jailbreak_in_the_wild.py | 6 +++++- 490 files changed, 988 insertions(+), 5 deletions(-) diff --git a/doc/references.bib b/doc/references.bib index 158d210062..f8bf372d1d 100644 --- a/doc/references.bib +++ b/doc/references.bib @@ -484,12 +484,15 @@ @article{ji2023beavertails url = {https://arxiv.org/abs/2307.04657}, } -@article{shen2023donotanything, +@inproceedings{shen2023donotanything, title = {``Do Anything Now'': Characterizing and Evaluating In-The-Wild Jailbreak Prompts on Large Language Models}, author = {Xinyue Shen and Zeyuan Chen and Michael Backes and Yun Shen and Yang Zhang}, - journal = {arXiv preprint arXiv:2308.03825}, - year = {2023}, - url = {https://arxiv.org/abs/2308.03825}, + booktitle = {Proceedings of the 2024 ACM SIGSAC Conference on Computer and Communications Security}, + pages = {1671--1685}, + year = {2024}, + url = {https://doi.org/10.1145/3658644.3670388}, + doi = {10.1145/3658644.3670388}, + note = {Official dataset: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts}, } @article{aakanksha2024multilingual, diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml index d50ff78577..78ce2afd82 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00f76622c8593aff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00f76622c8593aff.yaml index e058e19bb5..c6d2f5a8a7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00f76622c8593aff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00f76622c8593aff.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_010edc598ca578db.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_010edc598ca578db.yaml index b316c8ebf7..c2086790c0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_010edc598ca578db.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_010edc598ca578db.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml index c3f412285d..32a545570e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml index 695b191bb3..9920d86bf6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml index adae9c071e..7115a59feb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_033586ced7abc818.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_033586ced7abc818.yaml index 51dc16a1d0..39f7e5c271 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_033586ced7abc818.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_033586ced7abc818.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml index 357552e1a3..96f938f47b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml index 60a3ea1365..e6d87eb7ca 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml index ae64e2b6d2..799e3ab748 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml index ae7b90a954..f333698598 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml index 8efb15c0de..87b865d5d5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml index 4805739f3e..893876cdeb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml index 92a03c529e..cb3284a588 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_067388c265900944.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_067388c265900944.yaml index 8cdf1b034f..59df0a9f60 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_067388c265900944.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_067388c265900944.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml index 6523900c31..b0c6a3ff38 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_077d43d9110a0502.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_077d43d9110a0502.yaml index 7229d8cc90..4a22dfef33 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_077d43d9110a0502.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_077d43d9110a0502.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml index 5bc5e270a8..cfd7a4dfdc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07fb723484b6b667.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07fb723484b6b667.yaml index 0c7f727c79..92cfa19857 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07fb723484b6b667.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07fb723484b6b667.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0844dee001544bd3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0844dee001544bd3.yaml index 029d17d696..01f6304a9f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0844dee001544bd3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0844dee001544bd3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml index 2310b4a4e8..e1bcf2153d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml index 3e43d382ad..d56f828e53 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml index 2ba17e1536..c5d41ce0ff 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml index 10cb33ad89..f53d590a6d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml index b6e75233ee..b54641c396 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a77f8461377b015.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a77f8461377b015.yaml index 31ce09f1cc..7c6c1a6aa3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a77f8461377b015.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a77f8461377b015.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml index 9efbec5be1..2408fed105 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml index ef618d1253..1c3955aed6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml index 12c1cc5b4d..984e6a85ed 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c43394683f4d966.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c43394683f4d966.yaml index 4fb9d92c6c..c6c69ee1b7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c43394683f4d966.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c43394683f4d966.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml index 33f00ad52c..daa3a34842 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml index c44e331096..4692d4cdff 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0d36636b5259f214.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0d36636b5259f214.yaml index d00c959709..55db9ee620 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0d36636b5259f214.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0d36636b5259f214.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml index 5182869607..c31922c521 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml index f4fccb0e80..bcd56dc837 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml index 5401ecd9e1..7ac11c82c7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml index 060229afab..b44174b477 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml index 940c86f147..f5d94b08ea 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml index 9fffdaf00f..1b1cf9b328 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml index 9b2aa290bb..a71767d69f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml index fbccd69b58..b93e4456c4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml index fc8c3f630f..5f8556746d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml index 27dcba819d..be13a76a9a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_15e910582171c01e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_15e910582171c01e.yaml index 5e44c800ea..ca172ca8d3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_15e910582171c01e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_15e910582171c01e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml index adc8787b1b..0be40d5478 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1756624127a95f39.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1756624127a95f39.yaml index b0902ee700..ae206bec0c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1756624127a95f39.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1756624127a95f39.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml index 1ddebc7c9b..50f0780ae7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19af41e3aa572386.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19af41e3aa572386.yaml index 43eecaedb0..f3bc5f9383 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19af41e3aa572386.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19af41e3aa572386.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml index 0c47d6dc54..de3b47c34e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml index 1d8690a2c2..d0790e8a9a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml index 696965c501..0b5f53b6e5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml index c739b33d78..049084e438 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1ebf64708477195d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1ebf64708477195d.yaml index 7ae09a47e7..d1b86e7ae1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1ebf64708477195d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1ebf64708477195d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml index 3463942a3f..a176b92346 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml index e6c7566cd4..7961e17b7d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml index d3741d3885..68a62b40f1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml index c595a32830..0e63712a5d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml index b118c81e90..6a034f4022 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml index 16a682149e..107786592a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml index fce3b24d95..a410ca6489 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml index b725ee6a7e..6b5366ed13 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20eef28035a66759.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20eef28035a66759.yaml index 9c0d379f92..aaeb2e305f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20eef28035a66759.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20eef28035a66759.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_22e86be14b90384b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_22e86be14b90384b.yaml index eec128c9a1..7e6f3cbef4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_22e86be14b90384b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_22e86be14b90384b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml index c2cafd452a..aa561cf33b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml index 4c141876a6..7ea651ef8e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml index 053f42e42d..f875569ec6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml index d4b19a8752..99782b73a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2663d5295788798e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2663d5295788798e.yaml index 4ec04f32f3..747a4d755e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2663d5295788798e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2663d5295788798e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2695bffd8d854381.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2695bffd8d854381.yaml index 61562b7e15..1f92aeaf7b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2695bffd8d854381.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2695bffd8d854381.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml index 8207183ed7..c13c6ab738 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml index 42625b85ae..0c2834cbf4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml index 80f90ffb6f..9a34074f93 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml index 36a7ef5ac4..d395107f09 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2997b1785cff7423.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2997b1785cff7423.yaml index 5ca157e20b..1a49d1c17c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2997b1785cff7423.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2997b1785cff7423.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml index 95a8c74e9a..e687e39ff1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml index 88f03bd748..dcd48f0b19 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml index b4a9e41798..819e42e78a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml index 8886da6ba4..e30b8695f6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml index 7699f0225a..7161d77ece 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml index 590679848d..dc47b90901 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2d705b94623e558f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2d705b94623e558f.yaml index ec56e8156c..d1f0468084 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2d705b94623e558f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2d705b94623e558f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml index 79c04e6d0c..22b6ce0fc4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml index b1368d2b52..719be8f988 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3008082580fd4804.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3008082580fd4804.yaml index f5af0f66e4..f87e2bfd5c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3008082580fd4804.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3008082580fd4804.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_307c4c43066ac312.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_307c4c43066ac312.yaml index e6b0c740a6..08098aba1d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_307c4c43066ac312.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_307c4c43066ac312.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml index 2dc47a7e36..37cf005b43 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml index ad31cba4b9..9b1af170e4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml index 1e5cae4228..87050a7837 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_31ef56c648a58722.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_31ef56c648a58722.yaml index 512f9dc1d3..c545c9c083 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_31ef56c648a58722.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_31ef56c648a58722.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_321d725940f8cf00.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_321d725940f8cf00.yaml index 417d08df8e..d73acb7e6a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_321d725940f8cf00.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_321d725940f8cf00.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3227ed8f61074919.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3227ed8f61074919.yaml index 84ff9784ef..a5b9330706 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3227ed8f61074919.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3227ed8f61074919.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_331da989331061d6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_331da989331061d6.yaml index 1e61cc6f1d..130583a251 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_331da989331061d6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_331da989331061d6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3403912762e4dae6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3403912762e4dae6.yaml index b5e052dfe7..d2c431b294 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3403912762e4dae6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3403912762e4dae6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml index d7979bb3a8..df7fe74293 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml index e647a2e644..0989f09939 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml index d7cc8d46d3..bb4853a91c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml index a62a57e035..770c17fc47 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37164d015424d8cb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37164d015424d8cb.yaml index 064748acec..1db665abb7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37164d015424d8cb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37164d015424d8cb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml index 7ac9a31bd7..9ce88566b7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml index 5eb551f776..746355b2f5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml index 4527e1d051..b6eeb4070f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml index 7cf1044836..3fcf6ed2a6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml index 2cab79fe07..caff61dd60 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_388aacbde43addd3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_388aacbde43addd3.yaml index 8dd8b55e79..ac39e35e56 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_388aacbde43addd3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_388aacbde43addd3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3897e21260d629d8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3897e21260d629d8.yaml index b5b7fefba1..71b29fc1d8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3897e21260d629d8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3897e21260d629d8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_394243a86b546cc1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_394243a86b546cc1.yaml index b40de0fa09..806e36649b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_394243a86b546cc1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_394243a86b546cc1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml index 816d510b35..60525092cf 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml index e86732c227..c4bb85c775 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml index b0742b27b7..62cd5025b6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml index e9949ae2a3..325005f06c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml index bd19fcbb72..ec3581a38e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml index b7eefb7a63..b1347607ca 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml index 38dd8f1444..b4b9c1b733 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml index c72a1bda9b..9c8b8bd1f4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml index 345f137c55..f62e3c5283 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml index f13d3bbec8..280e9a4890 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml index 7911ea3415..c08a05f6d6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_401779fa77a3c957.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_401779fa77a3c957.yaml index 1a944231fd..79af670f66 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_401779fa77a3c957.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_401779fa77a3c957.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml index 961403027b..3a77761623 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml index c7bdbe5e1a..97349bcca6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4130f245ef948903.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4130f245ef948903.yaml index d783a30af9..47adb7be70 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4130f245ef948903.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4130f245ef948903.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41394672bfcec788.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41394672bfcec788.yaml index aa0632d311..b1807cbd7f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41394672bfcec788.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41394672bfcec788.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_416f9ae19c436494.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_416f9ae19c436494.yaml index 8bc95260df..5c2b6226e0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_416f9ae19c436494.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_416f9ae19c436494.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml index 6718277867..c3eee90f88 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_42250428160ab84d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_42250428160ab84d.yaml index 8646b7f2f2..d8f637adbe 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_42250428160ab84d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_42250428160ab84d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml index 7e69851847..441ea4c817 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43e73efba67a069a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43e73efba67a069a.yaml index 9927508b73..02c7fdd59f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43e73efba67a069a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43e73efba67a069a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_440923d3f705198a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_440923d3f705198a.yaml index 207ea6f175..5d456f1206 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_440923d3f705198a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_440923d3f705198a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml index 9c5e056cf9..168fa35e67 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml index 157f994b8e..5f944b8b81 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml index 2c8b01294d..0a5fcf1a34 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml index f5426556c3..97c74353d8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml index a0d2211a96..3747aa2d08 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml index 1079591439..d587d198a3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_466096536e0a71a1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_466096536e0a71a1.yaml index 7dc72145b9..25a912073f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_466096536e0a71a1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_466096536e0a71a1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml index a94d137e6e..39d02b48f8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml index 34bbc036a1..854d5b9904 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml index 74d4e74d70..025f0b27ea 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml index 7780b3352f..7ef2082d6a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml index aa0c8cc84a..c1879cb501 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml index 7921466ef5..d9b895851c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml index 6cd2d377c8..708cab62e7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml index cdf3d9cde8..607f3d69c1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4976717568d05c61.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4976717568d05c61.yaml index 74883877e4..2c376552b2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4976717568d05c61.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4976717568d05c61.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml index 0ee882a3d3..ec5bbf42a1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml index ec01eb376f..71ad5f31a7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4c3315306695fb96.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4c3315306695fb96.yaml index 91088863fd..fa64124291 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4c3315306695fb96.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4c3315306695fb96.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d33f836a5893868.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d33f836a5893868.yaml index 61a94833aa..95d2afedb1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d33f836a5893868.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d33f836a5893868.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml index 7ade943576..9572ab6960 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml index ecf2a62391..3a7d6ba706 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml index 4e4fadbd7e..a8c07bf132 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e5d145e92086048.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e5d145e92086048.yaml index f523d70fce..5df921f4f1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e5d145e92086048.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e5d145e92086048.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml index ab6a0217ec..fdc4d465fe 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml index 7806a86605..48f9c49af9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml index a294499fdd..cc3771ca4c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml index 1fc8fbfa0b..d02c27b5bc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml index 72e88f3434..0478252bbb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53f9c659d0272599.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53f9c659d0272599.yaml index 482dc6e19f..2f825a167a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53f9c659d0272599.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53f9c659d0272599.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml index 6edccffae9..797e4fd3ec 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml index 69217af3ba..70637d38b6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_556de33872a5425d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_556de33872a5425d.yaml index 11c7a41bc6..a852ff9e61 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_556de33872a5425d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_556de33872a5425d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml index fde6ebfb10..dde0374508 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml index e8134ee344..e2fe591d1f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml index 9bc881ab0a..16b3c75a3e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml index 496e8cb370..0d91edd3b4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58549213f9214246.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58549213f9214246.yaml index 643b2cf407..eb65fdc7f2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58549213f9214246.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58549213f9214246.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml index 997e75443e..da07541400 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml index 1d63b6d55f..89fcc718e6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml index 5e6bd80072..f2cdf93715 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ac8be488243e336.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ac8be488243e336.yaml index 5f37cd142e..b9288006f5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ac8be488243e336.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ac8be488243e336.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml index e4dd8f8f81..582d0b5a6e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml index c017ae40d6..e8321698bd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml index 4c823e143c..34677e7ce7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml index cff9e2e6c6..494a3388f9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml index ca5ce75dc9..0053e1a4c0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml index b6b6c03928..6b2bc49413 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml index f5c0e71b8a..e3ee98b7a8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml index 633b73a821..389bad8e24 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml index 49326a04be..09f32781e0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5db9998133a86909.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5db9998133a86909.yaml index 2c5bdb3a97..d7023bc4ac 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5db9998133a86909.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5db9998133a86909.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dd06040728027df.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dd06040728027df.yaml index 23a8e64efe..65d655ba55 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dd06040728027df.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dd06040728027df.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml index 8c9f908d77..90b82c730b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml index 69fed8b8f0..083b4f2ec1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml index 2eed43db33..dbd46429b0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_603360b1962692f5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_603360b1962692f5.yaml index 1296851e20..cdebdb1ef9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_603360b1962692f5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_603360b1962692f5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6076fb7352ede534.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6076fb7352ede534.yaml index e577a53d19..eca5e9d4bd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6076fb7352ede534.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6076fb7352ede534.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml index 0dfd64094d..f43ca56668 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml index 22334bf29e..52bfc81453 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml index cbdfc7c166..3e3d5fbd4c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml index f553e66b1c..1f6fe74978 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64740e6057fb5823.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64740e6057fb5823.yaml index 427d8f25cb..79c18cffca 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64740e6057fb5823.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64740e6057fb5823.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64dd81812608c26d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64dd81812608c26d.yaml index 9d1bea0d1e..e58d527776 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64dd81812608c26d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64dd81812608c26d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml index cbe8819db3..2a565345a3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml index 9460ac37c2..934155ad1f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml index cd9bb69804..2b30d3a10d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_674964af79720d78.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_674964af79720d78.yaml index c1cd07fa43..6fb9c9a7e7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_674964af79720d78.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_674964af79720d78.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_67d869714083310f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_67d869714083310f.yaml index 6e5f104b69..53bab0bd61 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_67d869714083310f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_67d869714083310f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_684121605c10c908.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_684121605c10c908.yaml index 9827c75c10..b497a71c83 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_684121605c10c908.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_684121605c10c908.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml index ef725fa6e5..ca4802508a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6906962911a73128.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6906962911a73128.yaml index 010c92bccb..8e42edd43d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6906962911a73128.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6906962911a73128.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_699607889ba29814.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_699607889ba29814.yaml index 01a873283a..6e0f7af065 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_699607889ba29814.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_699607889ba29814.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml index 0babd0af86..27b8c41894 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b314df791480427.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b314df791480427.yaml index 3567401875..ed86436a10 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b314df791480427.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b314df791480427.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml index da56fcf64f..90a9b28040 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml index 0c0cde8ff7..81feed6df7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml index ae44e09c4c..57e44f9fb2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml index 730064d449..42800ff463 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml index a4b2e25cc2..817622ab56 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_704ba6e098921db8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_704ba6e098921db8.yaml index 1bd7d0ef30..57e3faf99a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_704ba6e098921db8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_704ba6e098921db8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml index 94700ea52b..6b01618eeb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml index b38f4a6a53..102ec794a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml index 749848159e..cbe0376500 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7247e1784e70d736.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7247e1784e70d736.yaml index 33fdbc2d7e..96e0d50ebc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7247e1784e70d736.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7247e1784e70d736.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml index 5352db9f2d..9169bbd664 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml index ec76f61a73..3e67dde4b9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml index a541b14faf..474b8510e3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml index 2988a26b96..a1a38b1430 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml index b33c57ea91..776a2eb1db 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml index 13cd24b15b..c8cc82399f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml index be42239fa5..28d9969396 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74671234f708f9ff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74671234f708f9ff.yaml index ea8a91e333..d8d0a78ec9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74671234f708f9ff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74671234f708f9ff.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml index 4e8b81ee93..8d43ab4377 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml index 3f9e5e69f5..21aa405bc8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75938a83223eb52e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75938a83223eb52e.yaml index 2ce0f11d60..53a8d9aa5c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75938a83223eb52e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75938a83223eb52e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml index 2f32dc751c..edf7e85e76 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml index 28d9e46bd1..72f24f0a82 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml index e60d63591f..85a2a01b7f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml index cc5236503d..a39ecc2d0b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76387af082ca9693.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76387af082ca9693.yaml index daa4331f6b..5d8685cb0f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76387af082ca9693.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76387af082ca9693.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76af15d52326bfca.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76af15d52326bfca.yaml index dfd96d9757..566cfc6971 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76af15d52326bfca.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76af15d52326bfca.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml index d26c3f365b..d0b3937c73 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76eca385597b71fc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76eca385597b71fc.yaml index 4325fde662..e5ec47c25c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76eca385597b71fc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76eca385597b71fc.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml index cdb1051554..bd1da2f046 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml index 1a09656cf0..2c9715509d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml index f824c6b760..2c84ad254c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml index 0e762c8fe1..17c75b5bd4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml index 0663e73119..d5409610a2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml index 22f3eaf71d..66db925e07 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml index 3ede03427c..1cac566745 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml index 61d090c70a..1e2c76e96c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml index 4b38e71d0a..ef089969cb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml index cb9dfd7763..322615f636 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml index c4f5771118..020ff6dd2b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml index 434669bb3f..d59ad515a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml index 66971079ef..17f5bbb428 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml index bb108a6c71..0e6206762e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml index 49ab117d37..3d9c031761 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml index 17073ddae6..25e49c658a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml index 0c44ea55d7..c3e41b343b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml index 9df45dde72..f3d7a21f95 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml index 72000ad17c..a5d37afbff 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml index a60c08acde..80897842a0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml index 3136de89a1..f9632fca3d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e4648e700320713.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e4648e700320713.yaml index 7b0e47da66..19868de0df 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e4648e700320713.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e4648e700320713.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e9b46644859f961.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e9b46644859f961.yaml index 44559f843e..049441a084 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e9b46644859f961.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e9b46644859f961.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f142130af187acb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f142130af187acb.yaml index 3af5c33168..f56e8f204b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f142130af187acb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f142130af187acb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f201264b98465f2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f201264b98465f2.yaml index 4194d79faa..657218a5c4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f201264b98465f2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f201264b98465f2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml index 3fed4111af..7af5a3dd83 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ff12572825d7609.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ff12572825d7609.yaml index 05907a6a54..3fd676d792 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ff12572825d7609.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ff12572825d7609.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_805f13666afc5e24.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_805f13666afc5e24.yaml index 4a94b74467..9965029dfc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_805f13666afc5e24.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_805f13666afc5e24.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_80705713867447bb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_80705713867447bb.yaml index 489fd21425..5c88c8b53c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_80705713867447bb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_80705713867447bb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml index c177509eb2..dcea4f08df 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml index 022a04cb60..d3359c399d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81da9e40614161e1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81da9e40614161e1.yaml index 328798415a..81c8b34b64 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81da9e40614161e1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81da9e40614161e1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml index 134d5f1bcf..685d7cd356 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_834c2f100653b430.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_834c2f100653b430.yaml index 4e70b9eaa8..0474e3983f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_834c2f100653b430.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_834c2f100653b430.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml index a014d853b2..810858a7c5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8632062f13381507.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8632062f13381507.yaml index 0266aa6d54..95f03b65c1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8632062f13381507.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8632062f13381507.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml index 827c63836b..d247d572da 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml index 1737c223e8..14428a5d44 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml index 6989b496a5..2d894323d2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml index efe97723ad..056d1edbf2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml index 3b2c6ce696..6dce985bca 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bde019206d6e851.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bde019206d6e851.yaml index a28474f15f..c3b2a43a05 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bde019206d6e851.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bde019206d6e851.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml index 5055617f5f..65146cd65b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml index a4bfb39999..864920731f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml index 0eaa4bfe74..7108aef513 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml index 629d6ae866..28c77b4450 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cee3184a691671c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cee3184a691671c.yaml index 23d0b2d45a..789a4322a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cee3184a691671c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cee3184a691671c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml index 90d603c440..6e319149a9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml index 0b03a54db3..8d2713368c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml index 3fdb8982a6..2f64866329 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f43895f49edd045.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f43895f49edd045.yaml index 7caa463697..3d085bf675 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f43895f49edd045.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f43895f49edd045.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml index 102443874b..862a5a714d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml index ad335c419d..0cb30b402b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml index 2360e609e1..2457f181d6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_912634a9576fe612.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_912634a9576fe612.yaml index 99abe2178e..547f97fb49 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_912634a9576fe612.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_912634a9576fe612.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_92027db6356addcc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_92027db6356addcc.yaml index e72ae107e1..9873c5cdc4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_92027db6356addcc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_92027db6356addcc.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml index 0b81adf542..319f7da964 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9402e7112465adfe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9402e7112465adfe.yaml index 571f2280f7..79dc2831c1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9402e7112465adfe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9402e7112465adfe.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml index 3bdbfbe53d..2304bdd2c9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94773a0df87c712e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94773a0df87c712e.yaml index 4a839735e0..cc99012913 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94773a0df87c712e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94773a0df87c712e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml index 84c13fa342..9acd533d9a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_95e149395ac91b37.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_95e149395ac91b37.yaml index 3faaaf6874..108f6c12a1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_95e149395ac91b37.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_95e149395ac91b37.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml index 945c6c3a54..78c386aeb4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml index a2e7f81204..2cf20df7ec 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98f616948dd233ac.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98f616948dd233ac.yaml index 9669025ef1..37a08a0427 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98f616948dd233ac.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98f616948dd233ac.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml index a49bd89d49..702a4b5ca6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml index eb92e2a760..d8047af1bd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml index f047c718b4..93b475417a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml index 0853489237..cf572b3fd5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml index e457026cb6..0f330a97ca 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml index a7dfc662d5..34b6a03226 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml index 532ca2d4dd..8f1c02ae81 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml index 471d27b6db..34c616acf9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml index 4ec1eb57c2..3bae922392 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml index 104679d23c..bf7d0ebbfb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a085388e63cbf217.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a085388e63cbf217.yaml index b81456ed3b..134896b0b8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a085388e63cbf217.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a085388e63cbf217.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml index b0086f71c4..8336e582b7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml index f4fdeb30c2..7c6ef9c04d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml index 8fc57a38e1..42cc946139 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml index f87bdc520f..32b30004cb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a56ff42562532132.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a56ff42562532132.yaml index ec1141cae5..d69136ba87 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a56ff42562532132.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a56ff42562532132.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml index a3ec54d18a..599bc4b900 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml index a950ccd077..22024a1a9b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml index a917a7901d..6f34d6e161 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml index 083170f351..153529cf38 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml index 21de97cc40..6f120e01b1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a969d779815e72d4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a969d779815e72d4.yaml index efde0c1dbd..1ced346d85 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a969d779815e72d4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a969d779815e72d4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml index 7b45a2d7ce..fed1f46ffc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab01f6043f231014.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab01f6043f231014.yaml index 52fb62fbc4..05ba841c6e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab01f6043f231014.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab01f6043f231014.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml index 094ba263e7..f3bff4ef11 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml index 4592b50334..813231a9a9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml index d49192ef63..4e4b65ff84 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_addbd7853d72da16.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_addbd7853d72da16.yaml index 52e2569721..39230d61c9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_addbd7853d72da16.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_addbd7853d72da16.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml index f1a2157c7f..0864fc732d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml index 2288ab7f3a..f50833accd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml index 853bd7805a..4d650f03fc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b1df808d40c99646.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b1df808d40c99646.yaml index 5ff4b300e0..9a253a0bb7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b1df808d40c99646.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b1df808d40c99646.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml index aa92e5908e..14007c05cd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b345a2514e821701.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b345a2514e821701.yaml index 052adcb58a..e505db8cd8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b345a2514e821701.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b345a2514e821701.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml index 52f8a95734..97a7cda8a9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml index 5eef11caf4..133d046e00 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b36a35a52692106e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b36a35a52692106e.yaml index baac6539bf..370aa3d9ad 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b36a35a52692106e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b36a35a52692106e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml index d31535fb64..1e0d02ac74 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml index b5e0f24049..75819eb23c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml index 5684c0e64e..4ab12d14e3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml index ed5018a6fe..354f72f92d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml index 8b735ae6e8..05ab7282f6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml index 27a5250e8b..6ae1690f68 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b512bb78db77c359.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b512bb78db77c359.yaml index 7d004d633f..15647b4d25 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b512bb78db77c359.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b512bb78db77c359.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml index 0f65ce0bf7..334d16eac3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml index 209bd04ff9..3292f9f2b1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml index 382160f546..1cb504f539 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b838b72470b94a66.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b838b72470b94a66.yaml index 25350e66ed..85ab37c442 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b838b72470b94a66.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b838b72470b94a66.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml index 3e3c684045..c3660d2c60 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml index 626d52dda0..67d7e566c2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b984015b546dec97.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b984015b546dec97.yaml index ab6d3c3a1d..276f5a9395 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b984015b546dec97.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b984015b546dec97.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml index 4052068f3d..555ee874b3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml index bcb38b33dc..97f561c278 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml index d5a99a87b8..8084696ab2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml index 74ee9f719e..67a7be392c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml index ea97860105..d24b315e89 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml index ca92a3b869..1cdd204d93 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bea54b9498135321.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bea54b9498135321.yaml index ca7433ad1f..003def7f23 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bea54b9498135321.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bea54b9498135321.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_befc521a651635e0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_befc521a651635e0.yaml index 0bac82fd30..564d78f8d0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_befc521a651635e0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_befc521a651635e0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml index cc563093b5..07d30f907d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml index 2b021927ca..d5645e5c87 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml index 1f6ace390f..1cdcebd5c4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf9121c82e112044.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf9121c82e112044.yaml index 8ae82e5b40..aa5f240e94 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf9121c82e112044.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf9121c82e112044.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bfd5129754343480.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bfd5129754343480.yaml index 8eb251b469..f535ee6658 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bfd5129754343480.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bfd5129754343480.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml index 98f7a3e1ec..1241463e31 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml index 0121ad9cf0..042ee919af 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml index ed930bc351..664e6210c5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0eab7732179442d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0eab7732179442d.yaml index 8d6e871a93..b2bdbbf8c7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0eab7732179442d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0eab7732179442d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml index c8e0bd979d..f9a2245da3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml index 79129ce525..bf975cd352 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml index 23f9f25b83..ad59073023 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml index cc566f314a..64d81de5a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml index 547eaa557d..cd5e93d4d9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml index aa1194c435..aa4b9ceb5c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2be89412417ae88.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2be89412417ae88.yaml index 8c5342109e..380ef7b8ff 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2be89412417ae88.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2be89412417ae88.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml index 5fe795f753..0e9e789445 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml index 38888fa1c6..9b10e8757c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml index 0a3ab71bb0..2e8fbd5289 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c457d20056654533.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c457d20056654533.yaml index 7b5e7464e8..53fa8346e2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c457d20056654533.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c457d20056654533.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml index 60cf7a3a0c..09e0108aed 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5c15b2228755268.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5c15b2228755268.yaml index be0bb9ca67..40ebc464a2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5c15b2228755268.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5c15b2228755268.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml index 285f4013df..d0c0dd79bd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml index 4db11aa219..69490ca77e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml index a1d6ce28bd..9bc7a1d6c0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml index 4a7defc00c..0ca062cf8f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml index 5f35ced0d8..2da5a1fb12 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml index afe2fb2881..701a0eaace 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml index a8e45bc40b..c073e3d386 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml index d64062a434..db9b599fba 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml index eabb1aa1b5..cc85bd06bc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml index 2492832dd0..9d8b121085 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml index 9967fa12ca..0f48ca1a95 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml index 928a3ff937..b0394fc451 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml index 0cf37d922f..af5cdeacbd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml index 68fb3de2d4..9c57b5d1ea 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml index ab49454fea..b1a77f3006 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml index 38aeb3949c..aea644b936 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml index 0b6b12120d..4481fc05b3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce768685c2aef710.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce768685c2aef710.yaml index c1f4fe4099..ad0cf29833 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce768685c2aef710.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce768685c2aef710.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml index 6c5cbd8768..648e7399b4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml index 2591e23394..99a31087b5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml index edad7b87b5..543b9ed89c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml index 21ea50beca..13083c476d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml index 2d2f2291dd..ced0d2714d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml index 5bf0abfd29..83426fcaa6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml index 37a63162c8..f8f40ecbca 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml index af5b3a13ef..9ea4f675d1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml index 56bbadf045..655ee02be7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml index 660505fa2d..0293e68e47 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml index 8909ed68ab..35683c489c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml index fb08484b93..7d521bba76 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml index 4a8729d14a..821cdbd58b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml index 79b50de044..1cb6adb12c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml index 270edcbca0..c24aa26ab1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml index 4237b838f7..d2a5b93a75 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml index aa9fe1de1b..9956d727b0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d80e561d395ce355.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d80e561d395ce355.yaml index 03d90a2ebc..16cb9f48ea 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d80e561d395ce355.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d80e561d395ce355.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml index 2da109b3d0..5eaacba138 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml index f9e803e11a..7dbc7d6006 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml index e34b60b6ca..567ab41cfe 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d8eee67c37449934.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d8eee67c37449934.yaml index a8b7efbca4..905cfdbae5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d8eee67c37449934.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d8eee67c37449934.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml index 8669c53ccb..3390d91562 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml index f80e7a7030..47f4d50d7a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml index b40c848f36..0608c7aedc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml index 68b0b86402..17e0d1effc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml index ebbe84e92a..ccd947881b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml index bbce68acd5..3c670e131f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml index 9a35bb0bbf..cb0f55970d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml index 5d42f8d0c1..015eaf0af9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_df0609b2d198d594.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_df0609b2d198d594.yaml index 6cc041dc2c..fb083721d4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_df0609b2d198d594.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_df0609b2d198d594.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e00bff50555e403d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e00bff50555e403d.yaml index fbc93cd11c..ac524ac13f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e00bff50555e403d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e00bff50555e403d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml index 526205f1c8..30028d26fe 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml index 3698497fe9..35e8560b63 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e108ba12762ce437.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e108ba12762ce437.yaml index 62a5d97a6e..73fa5d3347 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e108ba12762ce437.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e108ba12762ce437.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml index d255e8d943..377503bc4b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml index b02cfcfcc5..e1edf42d23 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3230f0a787255df.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3230f0a787255df.yaml index 03bb92f927..d00a3b37a8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3230f0a787255df.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3230f0a787255df.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml index c4466c6cb0..99b910d694 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml index 7444ed3361..873c9d72ab 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml index 65b7589093..d762912218 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml index fe7e5e8ac3..c6a7476200 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml index 32333f76cd..a9eb0b3c83 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml index 97a84a6a99..8c03d10fd8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml index 1304f1f7c5..8233b0d89f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml index fd9f32b53d..9d36f90855 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e749313190058e29.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e749313190058e29.yaml index 0b7dece3ea..9b90e0f421 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e749313190058e29.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e749313190058e29.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml index d3478fbe46..293e7f6d9b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml index 575d5e782e..bb79d85d43 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e82351385edf934b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e82351385edf934b.yaml index adc493aaae..699b0c2b98 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e82351385edf934b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e82351385edf934b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml index 150c9b06ff..ea1d6c8b89 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml index 47077b1f9c..3385e61926 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e9673a81d4224687.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e9673a81d4224687.yaml index b5043f6d7f..6192269678 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e9673a81d4224687.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e9673a81d4224687.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml index ca4bf1dd3d..4dd6e5563f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eabb13625a814015.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eabb13625a814015.yaml index 2539937bc0..8b685e9527 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eabb13625a814015.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eabb13625a814015.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml index ed940c375a..6e8a43759b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml index b7bff8d546..7d4b97947d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec10da708287a520.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec10da708287a520.yaml index 6f57f70909..975c43778d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec10da708287a520.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec10da708287a520.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml index 402670a095..dd456ff596 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml index f49667c2f3..b8119b4483 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml index ffb11d3bf4..be0ae39081 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml index e628595f97..64792925c7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml index bad3b44653..d0505a1fe7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml index ead9d33720..65ee6492c8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml index 556d872771..c28548284b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml index c91825caf6..d657b2e693 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml index d17b2ac06b..5e0335516a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f04b92603a022948.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f04b92603a022948.yaml index bf78ce1b49..4372875658 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f04b92603a022948.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f04b92603a022948.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f05652f55284d50a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f05652f55284d50a.yaml index 09ba432065..dee4308532 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f05652f55284d50a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f05652f55284d50a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml index 13ca0ab083..c413852556 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml index dab4b6b6e7..4049002d91 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml index 583af6aac4..c90e4b5a1a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml index 1e9e5147d3..8f3127ce0b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f3325c748827f18b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f3325c748827f18b.yaml index a94dc8705c..5bfe6cacb0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f3325c748827f18b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f3325c748827f18b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml index 5eb5a72b03..b86ee8032d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4528a167625f84a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4528a167625f84a.yaml index 855283fdb6..497165558b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4528a167625f84a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4528a167625f84a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml index fa236077d6..ed3163e1f3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml index f33f2459ef..7ae94f5b19 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml index 8daa3e8201..4a7c7c01d7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml index ae551d71dc..751588f942 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml index bb45a9011e..b310f1af02 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml index f4d4b7c608..4f53911ba5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml index d5fe746654..66822eb5ad 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f9945c9189c21112.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f9945c9189c21112.yaml index 8d924559c6..0ed2ab888f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f9945c9189c21112.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f9945c9189c21112.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml index 7baa69d06b..166ee61441 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml index fd15141215..dec3e82e8f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml index d1f09872a2..2bb26d58ee 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml index b7eba70f62..fe15ace268 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the r authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml index 26f6f034b7..96371ec1e3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml index a58fb2bc8d..6478f6270e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml index 377df531b8..8bb46ea4a8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the d authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml index 356f157203..56b7bcedfa 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml @@ -4,6 +4,8 @@ description: 'Community-posted jailbreak prompt collected in the wild from the w authors: [] groups: - TrustAIRLab +- CISPA Helmholtz Center for Information Security +- NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts dataset_name: trustairlab_in_the_wild_jailbreak_2023_12_25 parameters: diff --git a/tests/unit/datasets/test_jailbreak_in_the_wild.py b/tests/unit/datasets/test_jailbreak_in_the_wild.py index f877813387..a6a7ab9595 100644 --- a/tests/unit/datasets/test_jailbreak_in_the_wild.py +++ b/tests/unit/datasets/test_jailbreak_in_the_wild.py @@ -192,7 +192,11 @@ def test_attribution_and_provenance(yaml_file: Path) -> None: # Do not attribute user-posted prompts to the dataset collectors. assert seed.authors == [], f"{yaml_file.name}: authors must be empty (no user attribution)" - assert seed.groups == ["TrustAIRLab"], f"{yaml_file.name}: groups must be [TrustAIRLab]" + assert seed.groups == [ + "TrustAIRLab", + "CISPA Helmholtz Center for Information Security", + "NetApp", + ], f"{yaml_file.name}: groups must include the curator and paper affiliations" assert seed.source == "https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts" description = (seed.description or "").lower() From b34acbcddb9b1b18e9966a224db1d09a602047c8 Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Sat, 25 Jul 2026 18:09:05 -0700 Subject: [PATCH 4/4] Scope in-the-wild groups to paper author affiliations Drop the `TrustAIRLab` curator label from the `groups` list of the 488 in-the-wild jailbreak templates, leaving just the paper author affiliations (CISPA Helmholtz Center for Information Security and NetApp). TrustAIRLab remains recorded as the curator in each template's description, source URL, and metadata, and the provenance test still asserts it. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b04dd4fc-cf78-464d-91d8-351ca08d90c5 --- .../templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml | 1 - .../templates/in_the_wild/trustairlab_00f76622c8593aff.yaml | 1 - .../templates/in_the_wild/trustairlab_010edc598ca578db.yaml | 1 - .../templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml | 1 - .../templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml | 1 - .../templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml | 1 - .../templates/in_the_wild/trustairlab_033586ced7abc818.yaml | 1 - .../templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml | 1 - .../templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml | 1 - .../templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml | 1 - .../templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml | 1 - .../templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml | 1 - .../templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml | 1 - .../templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml | 1 - .../templates/in_the_wild/trustairlab_067388c265900944.yaml | 1 - .../templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml | 1 - .../templates/in_the_wild/trustairlab_077d43d9110a0502.yaml | 1 - .../templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml | 1 - .../templates/in_the_wild/trustairlab_07fb723484b6b667.yaml | 1 - .../templates/in_the_wild/trustairlab_0844dee001544bd3.yaml | 1 - .../templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml | 1 - .../templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml | 1 - .../templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml | 1 - .../templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml | 1 - .../templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml | 1 - .../templates/in_the_wild/trustairlab_0a77f8461377b015.yaml | 1 - .../templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml | 1 - .../templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml | 1 - .../templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml | 1 - .../templates/in_the_wild/trustairlab_0c43394683f4d966.yaml | 1 - .../templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml | 1 - .../templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml | 1 - .../templates/in_the_wild/trustairlab_0d36636b5259f214.yaml | 1 - .../templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml | 1 - .../templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml | 1 - .../templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml | 1 - .../templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml | 1 - .../templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml | 1 - .../templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml | 1 - .../templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml | 1 - .../templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml | 1 - .../templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml | 1 - .../templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml | 1 - .../templates/in_the_wild/trustairlab_15e910582171c01e.yaml | 1 - .../templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml | 1 - .../templates/in_the_wild/trustairlab_1756624127a95f39.yaml | 1 - .../templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml | 1 - .../templates/in_the_wild/trustairlab_19af41e3aa572386.yaml | 1 - .../templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml | 1 - .../templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml | 1 - .../templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml | 1 - .../templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml | 1 - .../templates/in_the_wild/trustairlab_1ebf64708477195d.yaml | 1 - .../templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml | 1 - .../templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml | 1 - .../templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml | 1 - .../templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml | 1 - .../templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml | 1 - .../templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml | 1 - .../templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml | 1 - .../templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml | 1 - .../templates/in_the_wild/trustairlab_20eef28035a66759.yaml | 1 - .../templates/in_the_wild/trustairlab_22e86be14b90384b.yaml | 1 - .../templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml | 1 - .../templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml | 1 - .../templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml | 1 - .../templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml | 1 - .../templates/in_the_wild/trustairlab_2663d5295788798e.yaml | 1 - .../templates/in_the_wild/trustairlab_2695bffd8d854381.yaml | 1 - .../templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml | 1 - .../templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml | 1 - .../templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml | 1 - .../templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml | 1 - .../templates/in_the_wild/trustairlab_2997b1785cff7423.yaml | 1 - .../templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml | 1 - .../templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml | 1 - .../templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml | 1 - .../templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml | 1 - .../templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml | 1 - .../templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml | 1 - .../templates/in_the_wild/trustairlab_2d705b94623e558f.yaml | 1 - .../templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml | 1 - .../templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml | 1 - .../templates/in_the_wild/trustairlab_3008082580fd4804.yaml | 1 - .../templates/in_the_wild/trustairlab_307c4c43066ac312.yaml | 1 - .../templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml | 1 - .../templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml | 1 - .../templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml | 1 - .../templates/in_the_wild/trustairlab_31ef56c648a58722.yaml | 1 - .../templates/in_the_wild/trustairlab_321d725940f8cf00.yaml | 1 - .../templates/in_the_wild/trustairlab_3227ed8f61074919.yaml | 1 - .../templates/in_the_wild/trustairlab_331da989331061d6.yaml | 1 - .../templates/in_the_wild/trustairlab_3403912762e4dae6.yaml | 1 - .../templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml | 1 - .../templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml | 1 - .../templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml | 1 - .../templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml | 1 - .../templates/in_the_wild/trustairlab_37164d015424d8cb.yaml | 1 - .../templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml | 1 - .../templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml | 1 - .../templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml | 1 - .../templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml | 1 - .../templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml | 1 - .../templates/in_the_wild/trustairlab_388aacbde43addd3.yaml | 1 - .../templates/in_the_wild/trustairlab_3897e21260d629d8.yaml | 1 - .../templates/in_the_wild/trustairlab_394243a86b546cc1.yaml | 1 - .../templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml | 1 - .../templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml | 1 - .../templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml | 1 - .../templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml | 1 - .../templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml | 1 - .../templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml | 1 - .../templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml | 1 - .../templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml | 1 - .../templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml | 1 - .../templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml | 1 - .../templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml | 1 - .../templates/in_the_wild/trustairlab_401779fa77a3c957.yaml | 1 - .../templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml | 1 - .../templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml | 1 - .../templates/in_the_wild/trustairlab_4130f245ef948903.yaml | 1 - .../templates/in_the_wild/trustairlab_41394672bfcec788.yaml | 1 - .../templates/in_the_wild/trustairlab_416f9ae19c436494.yaml | 1 - .../templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml | 1 - .../templates/in_the_wild/trustairlab_42250428160ab84d.yaml | 1 - .../templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml | 1 - .../templates/in_the_wild/trustairlab_43e73efba67a069a.yaml | 1 - .../templates/in_the_wild/trustairlab_440923d3f705198a.yaml | 1 - .../templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml | 1 - .../templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml | 1 - .../templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml | 1 - .../templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml | 1 - .../templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml | 1 - .../templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml | 1 - .../templates/in_the_wild/trustairlab_466096536e0a71a1.yaml | 1 - .../templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml | 1 - .../templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml | 1 - .../templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml | 1 - .../templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml | 1 - .../templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml | 1 - .../templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml | 1 - .../templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml | 1 - .../templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml | 1 - .../templates/in_the_wild/trustairlab_4976717568d05c61.yaml | 1 - .../templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml | 1 - .../templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml | 1 - .../templates/in_the_wild/trustairlab_4c3315306695fb96.yaml | 1 - .../templates/in_the_wild/trustairlab_4d33f836a5893868.yaml | 1 - .../templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml | 1 - .../templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml | 1 - .../templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml | 1 - .../templates/in_the_wild/trustairlab_4e5d145e92086048.yaml | 1 - .../templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml | 1 - .../templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml | 1 - .../templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml | 1 - .../templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml | 1 - .../templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml | 1 - .../templates/in_the_wild/trustairlab_53f9c659d0272599.yaml | 1 - .../templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml | 1 - .../templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml | 1 - .../templates/in_the_wild/trustairlab_556de33872a5425d.yaml | 1 - .../templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml | 1 - .../templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml | 1 - .../templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml | 1 - .../templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml | 1 - .../templates/in_the_wild/trustairlab_58549213f9214246.yaml | 1 - .../templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml | 1 - .../templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml | 1 - .../templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml | 1 - .../templates/in_the_wild/trustairlab_5ac8be488243e336.yaml | 1 - .../templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml | 1 - .../templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml | 1 - .../templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml | 1 - .../templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml | 1 - .../templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml | 1 - .../templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml | 1 - .../templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml | 1 - .../templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml | 1 - .../templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml | 1 - .../templates/in_the_wild/trustairlab_5db9998133a86909.yaml | 1 - .../templates/in_the_wild/trustairlab_5dd06040728027df.yaml | 1 - .../templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml | 1 - .../templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml | 1 - .../templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml | 1 - .../templates/in_the_wild/trustairlab_603360b1962692f5.yaml | 1 - .../templates/in_the_wild/trustairlab_6076fb7352ede534.yaml | 1 - .../templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml | 1 - .../templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml | 1 - .../templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml | 1 - .../templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml | 1 - .../templates/in_the_wild/trustairlab_64740e6057fb5823.yaml | 1 - .../templates/in_the_wild/trustairlab_64dd81812608c26d.yaml | 1 - .../templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml | 1 - .../templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml | 1 - .../templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml | 1 - .../templates/in_the_wild/trustairlab_674964af79720d78.yaml | 1 - .../templates/in_the_wild/trustairlab_67d869714083310f.yaml | 1 - .../templates/in_the_wild/trustairlab_684121605c10c908.yaml | 1 - .../templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml | 1 - .../templates/in_the_wild/trustairlab_6906962911a73128.yaml | 1 - .../templates/in_the_wild/trustairlab_699607889ba29814.yaml | 1 - .../templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml | 1 - .../templates/in_the_wild/trustairlab_6b314df791480427.yaml | 1 - .../templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml | 1 - .../templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml | 1 - .../templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml | 1 - .../templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml | 1 - .../templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml | 1 - .../templates/in_the_wild/trustairlab_704ba6e098921db8.yaml | 1 - .../templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml | 1 - .../templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml | 1 - .../templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml | 1 - .../templates/in_the_wild/trustairlab_7247e1784e70d736.yaml | 1 - .../templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml | 1 - .../templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml | 1 - .../templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml | 1 - .../templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml | 1 - .../templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml | 1 - .../templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml | 1 - .../templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml | 1 - .../templates/in_the_wild/trustairlab_74671234f708f9ff.yaml | 1 - .../templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml | 1 - .../templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml | 1 - .../templates/in_the_wild/trustairlab_75938a83223eb52e.yaml | 1 - .../templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml | 1 - .../templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml | 1 - .../templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml | 1 - .../templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml | 1 - .../templates/in_the_wild/trustairlab_76387af082ca9693.yaml | 1 - .../templates/in_the_wild/trustairlab_76af15d52326bfca.yaml | 1 - .../templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml | 1 - .../templates/in_the_wild/trustairlab_76eca385597b71fc.yaml | 1 - .../templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml | 1 - .../templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml | 1 - .../templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml | 1 - .../templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml | 1 - .../templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml | 1 - .../templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml | 1 - .../templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml | 1 - .../templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml | 1 - .../templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml | 1 - .../templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml | 1 - .../templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml | 1 - .../templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml | 1 - .../templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml | 1 - .../templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml | 1 - .../templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml | 1 - .../templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml | 1 - .../templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml | 1 - .../templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml | 1 - .../templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml | 1 - .../templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml | 1 - .../templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml | 1 - .../templates/in_the_wild/trustairlab_7e4648e700320713.yaml | 1 - .../templates/in_the_wild/trustairlab_7e9b46644859f961.yaml | 1 - .../templates/in_the_wild/trustairlab_7f142130af187acb.yaml | 1 - .../templates/in_the_wild/trustairlab_7f201264b98465f2.yaml | 1 - .../templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml | 1 - .../templates/in_the_wild/trustairlab_7ff12572825d7609.yaml | 1 - .../templates/in_the_wild/trustairlab_805f13666afc5e24.yaml | 1 - .../templates/in_the_wild/trustairlab_80705713867447bb.yaml | 1 - .../templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml | 1 - .../templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml | 1 - .../templates/in_the_wild/trustairlab_81da9e40614161e1.yaml | 1 - .../templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml | 1 - .../templates/in_the_wild/trustairlab_834c2f100653b430.yaml | 1 - .../templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml | 1 - .../templates/in_the_wild/trustairlab_8632062f13381507.yaml | 1 - .../templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml | 1 - .../templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml | 1 - .../templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml | 1 - .../templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml | 1 - .../templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml | 1 - .../templates/in_the_wild/trustairlab_8bde019206d6e851.yaml | 1 - .../templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml | 1 - .../templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml | 1 - .../templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml | 1 - .../templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml | 1 - .../templates/in_the_wild/trustairlab_8cee3184a691671c.yaml | 1 - .../templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml | 1 - .../templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml | 1 - .../templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml | 1 - .../templates/in_the_wild/trustairlab_8f43895f49edd045.yaml | 1 - .../templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml | 1 - .../templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml | 1 - .../templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml | 1 - .../templates/in_the_wild/trustairlab_912634a9576fe612.yaml | 1 - .../templates/in_the_wild/trustairlab_92027db6356addcc.yaml | 1 - .../templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml | 1 - .../templates/in_the_wild/trustairlab_9402e7112465adfe.yaml | 1 - .../templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml | 1 - .../templates/in_the_wild/trustairlab_94773a0df87c712e.yaml | 1 - .../templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml | 1 - .../templates/in_the_wild/trustairlab_95e149395ac91b37.yaml | 1 - .../templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml | 1 - .../templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml | 1 - .../templates/in_the_wild/trustairlab_98f616948dd233ac.yaml | 1 - .../templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml | 1 - .../templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml | 1 - .../templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml | 1 - .../templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml | 1 - .../templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml | 1 - .../templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml | 1 - .../templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml | 1 - .../templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml | 1 - .../templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml | 1 - .../templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml | 1 - .../templates/in_the_wild/trustairlab_a085388e63cbf217.yaml | 1 - .../templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml | 1 - .../templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml | 1 - .../templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml | 1 - .../templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml | 1 - .../templates/in_the_wild/trustairlab_a56ff42562532132.yaml | 1 - .../templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml | 1 - .../templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml | 1 - .../templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml | 1 - .../templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml | 1 - .../templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml | 1 - .../templates/in_the_wild/trustairlab_a969d779815e72d4.yaml | 1 - .../templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml | 1 - .../templates/in_the_wild/trustairlab_ab01f6043f231014.yaml | 1 - .../templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml | 1 - .../templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml | 1 - .../templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml | 1 - .../templates/in_the_wild/trustairlab_addbd7853d72da16.yaml | 1 - .../templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml | 1 - .../templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml | 1 - .../templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml | 1 - .../templates/in_the_wild/trustairlab_b1df808d40c99646.yaml | 1 - .../templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml | 1 - .../templates/in_the_wild/trustairlab_b345a2514e821701.yaml | 1 - .../templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml | 1 - .../templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml | 1 - .../templates/in_the_wild/trustairlab_b36a35a52692106e.yaml | 1 - .../templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml | 1 - .../templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml | 1 - .../templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml | 1 - .../templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml | 1 - .../templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml | 1 - .../templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml | 1 - .../templates/in_the_wild/trustairlab_b512bb78db77c359.yaml | 1 - .../templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml | 1 - .../templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml | 1 - .../templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml | 1 - .../templates/in_the_wild/trustairlab_b838b72470b94a66.yaml | 1 - .../templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml | 1 - .../templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml | 1 - .../templates/in_the_wild/trustairlab_b984015b546dec97.yaml | 1 - .../templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml | 1 - .../templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml | 1 - .../templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml | 1 - .../templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml | 1 - .../templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml | 1 - .../templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml | 1 - .../templates/in_the_wild/trustairlab_bea54b9498135321.yaml | 1 - .../templates/in_the_wild/trustairlab_befc521a651635e0.yaml | 1 - .../templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml | 1 - .../templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml | 1 - .../templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml | 1 - .../templates/in_the_wild/trustairlab_bf9121c82e112044.yaml | 1 - .../templates/in_the_wild/trustairlab_bfd5129754343480.yaml | 1 - .../templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml | 1 - .../templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml | 1 - .../templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml | 1 - .../templates/in_the_wild/trustairlab_c0eab7732179442d.yaml | 1 - .../templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml | 1 - .../templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml | 1 - .../templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml | 1 - .../templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml | 1 - .../templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml | 1 - .../templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml | 1 - .../templates/in_the_wild/trustairlab_c2be89412417ae88.yaml | 1 - .../templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml | 1 - .../templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml | 1 - .../templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml | 1 - .../templates/in_the_wild/trustairlab_c457d20056654533.yaml | 1 - .../templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml | 1 - .../templates/in_the_wild/trustairlab_c5c15b2228755268.yaml | 1 - .../templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml | 1 - .../templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml | 1 - .../templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml | 1 - .../templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml | 1 - .../templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml | 1 - .../templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml | 1 - .../templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml | 1 - .../templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml | 1 - .../templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml | 1 - .../templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml | 1 - .../templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml | 1 - .../templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml | 1 - .../templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml | 1 - .../templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml | 1 - .../templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml | 1 - .../templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml | 1 - .../templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml | 1 - .../templates/in_the_wild/trustairlab_ce768685c2aef710.yaml | 1 - .../templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml | 1 - .../templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml | 1 - .../templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml | 1 - .../templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml | 1 - .../templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml | 1 - .../templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml | 1 - .../templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml | 1 - .../templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml | 1 - .../templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml | 1 - .../templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml | 1 - .../templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml | 1 - .../templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml | 1 - .../templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml | 1 - .../templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml | 1 - .../templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml | 1 - .../templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml | 1 - .../templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml | 1 - .../templates/in_the_wild/trustairlab_d80e561d395ce355.yaml | 1 - .../templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml | 1 - .../templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml | 1 - .../templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml | 1 - .../templates/in_the_wild/trustairlab_d8eee67c37449934.yaml | 1 - .../templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml | 1 - .../templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml | 1 - .../templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml | 1 - .../templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml | 1 - .../templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml | 1 - .../templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml | 1 - .../templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml | 1 - .../templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml | 1 - .../templates/in_the_wild/trustairlab_df0609b2d198d594.yaml | 1 - .../templates/in_the_wild/trustairlab_e00bff50555e403d.yaml | 1 - .../templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml | 1 - .../templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml | 1 - .../templates/in_the_wild/trustairlab_e108ba12762ce437.yaml | 1 - .../templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml | 1 - .../templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml | 1 - .../templates/in_the_wild/trustairlab_e3230f0a787255df.yaml | 1 - .../templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml | 1 - .../templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml | 1 - .../templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml | 1 - .../templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml | 1 - .../templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml | 1 - .../templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml | 1 - .../templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml | 1 - .../templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml | 1 - .../templates/in_the_wild/trustairlab_e749313190058e29.yaml | 1 - .../templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml | 1 - .../templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml | 1 - .../templates/in_the_wild/trustairlab_e82351385edf934b.yaml | 1 - .../templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml | 1 - .../templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml | 1 - .../templates/in_the_wild/trustairlab_e9673a81d4224687.yaml | 1 - .../templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml | 1 - .../templates/in_the_wild/trustairlab_eabb13625a814015.yaml | 1 - .../templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml | 1 - .../templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml | 1 - .../templates/in_the_wild/trustairlab_ec10da708287a520.yaml | 1 - .../templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml | 1 - .../templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml | 1 - .../templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml | 1 - .../templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml | 1 - .../templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml | 1 - .../templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml | 1 - .../templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml | 1 - .../templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml | 1 - .../templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml | 1 - .../templates/in_the_wild/trustairlab_f04b92603a022948.yaml | 1 - .../templates/in_the_wild/trustairlab_f05652f55284d50a.yaml | 1 - .../templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml | 1 - .../templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml | 1 - .../templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml | 1 - .../templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml | 1 - .../templates/in_the_wild/trustairlab_f3325c748827f18b.yaml | 1 - .../templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml | 1 - .../templates/in_the_wild/trustairlab_f4528a167625f84a.yaml | 1 - .../templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml | 1 - .../templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml | 1 - .../templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml | 1 - .../templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml | 1 - .../templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml | 1 - .../templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml | 1 - .../templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml | 1 - .../templates/in_the_wild/trustairlab_f9945c9189c21112.yaml | 1 - .../templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml | 1 - .../templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml | 1 - .../templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml | 1 - .../templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml | 1 - .../templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml | 1 - .../templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml | 1 - .../templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml | 1 - .../templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml | 1 - tests/unit/datasets/test_jailbreak_in_the_wild.py | 3 +-- 489 files changed, 1 insertion(+), 490 deletions(-) diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml index 78ce2afd82..8eb51257d9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00118a609b9a9e63.yaml @@ -3,7 +3,6 @@ name: trustairlab_00118a609b9a9e63 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00f76622c8593aff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00f76622c8593aff.yaml index c6d2f5a8a7..7e5a606c01 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00f76622c8593aff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_00f76622c8593aff.yaml @@ -3,7 +3,6 @@ name: trustairlab_00f76622c8593aff description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_010edc598ca578db.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_010edc598ca578db.yaml index c2086790c0..f0416ea3c6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_010edc598ca578db.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_010edc598ca578db.yaml @@ -3,7 +3,6 @@ name: trustairlab_010edc598ca578db description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml index 32a545570e..bcc2be0f05 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_025f8aaf6d855285.yaml @@ -3,7 +3,6 @@ name: trustairlab_025f8aaf6d855285 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml index 9920d86bf6..44e98c4a96 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0268a88a13d5d082.yaml @@ -3,7 +3,6 @@ name: trustairlab_0268a88a13d5d082 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml index 7115a59feb..a77d1b9e3c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03278e7112d79d1b.yaml @@ -3,7 +3,6 @@ name: trustairlab_03278e7112d79d1b description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_033586ced7abc818.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_033586ced7abc818.yaml index 39f7e5c271..f7e5b0edb1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_033586ced7abc818.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_033586ced7abc818.yaml @@ -3,7 +3,6 @@ name: trustairlab_033586ced7abc818 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml index 96f938f47b..e7f47afe75 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_03d9ca68e3e61f7b.yaml @@ -3,7 +3,6 @@ name: trustairlab_03d9ca68e3e61f7b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml index e6d87eb7ca..33824a3ae7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_04a21012c7852cb0.yaml @@ -3,7 +3,6 @@ name: trustairlab_04a21012c7852cb0 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml index 799e3ab748..604aa50073 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05b154c5cf4b162b.yaml @@ -3,7 +3,6 @@ name: trustairlab_05b154c5cf4b162b description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml index f333698598..e6a2163a54 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05c7b1cb279e16e3.yaml @@ -3,7 +3,6 @@ name: trustairlab_05c7b1cb279e16e3 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml index 87b865d5d5..1d2dd6b975 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_05d97f7a9bff6163.yaml @@ -3,7 +3,6 @@ name: trustairlab_05d97f7a9bff6163 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml index 893876cdeb..747b811882 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_064b882b4d6e9903.yaml @@ -3,7 +3,6 @@ name: trustairlab_064b882b4d6e9903 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml index cb3284a588..8ee0a14fb7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0659b10391be3b4c.yaml @@ -3,7 +3,6 @@ name: trustairlab_0659b10391be3b4c description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_067388c265900944.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_067388c265900944.yaml index 59df0a9f60..cea21d8fc4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_067388c265900944.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_067388c265900944.yaml @@ -3,7 +3,6 @@ name: trustairlab_067388c265900944 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml index b0c6a3ff38..8abd33ff9c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_06b6d3c518c70a6d.yaml @@ -3,7 +3,6 @@ name: trustairlab_06b6d3c518c70a6d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_077d43d9110a0502.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_077d43d9110a0502.yaml index 4a22dfef33..e4e02025e6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_077d43d9110a0502.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_077d43d9110a0502.yaml @@ -3,7 +3,6 @@ name: trustairlab_077d43d9110a0502 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml index cfd7a4dfdc..e4f0604b99 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07ee0d851a4c153a.yaml @@ -3,7 +3,6 @@ name: trustairlab_07ee0d851a4c153a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07fb723484b6b667.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07fb723484b6b667.yaml index 92cfa19857..53a323ab77 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07fb723484b6b667.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_07fb723484b6b667.yaml @@ -3,7 +3,6 @@ name: trustairlab_07fb723484b6b667 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0844dee001544bd3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0844dee001544bd3.yaml index 01f6304a9f..c204bcf2ef 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0844dee001544bd3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0844dee001544bd3.yaml @@ -3,7 +3,6 @@ name: trustairlab_0844dee001544bd3 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml index e1bcf2153d..bbb0da0ee9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_084ea70adfbf8331.yaml @@ -3,7 +3,6 @@ name: trustairlab_084ea70adfbf8331 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml index d56f828e53..f8df73b99d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_086aeef18dd9e65a.yaml @@ -3,7 +3,6 @@ name: trustairlab_086aeef18dd9e65a description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml index c5d41ce0ff..914e5af323 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_087b57ff8352ef62.yaml @@ -3,7 +3,6 @@ name: trustairlab_087b57ff8352ef62 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml index f53d590a6d..3c9fbeab5f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_099b91b079b07fa9.yaml @@ -3,7 +3,6 @@ name: trustairlab_099b91b079b07fa9 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml index b54641c396..5e5bbe9cbe 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a11a04ee05afbfe.yaml @@ -3,7 +3,6 @@ name: trustairlab_0a11a04ee05afbfe description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''AI Prompt Sharing'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a77f8461377b015.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a77f8461377b015.yaml index 7c6c1a6aa3..5f92a2f453 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a77f8461377b015.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a77f8461377b015.yaml @@ -3,7 +3,6 @@ name: trustairlab_0a77f8461377b015 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml index 2408fed105..969c458659 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0a85ec31dda56b78.yaml @@ -3,7 +3,6 @@ name: trustairlab_0a85ec31dda56b78 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml index 1c3955aed6..65a34b175a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0afdd8820d8308b4.yaml @@ -3,7 +3,6 @@ name: trustairlab_0afdd8820d8308b4 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml index 984e6a85ed..243be91742 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c012d528ec41b7e.yaml @@ -3,7 +3,6 @@ name: trustairlab_0c012d528ec41b7e description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c43394683f4d966.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c43394683f4d966.yaml index c6c69ee1b7..e0a8a31919 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c43394683f4d966.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c43394683f4d966.yaml @@ -3,7 +3,6 @@ name: trustairlab_0c43394683f4d966 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml index daa3a34842..f869b73be0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0c71192c8193d62c.yaml @@ -3,7 +3,6 @@ name: trustairlab_0c71192c8193d62c description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml index 4692d4cdff..84d8bba99d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ca12f838763ca6a.yaml @@ -3,7 +3,6 @@ name: trustairlab_0ca12f838763ca6a description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0d36636b5259f214.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0d36636b5259f214.yaml index 55db9ee620..0bc2c5679e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0d36636b5259f214.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0d36636b5259f214.yaml @@ -3,7 +3,6 @@ name: trustairlab_0d36636b5259f214 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml index c31922c521..6129e0dd25 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0e04d10d1b6ece93.yaml @@ -3,7 +3,6 @@ name: trustairlab_0e04d10d1b6ece93 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml index bcd56dc837..758838dc40 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ec76ab2376ff606.yaml @@ -3,7 +3,6 @@ name: trustairlab_0ec76ab2376ff606 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml index 7ac11c82c7..aee8679d32 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0ef7cdedce63612f.yaml @@ -3,7 +3,6 @@ name: trustairlab_0ef7cdedce63612f description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml index b44174b477..15c82c8754 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f1c69eff468afbe.yaml @@ -3,7 +3,6 @@ name: trustairlab_0f1c69eff468afbe description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml index f5d94b08ea..376e388e6f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_0f46958b75087f3e.yaml @@ -3,7 +3,6 @@ name: trustairlab_0f46958b75087f3e description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''AI Prompt Sharing'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml index 1b1cf9b328..7e1bb4ad80 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11a64f273fc60b35.yaml @@ -3,7 +3,6 @@ name: trustairlab_11a64f273fc60b35 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml index a71767d69f..060abbae3a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_11ff26b0ac1e5b21.yaml @@ -3,7 +3,6 @@ name: trustairlab_11ff26b0ac1e5b21 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml index b93e4456c4..2652ed251e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1326eeb3ea63a010.yaml @@ -3,7 +3,6 @@ name: trustairlab_1326eeb3ea63a010 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml index 5f8556746d..3b5e738e1a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_149862dcbc76e5c1.yaml @@ -3,7 +3,6 @@ name: trustairlab_149862dcbc76e5c1 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml index be13a76a9a..dfbb645205 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1520470ec9cafa1b.yaml @@ -3,7 +3,6 @@ name: trustairlab_1520470ec9cafa1b description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_15e910582171c01e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_15e910582171c01e.yaml index ca172ca8d3..d12c541944 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_15e910582171c01e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_15e910582171c01e.yaml @@ -3,7 +3,6 @@ name: trustairlab_15e910582171c01e description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml index 0be40d5478..add2464b84 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_16e94bc3603eb971.yaml @@ -3,7 +3,6 @@ name: trustairlab_16e94bc3603eb971 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1756624127a95f39.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1756624127a95f39.yaml index ae206bec0c..e573253e33 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1756624127a95f39.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1756624127a95f39.yaml @@ -3,7 +3,6 @@ name: trustairlab_1756624127a95f39 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml index 50f0780ae7..8a56581db0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19a975317e0cf4ec.yaml @@ -3,7 +3,6 @@ name: trustairlab_19a975317e0cf4ec description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19af41e3aa572386.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19af41e3aa572386.yaml index f3bc5f9383..20928c7c69 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19af41e3aa572386.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_19af41e3aa572386.yaml @@ -3,7 +3,6 @@ name: trustairlab_19af41e3aa572386 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml index de3b47c34e..aa77e87057 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1a098a99ecf65b11.yaml @@ -3,7 +3,6 @@ name: trustairlab_1a098a99ecf65b11 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml index d0790e8a9a..c41172c8ea 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1bdacba7456e697c.yaml @@ -3,7 +3,6 @@ name: trustairlab_1bdacba7456e697c description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml index 0b5f53b6e5..4fe7e374a6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1d8b0b4661bd377b.yaml @@ -3,7 +3,6 @@ name: trustairlab_1d8b0b4661bd377b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml index 049084e438..9fbd0e6f9a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1e34a755c15bb67a.yaml @@ -3,7 +3,6 @@ name: trustairlab_1e34a755c15bb67a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1ebf64708477195d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1ebf64708477195d.yaml index d1b86e7ae1..855dc848d0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1ebf64708477195d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1ebf64708477195d.yaml @@ -3,7 +3,6 @@ name: trustairlab_1ebf64708477195d description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml index a176b92346..9594cbff08 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f0904908224ffbf.yaml @@ -3,7 +3,6 @@ name: trustairlab_1f0904908224ffbf description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml index 7961e17b7d..c1ffd251df 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f1721cf4aede4fa.yaml @@ -3,7 +3,6 @@ name: trustairlab_1f1721cf4aede4fa description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml index 68a62b40f1..f91713e963 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f48caca54918c1a.yaml @@ -3,7 +3,6 @@ name: trustairlab_1f48caca54918c1a description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml index 0e63712a5d..ab5278c087 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f519fac5d367a31.yaml @@ -3,7 +3,6 @@ name: trustairlab_1f519fac5d367a31 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml index 6a034f4022..3b89235aee 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f534cb181d3958f.yaml @@ -3,7 +3,6 @@ name: trustairlab_1f534cb181d3958f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml index 107786592a..bd342b78d9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f7be2ca6d7460b9.yaml @@ -3,7 +3,6 @@ name: trustairlab_1f7be2ca6d7460b9 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml index a410ca6489..9e6b767ccc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_1f9d76a3d634a002.yaml @@ -3,7 +3,6 @@ name: trustairlab_1f9d76a3d634a002 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml index 6b5366ed13..53a79c52c2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20a8d3886950b96f.yaml @@ -3,7 +3,6 @@ name: trustairlab_20a8d3886950b96f description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20eef28035a66759.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20eef28035a66759.yaml index aaeb2e305f..e150ae27a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20eef28035a66759.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_20eef28035a66759.yaml @@ -3,7 +3,6 @@ name: trustairlab_20eef28035a66759 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_22e86be14b90384b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_22e86be14b90384b.yaml index 7e6f3cbef4..5500c559ad 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_22e86be14b90384b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_22e86be14b90384b.yaml @@ -3,7 +3,6 @@ name: trustairlab_22e86be14b90384b description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml index aa561cf33b..aabe7e3e2a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_239ecfa102b3fe63.yaml @@ -3,7 +3,6 @@ name: trustairlab_239ecfa102b3fe63 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml index 7ea651ef8e..7fbb3d2300 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_23aae32d4e95d1a3.yaml @@ -3,7 +3,6 @@ name: trustairlab_23aae32d4e95d1a3 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml index f875569ec6..195b3314ea 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24867f2bd0e37a4f.yaml @@ -3,7 +3,6 @@ name: trustairlab_24867f2bd0e37a4f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml index 99782b73a5..799a81faac 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_24c52a18932db5fd.yaml @@ -3,7 +3,6 @@ name: trustairlab_24c52a18932db5fd description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2663d5295788798e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2663d5295788798e.yaml index 747a4d755e..431556ed26 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2663d5295788798e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2663d5295788798e.yaml @@ -3,7 +3,6 @@ name: trustairlab_2663d5295788798e description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2695bffd8d854381.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2695bffd8d854381.yaml index 1f92aeaf7b..bf53326592 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2695bffd8d854381.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2695bffd8d854381.yaml @@ -3,7 +3,6 @@ name: trustairlab_2695bffd8d854381 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml index c13c6ab738..31b3404012 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_26aecc58a966c68f.yaml @@ -3,7 +3,6 @@ name: trustairlab_26aecc58a966c68f description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml index 0c2834cbf4..27e89cce85 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_27538b6fe008ccc1.yaml @@ -3,7 +3,6 @@ name: trustairlab_27538b6fe008ccc1 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml index 9a34074f93..d959b4e037 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2756bcf0e4d6b66a.yaml @@ -3,7 +3,6 @@ name: trustairlab_2756bcf0e4d6b66a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml index d395107f09..77964b0019 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2845aa156602cd5b.yaml @@ -3,7 +3,6 @@ name: trustairlab_2845aa156602cd5b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2997b1785cff7423.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2997b1785cff7423.yaml index 1a49d1c17c..b16e67b36a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2997b1785cff7423.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2997b1785cff7423.yaml @@ -3,7 +3,6 @@ name: trustairlab_2997b1785cff7423 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml index e687e39ff1..2250e8c003 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_29df9bb60f0b976a.yaml @@ -3,7 +3,6 @@ name: trustairlab_29df9bb60f0b976a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml index dcd48f0b19..79fe15b0b7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2a6170d0e72b464a.yaml @@ -3,7 +3,6 @@ name: trustairlab_2a6170d0e72b464a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''AI Prompt Sharing'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml index 819e42e78a..172ac61e98 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b54b1f0b295bf62.yaml @@ -3,7 +3,6 @@ name: trustairlab_2b54b1f0b295bf62 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml index e30b8695f6..2863ce0717 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b99a75a88dbe423.yaml @@ -3,7 +3,6 @@ name: trustairlab_2b99a75a88dbe423 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml index 7161d77ece..76b291cebc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2b9c11627c05a7be.yaml @@ -3,7 +3,6 @@ name: trustairlab_2b9c11627c05a7be description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml index dc47b90901..7e4283a3a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2bec763eb4db14f7.yaml @@ -3,7 +3,6 @@ name: trustairlab_2bec763eb4db14f7 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2d705b94623e558f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2d705b94623e558f.yaml index d1f0468084..bbddd84e1a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2d705b94623e558f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2d705b94623e558f.yaml @@ -3,7 +3,6 @@ name: trustairlab_2d705b94623e558f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml index 22b6ce0fc4..bd4b554a86 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2e27d3dff6225de2.yaml @@ -3,7 +3,6 @@ name: trustairlab_2e27d3dff6225de2 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml index 719be8f988..9899782fb3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_2f30de2d5db23d40.yaml @@ -3,7 +3,6 @@ name: trustairlab_2f30de2d5db23d40 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3008082580fd4804.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3008082580fd4804.yaml index f87e2bfd5c..8b2a2b3047 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3008082580fd4804.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3008082580fd4804.yaml @@ -3,7 +3,6 @@ name: trustairlab_3008082580fd4804 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_307c4c43066ac312.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_307c4c43066ac312.yaml index 08098aba1d..587fd4d595 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_307c4c43066ac312.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_307c4c43066ac312.yaml @@ -3,7 +3,6 @@ name: trustairlab_307c4c43066ac312 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml index 37cf005b43..1be653edf8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3085ee8dfa5d94a0.yaml @@ -3,7 +3,6 @@ name: trustairlab_3085ee8dfa5d94a0 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml index 9b1af170e4..4a9d7f1442 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3105b0ceb9494219.yaml @@ -3,7 +3,6 @@ name: trustairlab_3105b0ceb9494219 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml index 87050a7837..68fa63ea4a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3130916d5a7f3bf9.yaml @@ -3,7 +3,6 @@ name: trustairlab_3130916d5a7f3bf9 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_31ef56c648a58722.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_31ef56c648a58722.yaml index c545c9c083..abc343339b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_31ef56c648a58722.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_31ef56c648a58722.yaml @@ -3,7 +3,6 @@ name: trustairlab_31ef56c648a58722 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_321d725940f8cf00.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_321d725940f8cf00.yaml index d73acb7e6a..56e6d32148 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_321d725940f8cf00.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_321d725940f8cf00.yaml @@ -3,7 +3,6 @@ name: trustairlab_321d725940f8cf00 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3227ed8f61074919.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3227ed8f61074919.yaml index a5b9330706..9c6c077c5d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3227ed8f61074919.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3227ed8f61074919.yaml @@ -3,7 +3,6 @@ name: trustairlab_3227ed8f61074919 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_331da989331061d6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_331da989331061d6.yaml index 130583a251..9e2bf1b6da 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_331da989331061d6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_331da989331061d6.yaml @@ -3,7 +3,6 @@ name: trustairlab_331da989331061d6 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3403912762e4dae6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3403912762e4dae6.yaml index d2c431b294..16ebfbdaa2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3403912762e4dae6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3403912762e4dae6.yaml @@ -3,7 +3,6 @@ name: trustairlab_3403912762e4dae6 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml index df7fe74293..d8624dee8d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_341ae5688aca80b9.yaml @@ -3,7 +3,6 @@ name: trustairlab_341ae5688aca80b9 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml index 0989f09939..da515989bf 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3434b302b61c8ee1.yaml @@ -3,7 +3,6 @@ name: trustairlab_3434b302b61c8ee1 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml index bb4853a91c..1e8b0a024c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_34b88f909ee2c7be.yaml @@ -3,7 +3,6 @@ name: trustairlab_34b88f909ee2c7be description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml index 770c17fc47..0965054e64 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_36a35bf2089e3055.yaml @@ -3,7 +3,6 @@ name: trustairlab_36a35bf2089e3055 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37164d015424d8cb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37164d015424d8cb.yaml index 1db665abb7..8fcf5ea535 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37164d015424d8cb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37164d015424d8cb.yaml @@ -3,7 +3,6 @@ name: trustairlab_37164d015424d8cb description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml index 9ce88566b7..53c182795d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_372bc961cb97b75d.yaml @@ -3,7 +3,6 @@ name: trustairlab_372bc961cb97b75d description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml index 746355b2f5..32fcf07cd3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3733af3b3be541ab.yaml @@ -3,7 +3,6 @@ name: trustairlab_3733af3b3be541ab description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml index b6eeb4070f..3a81a3c9af 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_37717b9ae32b3a28.yaml @@ -3,7 +3,6 @@ name: trustairlab_37717b9ae32b3a28 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml index 3fcf6ed2a6..0f27f64bd6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_377aa5b9c5e201e9.yaml @@ -3,7 +3,6 @@ name: trustairlab_377aa5b9c5e201e9 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml index caff61dd60..03e536dcc1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_379a7b89238f84d7.yaml @@ -3,7 +3,6 @@ name: trustairlab_379a7b89238f84d7 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_388aacbde43addd3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_388aacbde43addd3.yaml index ac39e35e56..6fb1cdbc0e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_388aacbde43addd3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_388aacbde43addd3.yaml @@ -3,7 +3,6 @@ name: trustairlab_388aacbde43addd3 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3897e21260d629d8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3897e21260d629d8.yaml index 71b29fc1d8..741906c697 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3897e21260d629d8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3897e21260d629d8.yaml @@ -3,7 +3,6 @@ name: trustairlab_3897e21260d629d8 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_394243a86b546cc1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_394243a86b546cc1.yaml index 806e36649b..61072f0304 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_394243a86b546cc1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_394243a86b546cc1.yaml @@ -3,7 +3,6 @@ name: trustairlab_394243a86b546cc1 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml index 60525092cf..78850b4147 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39a7d41c8c2d5756.yaml @@ -3,7 +3,6 @@ name: trustairlab_39a7d41c8c2d5756 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml index c4bb85c775..a38cf392c2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_39aa96ddcce2284c.yaml @@ -3,7 +3,6 @@ name: trustairlab_39aa96ddcce2284c description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml index 62cd5025b6..6f1d676a84 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3a8afcafc555198a.yaml @@ -3,7 +3,6 @@ name: trustairlab_3a8afcafc555198a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml index 325005f06c..68fb699210 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3b8248a0eded5dd2.yaml @@ -3,7 +3,6 @@ name: trustairlab_3b8248a0eded5dd2 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml index ec3581a38e..2718d0409b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3cc8f2b9e1b004e5.yaml @@ -3,7 +3,6 @@ name: trustairlab_3cc8f2b9e1b004e5 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml index b1347607ca..741e012f7a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3d3f252d0e109eae.yaml @@ -3,7 +3,6 @@ name: trustairlab_3d3f252d0e109eae description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml index b4b9c1b733..9c3bd30d6a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3e1c3f3ddc851bd0.yaml @@ -3,7 +3,6 @@ name: trustairlab_3e1c3f3ddc851bd0 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml index 9c8b8bd1f4..c4b389d605 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3ed87b60dc194c09.yaml @@ -3,7 +3,6 @@ name: trustairlab_3ed87b60dc194c09 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml index f62e3c5283..29798d652c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f4a7109ba09c918.yaml @@ -3,7 +3,6 @@ name: trustairlab_3f4a7109ba09c918 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml index 280e9a4890..8797b670cf 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f71e4f915510ca2.yaml @@ -3,7 +3,6 @@ name: trustairlab_3f71e4f915510ca2 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml index c08a05f6d6..fd4a8a37e8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_3f8acdfd4d72d01f.yaml @@ -3,7 +3,6 @@ name: trustairlab_3f8acdfd4d72d01f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_401779fa77a3c957.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_401779fa77a3c957.yaml index 79af670f66..a915b2f627 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_401779fa77a3c957.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_401779fa77a3c957.yaml @@ -3,7 +3,6 @@ name: trustairlab_401779fa77a3c957 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml index 3a77761623..393e68ff17 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41029ac1e44ec23a.yaml @@ -3,7 +3,6 @@ name: trustairlab_41029ac1e44ec23a description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml index 97349bcca6..c494e8c435 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_412a8df9b8ce8a02.yaml @@ -3,7 +3,6 @@ name: trustairlab_412a8df9b8ce8a02 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4130f245ef948903.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4130f245ef948903.yaml index 47adb7be70..10e594cb37 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4130f245ef948903.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4130f245ef948903.yaml @@ -3,7 +3,6 @@ name: trustairlab_4130f245ef948903 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41394672bfcec788.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41394672bfcec788.yaml index b1807cbd7f..033b625ab6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41394672bfcec788.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_41394672bfcec788.yaml @@ -3,7 +3,6 @@ name: trustairlab_41394672bfcec788 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_416f9ae19c436494.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_416f9ae19c436494.yaml index 5c2b6226e0..226ac9fefd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_416f9ae19c436494.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_416f9ae19c436494.yaml @@ -3,7 +3,6 @@ name: trustairlab_416f9ae19c436494 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml index c3eee90f88..6e4a5e79d6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_417eb01b4936e37c.yaml @@ -3,7 +3,6 @@ name: trustairlab_417eb01b4936e37c description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_42250428160ab84d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_42250428160ab84d.yaml index d8f637adbe..72ac10603a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_42250428160ab84d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_42250428160ab84d.yaml @@ -3,7 +3,6 @@ name: trustairlab_42250428160ab84d description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml index 441ea4c817..f1a0729fd6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43af8923862e0e1b.yaml @@ -3,7 +3,6 @@ name: trustairlab_43af8923862e0e1b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43e73efba67a069a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43e73efba67a069a.yaml index 02c7fdd59f..9504a1d982 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43e73efba67a069a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_43e73efba67a069a.yaml @@ -3,7 +3,6 @@ name: trustairlab_43e73efba67a069a description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_440923d3f705198a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_440923d3f705198a.yaml index 5d456f1206..3220cfc1a8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_440923d3f705198a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_440923d3f705198a.yaml @@ -3,7 +3,6 @@ name: trustairlab_440923d3f705198a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml index 168fa35e67..538c8a01fc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_451395c2f1c019fc.yaml @@ -3,7 +3,6 @@ name: trustairlab_451395c2f1c019fc description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml index 5f944b8b81..9e5daf0b4e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4595f9bc965f5eb6.yaml @@ -3,7 +3,6 @@ name: trustairlab_4595f9bc965f5eb6 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml index 0a5fcf1a34..74cd359f20 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a68a39bd5b09b7.yaml @@ -3,7 +3,6 @@ name: trustairlab_45a68a39bd5b09b7 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml index 97c74353d8..d018ae8c3f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45a9ca56f6564480.yaml @@ -3,7 +3,6 @@ name: trustairlab_45a9ca56f6564480 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml index 3747aa2d08..f88f797ff1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45dc37f6d04e5e4c.yaml @@ -3,7 +3,6 @@ name: trustairlab_45dc37f6d04e5e4c description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml index d587d198a3..6f9c09d929 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_45e27cc509750d8f.yaml @@ -3,7 +3,6 @@ name: trustairlab_45e27cc509750d8f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_466096536e0a71a1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_466096536e0a71a1.yaml index 25a912073f..e085156c34 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_466096536e0a71a1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_466096536e0a71a1.yaml @@ -3,7 +3,6 @@ name: trustairlab_466096536e0a71a1 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml index 39d02b48f8..c405c0bb2b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46979cee8f8d653e.yaml @@ -3,7 +3,6 @@ name: trustairlab_46979cee8f8d653e description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml index 854d5b9904..ba9244c58c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_46f94d3fff94a021.yaml @@ -3,7 +3,6 @@ name: trustairlab_46f94d3fff94a021 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml index 025f0b27ea..1178c0d26d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_47caed6aa7b42106.yaml @@ -3,7 +3,6 @@ name: trustairlab_47caed6aa7b42106 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml index 7ef2082d6a..175cf951ba 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48576b3e6e773b46.yaml @@ -3,7 +3,6 @@ name: trustairlab_48576b3e6e773b46 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml index c1879cb501..561a4f4eb6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_487d6223d1f5c7fb.yaml @@ -3,7 +3,6 @@ name: trustairlab_487d6223d1f5c7fb description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml index d9b895851c..126ba00a3c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4896b90d2e6fe164.yaml @@ -3,7 +3,6 @@ name: trustairlab_4896b90d2e6fe164 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml index 708cab62e7..f6ae5e47a9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48a01b18510a06bb.yaml @@ -3,7 +3,6 @@ name: trustairlab_48a01b18510a06bb description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml index 607f3d69c1..6add1b777e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_48e7d77e8530b2f2.yaml @@ -3,7 +3,6 @@ name: trustairlab_48e7d77e8530b2f2 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4976717568d05c61.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4976717568d05c61.yaml index 2c376552b2..ea6129fdbc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4976717568d05c61.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4976717568d05c61.yaml @@ -3,7 +3,6 @@ name: trustairlab_4976717568d05c61 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml index ec5bbf42a1..9361369d03 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ab73a2aba3d2ff5.yaml @@ -3,7 +3,6 @@ name: trustairlab_4ab73a2aba3d2ff5 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml index 71ad5f31a7..0f24b3fd39 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4ad8820768e4c159.yaml @@ -3,7 +3,6 @@ name: trustairlab_4ad8820768e4c159 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4c3315306695fb96.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4c3315306695fb96.yaml index fa64124291..bd0e600f4e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4c3315306695fb96.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4c3315306695fb96.yaml @@ -3,7 +3,6 @@ name: trustairlab_4c3315306695fb96 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d33f836a5893868.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d33f836a5893868.yaml index 95d2afedb1..80935e0ac4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d33f836a5893868.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d33f836a5893868.yaml @@ -3,7 +3,6 @@ name: trustairlab_4d33f836a5893868 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml index 9572ab6960..a5e5cf0cce 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4d9728f7393c5949.yaml @@ -3,7 +3,6 @@ name: trustairlab_4d9728f7393c5949 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml index 3a7d6ba706..4bc2449d3b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4dcfe3e499659f05.yaml @@ -3,7 +3,6 @@ name: trustairlab_4dcfe3e499659f05 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml index a8c07bf132..3a73475b1d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e4d9140172e1f30.yaml @@ -3,7 +3,6 @@ name: trustairlab_4e4d9140172e1f30 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e5d145e92086048.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e5d145e92086048.yaml index 5df921f4f1..06929cdddc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e5d145e92086048.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4e5d145e92086048.yaml @@ -3,7 +3,6 @@ name: trustairlab_4e5d145e92086048 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml index fdc4d465fe..d7b97f5617 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f1cb7f3e9311640.yaml @@ -3,7 +3,6 @@ name: trustairlab_4f1cb7f3e9311640 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml index 48f9c49af9..bd07f41a7d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_4f5dd8bd89060fb1.yaml @@ -3,7 +3,6 @@ name: trustairlab_4f5dd8bd89060fb1 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml index cc3771ca4c..adefcfc34a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_51af0066fc56d7bd.yaml @@ -3,7 +3,6 @@ name: trustairlab_51af0066fc56d7bd description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml index d02c27b5bc..3c4a71f518 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_537fcae7f95ad3b2.yaml @@ -3,7 +3,6 @@ name: trustairlab_537fcae7f95ad3b2 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml index 0478252bbb..aefc3e00d2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53aa5c513086f19e.yaml @@ -3,7 +3,6 @@ name: trustairlab_53aa5c513086f19e description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53f9c659d0272599.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53f9c659d0272599.yaml index 2f825a167a..cdd2ae23ef 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53f9c659d0272599.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53f9c659d0272599.yaml @@ -3,7 +3,6 @@ name: trustairlab_53f9c659d0272599 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml index 797e4fd3ec..14b644282f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_53fac05bb3aedd43.yaml @@ -3,7 +3,6 @@ name: trustairlab_53fac05bb3aedd43 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml index 70637d38b6..74f2430642 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_554ec4fe095d11fd.yaml @@ -3,7 +3,6 @@ name: trustairlab_554ec4fe095d11fd description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_556de33872a5425d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_556de33872a5425d.yaml index a852ff9e61..538e74ff4b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_556de33872a5425d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_556de33872a5425d.yaml @@ -3,7 +3,6 @@ name: trustairlab_556de33872a5425d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml index dde0374508..ca8d38eedc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5619ad82bc6df6af.yaml @@ -3,7 +3,6 @@ name: trustairlab_5619ad82bc6df6af description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml index e2fe591d1f..50a42f5a26 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56d26e939c24c4bb.yaml @@ -3,7 +3,6 @@ name: trustairlab_56d26e939c24c4bb description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml index 16b3c75a3e..352ea979cd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_56e2ce5a1bac9b90.yaml @@ -3,7 +3,6 @@ name: trustairlab_56e2ce5a1bac9b90 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml index 0d91edd3b4..ceec75bd0a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5718e8935c8eed5f.yaml @@ -3,7 +3,6 @@ name: trustairlab_5718e8935c8eed5f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58549213f9214246.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58549213f9214246.yaml index eb65fdc7f2..b17c35e212 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58549213f9214246.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58549213f9214246.yaml @@ -3,7 +3,6 @@ name: trustairlab_58549213f9214246 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml index da07541400..7e04a23b42 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_589ef6cde829fd82.yaml @@ -3,7 +3,6 @@ name: trustairlab_589ef6cde829fd82 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml index 89fcc718e6..ce120e15c6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_58bb2d93226519b2.yaml @@ -3,7 +3,6 @@ name: trustairlab_58bb2d93226519b2 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml index f2cdf93715..2d83230029 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5972ec38e3bfafc9.yaml @@ -3,7 +3,6 @@ name: trustairlab_5972ec38e3bfafc9 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ac8be488243e336.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ac8be488243e336.yaml index b9288006f5..02bc268bcb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ac8be488243e336.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ac8be488243e336.yaml @@ -3,7 +3,6 @@ name: trustairlab_5ac8be488243e336 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml index 582d0b5a6e..1b4c5e5c56 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5aeba5b4c23d3778.yaml @@ -3,7 +3,6 @@ name: trustairlab_5aeba5b4c23d3778 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml index e8321698bd..cd3a8c894c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b00420433dd89b5.yaml @@ -3,7 +3,6 @@ name: trustairlab_5b00420433dd89b5 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml index 34677e7ce7..86e7aaa94b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5b042ac45e6a10df.yaml @@ -3,7 +3,6 @@ name: trustairlab_5b042ac45e6a10df description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml index 494a3388f9..fb7adf59fe 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5ba5b0de46289409.yaml @@ -3,7 +3,6 @@ name: trustairlab_5ba5b0de46289409 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml index 0053e1a4c0..b55505c16b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bd16837fecdf317.yaml @@ -3,7 +3,6 @@ name: trustairlab_5bd16837fecdf317 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml index 6b2bc49413..5e2862d38e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5bf0de12d3f6134d.yaml @@ -3,7 +3,6 @@ name: trustairlab_5bf0de12d3f6134d description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml index e3ee98b7a8..6b6d2025b7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5cdf687937968f1a.yaml @@ -3,7 +3,6 @@ name: trustairlab_5cdf687937968f1a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml index 389bad8e24..ae0d581aa0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5d55056566fdbcb4.yaml @@ -3,7 +3,6 @@ name: trustairlab_5d55056566fdbcb4 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml index 09f32781e0..b72106ca21 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dacec0a1d9b0b65.yaml @@ -3,7 +3,6 @@ name: trustairlab_5dacec0a1d9b0b65 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5db9998133a86909.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5db9998133a86909.yaml index d7023bc4ac..ec3e4291be 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5db9998133a86909.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5db9998133a86909.yaml @@ -3,7 +3,6 @@ name: trustairlab_5db9998133a86909 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dd06040728027df.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dd06040728027df.yaml index 65d655ba55..97dd426a7d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dd06040728027df.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5dd06040728027df.yaml @@ -3,7 +3,6 @@ name: trustairlab_5dd06040728027df description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml index 90b82c730b..43d330ec25 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f09dd0b36f653c9.yaml @@ -3,7 +3,6 @@ name: trustairlab_5f09dd0b36f653c9 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml index 083b4f2ec1..70b1e42431 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5f22149cfb28cdc6.yaml @@ -3,7 +3,6 @@ name: trustairlab_5f22149cfb28cdc6 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml index dbd46429b0..1f96d36a36 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_5fa983e0359bfad0.yaml @@ -3,7 +3,6 @@ name: trustairlab_5fa983e0359bfad0 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_603360b1962692f5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_603360b1962692f5.yaml index cdebdb1ef9..863e59d3d5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_603360b1962692f5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_603360b1962692f5.yaml @@ -3,7 +3,6 @@ name: trustairlab_603360b1962692f5 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6076fb7352ede534.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6076fb7352ede534.yaml index eca5e9d4bd..0486279ad4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6076fb7352ede534.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6076fb7352ede534.yaml @@ -3,7 +3,6 @@ name: trustairlab_6076fb7352ede534 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml index f43ca56668..796f0e35be 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62a8e87bd4632211.yaml @@ -3,7 +3,6 @@ name: trustairlab_62a8e87bd4632211 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml index 52bfc81453..ca670f6cf1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_62b8ffafe34081c9.yaml @@ -3,7 +3,6 @@ name: trustairlab_62b8ffafe34081c9 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml index 3e3d5fbd4c..7b66ef3805 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63cc85e9c8ce9dba.yaml @@ -3,7 +3,6 @@ name: trustairlab_63cc85e9c8ce9dba description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml index 1f6fe74978..c3a6f1f232 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_63ddf81dc1d39785.yaml @@ -3,7 +3,6 @@ name: trustairlab_63ddf81dc1d39785 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64740e6057fb5823.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64740e6057fb5823.yaml index 79c18cffca..bf322090b0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64740e6057fb5823.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64740e6057fb5823.yaml @@ -3,7 +3,6 @@ name: trustairlab_64740e6057fb5823 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64dd81812608c26d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64dd81812608c26d.yaml index e58d527776..89a93cc4dc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64dd81812608c26d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_64dd81812608c26d.yaml @@ -3,7 +3,6 @@ name: trustairlab_64dd81812608c26d description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml index 2a565345a3..4541fe9207 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6547ef2a5db00be0.yaml @@ -3,7 +3,6 @@ name: trustairlab_6547ef2a5db00be0 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml index 934155ad1f..18fd17aaa8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6653a0ca834aa55c.yaml @@ -3,7 +3,6 @@ name: trustairlab_6653a0ca834aa55c description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml index 2b30d3a10d..d62208aee6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_66e3331a67ebbe74.yaml @@ -3,7 +3,6 @@ name: trustairlab_66e3331a67ebbe74 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_674964af79720d78.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_674964af79720d78.yaml index 6fb9c9a7e7..8cb15aec12 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_674964af79720d78.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_674964af79720d78.yaml @@ -3,7 +3,6 @@ name: trustairlab_674964af79720d78 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_67d869714083310f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_67d869714083310f.yaml index 53bab0bd61..92d4490202 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_67d869714083310f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_67d869714083310f.yaml @@ -3,7 +3,6 @@ name: trustairlab_67d869714083310f description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_684121605c10c908.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_684121605c10c908.yaml index b497a71c83..d065b73830 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_684121605c10c908.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_684121605c10c908.yaml @@ -3,7 +3,6 @@ name: trustairlab_684121605c10c908 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml index ca4802508a..ec929609fd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_689e44f77e2cbfe4.yaml @@ -3,7 +3,6 @@ name: trustairlab_689e44f77e2cbfe4 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6906962911a73128.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6906962911a73128.yaml index 8e42edd43d..f0d24b18aa 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6906962911a73128.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6906962911a73128.yaml @@ -3,7 +3,6 @@ name: trustairlab_6906962911a73128 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_699607889ba29814.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_699607889ba29814.yaml index 6e0f7af065..3c78b3caf2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_699607889ba29814.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_699607889ba29814.yaml @@ -3,7 +3,6 @@ name: trustairlab_699607889ba29814 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml index 27b8c41894..65eb3dfc0f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6af8c8fded9c0763.yaml @@ -3,7 +3,6 @@ name: trustairlab_6af8c8fded9c0763 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b314df791480427.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b314df791480427.yaml index ed86436a10..56126dc75a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b314df791480427.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b314df791480427.yaml @@ -3,7 +3,6 @@ name: trustairlab_6b314df791480427 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml index 90a9b28040..8a5fdd8876 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6b3b7f7bb063ff52.yaml @@ -3,7 +3,6 @@ name: trustairlab_6b3b7f7bb063ff52 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml index 81feed6df7..c8568a7d51 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6cc51f953b148dc6.yaml @@ -3,7 +3,6 @@ name: trustairlab_6cc51f953b148dc6 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml index 57e44f9fb2..6c316c4f9e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6ce890b2b7e68792.yaml @@ -3,7 +3,6 @@ name: trustairlab_6ce890b2b7e68792 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml index 42800ff463..40c084e130 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6d052094e0d84b4a.yaml @@ -3,7 +3,6 @@ name: trustairlab_6d052094e0d84b4a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml index 817622ab56..b42fa70293 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_6f63b846c7c42de1.yaml @@ -3,7 +3,6 @@ name: trustairlab_6f63b846c7c42de1 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_704ba6e098921db8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_704ba6e098921db8.yaml index 57e3faf99a..5d8f60d2db 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_704ba6e098921db8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_704ba6e098921db8.yaml @@ -3,7 +3,6 @@ name: trustairlab_704ba6e098921db8 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml index 6b01618eeb..91d4a0cc72 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_70919c0b8c9ee1b7.yaml @@ -3,7 +3,6 @@ name: trustairlab_70919c0b8c9ee1b7 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml index 102ec794a5..d1b11b02f4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_71b2ea8bf9eb0401.yaml @@ -3,7 +3,6 @@ name: trustairlab_71b2ea8bf9eb0401 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml index cbe0376500..e2a5ed3572 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7227b9381a5b8604.yaml @@ -3,7 +3,6 @@ name: trustairlab_7227b9381a5b8604 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7247e1784e70d736.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7247e1784e70d736.yaml index 96e0d50ebc..f4c5c6c6cf 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7247e1784e70d736.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7247e1784e70d736.yaml @@ -3,7 +3,6 @@ name: trustairlab_7247e1784e70d736 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml index 9169bbd664..fb48e72237 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a32eb246879aeb.yaml @@ -3,7 +3,6 @@ name: trustairlab_72a32eb246879aeb description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml index 3e67dde4b9..5f76dc869d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_72a43710b4d7e0f2.yaml @@ -3,7 +3,6 @@ name: trustairlab_72a43710b4d7e0f2 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml index 474b8510e3..8738c38339 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_738600bf1a67ff7d.yaml @@ -3,7 +3,6 @@ name: trustairlab_738600bf1a67ff7d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml index a1a38b1430..d62ed1b6d3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73b5a92e7f26e5bf.yaml @@ -3,7 +3,6 @@ name: trustairlab_73b5a92e7f26e5bf description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml index 776a2eb1db..c97b63a916 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73f4c8bb0964157a.yaml @@ -3,7 +3,6 @@ name: trustairlab_73f4c8bb0964157a description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml index c8cc82399f..9076c9babd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_73fae84b5e77f3e5.yaml @@ -3,7 +3,6 @@ name: trustairlab_73fae84b5e77f3e5 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml index 28d9969396..9367953abe 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_741e90b680d8ba97.yaml @@ -3,7 +3,6 @@ name: trustairlab_741e90b680d8ba97 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74671234f708f9ff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74671234f708f9ff.yaml index d8d0a78ec9..63e2be09f3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74671234f708f9ff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74671234f708f9ff.yaml @@ -3,7 +3,6 @@ name: trustairlab_74671234f708f9ff description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml index 8d43ab4377..c590bcf21e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_746cf57743eb0da9.yaml @@ -3,7 +3,6 @@ name: trustairlab_746cf57743eb0da9 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml index 21aa405bc8..bd1143ab76 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_74b43959d73a7e4d.yaml @@ -3,7 +3,6 @@ name: trustairlab_74b43959d73a7e4d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75938a83223eb52e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75938a83223eb52e.yaml index 53a8d9aa5c..6d3d5a8b96 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75938a83223eb52e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75938a83223eb52e.yaml @@ -3,7 +3,6 @@ name: trustairlab_75938a83223eb52e description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml index edf7e85e76..ec8167b180 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75b253e938ce2a26.yaml @@ -3,7 +3,6 @@ name: trustairlab_75b253e938ce2a26 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml index 72f24f0a82..1534cb016e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75de6f0a973dc77e.yaml @@ -3,7 +3,6 @@ name: trustairlab_75de6f0a973dc77e description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml index 85a2a01b7f..ef13284e99 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_75e778e35a3b70d0.yaml @@ -3,7 +3,6 @@ name: trustairlab_75e778e35a3b70d0 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml index a39ecc2d0b..11defc3c55 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_762cc50ab95fc31c.yaml @@ -3,7 +3,6 @@ name: trustairlab_762cc50ab95fc31c description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76387af082ca9693.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76387af082ca9693.yaml index 5d8685cb0f..4d9a960487 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76387af082ca9693.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76387af082ca9693.yaml @@ -3,7 +3,6 @@ name: trustairlab_76387af082ca9693 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76af15d52326bfca.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76af15d52326bfca.yaml index 566cfc6971..ec6c42160d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76af15d52326bfca.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76af15d52326bfca.yaml @@ -3,7 +3,6 @@ name: trustairlab_76af15d52326bfca description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml index d0b3937c73..24049f171f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76badf1a63c3b186.yaml @@ -3,7 +3,6 @@ name: trustairlab_76badf1a63c3b186 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76eca385597b71fc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76eca385597b71fc.yaml index e5ec47c25c..0a76c957c2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76eca385597b71fc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_76eca385597b71fc.yaml @@ -3,7 +3,6 @@ name: trustairlab_76eca385597b71fc description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml index bd1da2f046..d1d9953e91 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_776e5d763b493bb6.yaml @@ -3,7 +3,6 @@ name: trustairlab_776e5d763b493bb6 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml index 2c9715509d..245d754b51 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_77a1da2b0ad2b311.yaml @@ -3,7 +3,6 @@ name: trustairlab_77a1da2b0ad2b311 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml index 2c84ad254c..40a8628e97 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78028acdc19dd13d.yaml @@ -3,7 +3,6 @@ name: trustairlab_78028acdc19dd13d description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml index 17c75b5bd4..1517df7ebd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_78139a02e9adadfd.yaml @@ -3,7 +3,6 @@ name: trustairlab_78139a02e9adadfd description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml index d5409610a2..eb3129d70f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_786e7d2b447c486b.yaml @@ -3,7 +3,6 @@ name: trustairlab_786e7d2b447c486b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml index 66db925e07..78e2172968 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_794224ef0f7bc690.yaml @@ -3,7 +3,6 @@ name: trustairlab_794224ef0f7bc690 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Virtualization) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml index 1cac566745..5c82dbbb0c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7972f82d695b2df3.yaml @@ -3,7 +3,6 @@ name: trustairlab_7972f82d695b2df3 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml index 1e2c76e96c..5c581357a8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a85fb8eb4006453.yaml @@ -3,7 +3,6 @@ name: trustairlab_7a85fb8eb4006453 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml index ef089969cb..298b2dcce8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7a92b52458f42f1d.yaml @@ -3,7 +3,6 @@ name: trustairlab_7a92b52458f42f1d description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml index 322615f636..7afe61c58b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ac06ea0d5c314c7.yaml @@ -3,7 +3,6 @@ name: trustairlab_7ac06ea0d5c314c7 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml index 020ff6dd2b..1cb8c90d02 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ada09dbed3aec1a.yaml @@ -3,7 +3,6 @@ name: trustairlab_7ada09dbed3aec1a description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml index d59ad515a5..0571a427d3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b24bc7b398580c6.yaml @@ -3,7 +3,6 @@ name: trustairlab_7b24bc7b398580c6 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml index 17f5bbb428..d737787c25 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7b78c2c26741a67f.yaml @@ -3,7 +3,6 @@ name: trustairlab_7b78c2c26741a67f description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml index 0e6206762e..22e6a3226c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c30f61bfde4181c.yaml @@ -3,7 +3,6 @@ name: trustairlab_7c30f61bfde4181c description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml index 3d9c031761..7594269ed6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7c5cd9e8ff752dbf.yaml @@ -3,7 +3,6 @@ name: trustairlab_7c5cd9e8ff752dbf description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml index 25e49c658a..782065489d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ccdb6d7f0b5b7db.yaml @@ -3,7 +3,6 @@ name: trustairlab_7ccdb6d7f0b5b7db description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml index c3e41b343b..03d182e72a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7cd75fb74545cc1c.yaml @@ -3,7 +3,6 @@ name: trustairlab_7cd75fb74545cc1c description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml index f3d7a21f95..d88b3bf781 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d1b59abbbfd7071.yaml @@ -3,7 +3,6 @@ name: trustairlab_7d1b59abbbfd7071 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml index a5d37afbff..af508960ae 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d3f8b2c97d0c163.yaml @@ -3,7 +3,6 @@ name: trustairlab_7d3f8b2c97d0c163 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml index 80897842a0..e10aea031b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7d536d267c48fbff.yaml @@ -3,7 +3,6 @@ name: trustairlab_7d536d267c48fbff description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml index f9632fca3d..5c29c6b2d7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7db0c4ee8b2b5bda.yaml @@ -3,7 +3,6 @@ name: trustairlab_7db0c4ee8b2b5bda description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e4648e700320713.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e4648e700320713.yaml index 19868de0df..7a840aa2eb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e4648e700320713.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e4648e700320713.yaml @@ -3,7 +3,6 @@ name: trustairlab_7e4648e700320713 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e9b46644859f961.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e9b46644859f961.yaml index 049441a084..ff2edf78f9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e9b46644859f961.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7e9b46644859f961.yaml @@ -3,7 +3,6 @@ name: trustairlab_7e9b46644859f961 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f142130af187acb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f142130af187acb.yaml index f56e8f204b..0325c3fc4d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f142130af187acb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f142130af187acb.yaml @@ -3,7 +3,6 @@ name: trustairlab_7f142130af187acb description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f201264b98465f2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f201264b98465f2.yaml index 657218a5c4..63459e5183 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f201264b98465f2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7f201264b98465f2.yaml @@ -3,7 +3,6 @@ name: trustairlab_7f201264b98465f2 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml index 7af5a3dd83..15c45cf9c1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7fac4cde22ccb1bc.yaml @@ -3,7 +3,6 @@ name: trustairlab_7fac4cde22ccb1bc description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ff12572825d7609.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ff12572825d7609.yaml index 3fd676d792..34f3dc6c95 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ff12572825d7609.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_7ff12572825d7609.yaml @@ -3,7 +3,6 @@ name: trustairlab_7ff12572825d7609 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_805f13666afc5e24.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_805f13666afc5e24.yaml index 9965029dfc..b4b11513ec 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_805f13666afc5e24.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_805f13666afc5e24.yaml @@ -3,7 +3,6 @@ name: trustairlab_805f13666afc5e24 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_80705713867447bb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_80705713867447bb.yaml index 5c88c8b53c..683341f00d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_80705713867447bb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_80705713867447bb.yaml @@ -3,7 +3,6 @@ name: trustairlab_80705713867447bb description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml index dcea4f08df..18f6c25dc7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8113f7047bdd7810.yaml @@ -3,7 +3,6 @@ name: trustairlab_8113f7047bdd7810 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml index d3359c399d..34fe773650 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81781e7beac6c2fa.yaml @@ -3,7 +3,6 @@ name: trustairlab_81781e7beac6c2fa description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81da9e40614161e1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81da9e40614161e1.yaml index 81c8b34b64..703cbd491c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81da9e40614161e1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_81da9e40614161e1.yaml @@ -3,7 +3,6 @@ name: trustairlab_81da9e40614161e1 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml index 685d7cd356..cc5ddb4579 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8240d6772705ad4b.yaml @@ -3,7 +3,6 @@ name: trustairlab_8240d6772705ad4b description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_834c2f100653b430.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_834c2f100653b430.yaml index 0474e3983f..7432cc2e88 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_834c2f100653b430.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_834c2f100653b430.yaml @@ -3,7 +3,6 @@ name: trustairlab_834c2f100653b430 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml index 810858a7c5..327daa3587 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_85d8313cce3b8fbd.yaml @@ -3,7 +3,6 @@ name: trustairlab_85d8313cce3b8fbd description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8632062f13381507.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8632062f13381507.yaml index 95f03b65c1..2cb04ccf52 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8632062f13381507.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8632062f13381507.yaml @@ -3,7 +3,6 @@ name: trustairlab_8632062f13381507 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml index d247d572da..e3bd02c5fd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_869de598d9a0d34b.yaml @@ -3,7 +3,6 @@ name: trustairlab_869de598d9a0d34b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml index 14428a5d44..17252782f1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_882dbbe15bebe536.yaml @@ -3,7 +3,6 @@ name: trustairlab_882dbbe15bebe536 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml index 2d894323d2..dc22c4b97a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8a90da4d66b0b95f.yaml @@ -3,7 +3,6 @@ name: trustairlab_8a90da4d66b0b95f description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml index 056d1edbf2..a145446853 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b49df88fc17f733.yaml @@ -3,7 +3,6 @@ name: trustairlab_8b49df88fc17f733 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml index 6dce985bca..21fbf960c0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8b51d2f44fa47799.yaml @@ -3,7 +3,6 @@ name: trustairlab_8b51d2f44fa47799 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bde019206d6e851.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bde019206d6e851.yaml index c3b2a43a05..889f908fc1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bde019206d6e851.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bde019206d6e851.yaml @@ -3,7 +3,6 @@ name: trustairlab_8bde019206d6e851 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml index 65146cd65b..6447bd2fe5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8bf7358441d1cd2d.yaml @@ -3,7 +3,6 @@ name: trustairlab_8bf7358441d1cd2d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml index 864920731f..4cefebeaa7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c0f6d10f0350b06.yaml @@ -3,7 +3,6 @@ name: trustairlab_8c0f6d10f0350b06 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml index 7108aef513..ee214e2705 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8c45a32a8021bd35.yaml @@ -3,7 +3,6 @@ name: trustairlab_8c45a32a8021bd35 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml index 28c77b4450..93a8f0b373 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cbd059eb336ad94.yaml @@ -3,7 +3,6 @@ name: trustairlab_8cbd059eb336ad94 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cee3184a691671c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cee3184a691671c.yaml index 789a4322a5..3f478a61ac 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cee3184a691671c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8cee3184a691671c.yaml @@ -3,7 +3,6 @@ name: trustairlab_8cee3184a691671c description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml index 6e319149a9..f4e7b62929 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8d64b34df0a844dc.yaml @@ -3,7 +3,6 @@ name: trustairlab_8d64b34df0a844dc description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml index 8d2713368c..3f02798380 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8ec7f736a06ba17c.yaml @@ -3,7 +3,6 @@ name: trustairlab_8ec7f736a06ba17c description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml index 2f64866329..ee4ddaec12 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8edadcb213a6f860.yaml @@ -3,7 +3,6 @@ name: trustairlab_8edadcb213a6f860 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f43895f49edd045.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f43895f49edd045.yaml index 3d085bf675..ae3c2c127e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f43895f49edd045.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f43895f49edd045.yaml @@ -3,7 +3,6 @@ name: trustairlab_8f43895f49edd045 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml index 862a5a714d..6c6d95b337 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8f861679cb2441d7.yaml @@ -3,7 +3,6 @@ name: trustairlab_8f861679cb2441d7 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml index 0cb30b402b..73d6ba9890 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fca8f729e38a265.yaml @@ -3,7 +3,6 @@ name: trustairlab_8fca8f729e38a265 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml index 2457f181d6..04b6117296 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_8fcb6dacea0b24fa.yaml @@ -3,7 +3,6 @@ name: trustairlab_8fcb6dacea0b24fa description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_912634a9576fe612.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_912634a9576fe612.yaml index 547f97fb49..2a51518491 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_912634a9576fe612.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_912634a9576fe612.yaml @@ -3,7 +3,6 @@ name: trustairlab_912634a9576fe612 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_92027db6356addcc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_92027db6356addcc.yaml index 9873c5cdc4..5deb8513be 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_92027db6356addcc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_92027db6356addcc.yaml @@ -3,7 +3,6 @@ name: trustairlab_92027db6356addcc description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml index 319f7da964..100ace20ec 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_926f43c581aa6d32.yaml @@ -3,7 +3,6 @@ name: trustairlab_926f43c581aa6d32 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9402e7112465adfe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9402e7112465adfe.yaml index 79dc2831c1..85792c7f35 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9402e7112465adfe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9402e7112465adfe.yaml @@ -3,7 +3,6 @@ name: trustairlab_9402e7112465adfe description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml index 2304bdd2c9..f466351e83 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9417c2a5d9b4918b.yaml @@ -3,7 +3,6 @@ name: trustairlab_9417c2a5d9b4918b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94773a0df87c712e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94773a0df87c712e.yaml index cc99012913..2fa45ef939 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94773a0df87c712e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94773a0df87c712e.yaml @@ -3,7 +3,6 @@ name: trustairlab_94773a0df87c712e description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml index 9acd533d9a..e79abb40d4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_94b09345e83a2d44.yaml @@ -3,7 +3,6 @@ name: trustairlab_94b09345e83a2d44 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_95e149395ac91b37.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_95e149395ac91b37.yaml index 108f6c12a1..924b18dd6a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_95e149395ac91b37.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_95e149395ac91b37.yaml @@ -3,7 +3,6 @@ name: trustairlab_95e149395ac91b37 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml index 78c386aeb4..67b40067f6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_96303c17b6a8f519.yaml @@ -3,7 +3,6 @@ name: trustairlab_96303c17b6a8f519 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml index 2cf20df7ec..50eb8f20e7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98ae2f0d5080b5bb.yaml @@ -3,7 +3,6 @@ name: trustairlab_98ae2f0d5080b5bb description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98f616948dd233ac.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98f616948dd233ac.yaml index 37a08a0427..f8c1c0c6c7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98f616948dd233ac.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_98f616948dd233ac.yaml @@ -3,7 +3,6 @@ name: trustairlab_98f616948dd233ac description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml index 702a4b5ca6..36a43e71ae 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9a1a2e2881a90f84.yaml @@ -3,7 +3,6 @@ name: trustairlab_9a1a2e2881a90f84 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml index d8047af1bd..44b8519e21 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9adecd4b3b4dd152.yaml @@ -3,7 +3,6 @@ name: trustairlab_9adecd4b3b4dd152 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml index 93b475417a..872351ac16 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9bc2784ed7681eb7.yaml @@ -3,7 +3,6 @@ name: trustairlab_9bc2784ed7681eb7 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml index cf572b3fd5..bbfdb397b4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9c268fd5fa8c3717.yaml @@ -3,7 +3,6 @@ name: trustairlab_9c268fd5fa8c3717 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml index 0f330a97ca..0ebe85bc43 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9cbfee3d5e61a2a1.yaml @@ -3,7 +3,6 @@ name: trustairlab_9cbfee3d5e61a2a1 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml index 34b6a03226..790dc16c80 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d565e7d4f51b8df.yaml @@ -3,7 +3,6 @@ name: trustairlab_9d565e7d4f51b8df description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml index 8f1c02ae81..a9feafba27 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9d583d9ec40c6490.yaml @@ -3,7 +3,6 @@ name: trustairlab_9d583d9ec40c6490 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml index 34c616acf9..5eb1c5e02f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9deaff64a5ad7e57.yaml @@ -3,7 +3,6 @@ name: trustairlab_9deaff64a5ad7e57 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml index 3bae922392..67776fe843 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9e0010efaffe8f5a.yaml @@ -3,7 +3,6 @@ name: trustairlab_9e0010efaffe8f5a description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml index bf7d0ebbfb..5d06c7634c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_9ef1ce52edab6509.yaml @@ -3,7 +3,6 @@ name: trustairlab_9ef1ce52edab6509 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a085388e63cbf217.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a085388e63cbf217.yaml index 134896b0b8..cc6129554c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a085388e63cbf217.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a085388e63cbf217.yaml @@ -3,7 +3,6 @@ name: trustairlab_a085388e63cbf217 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml index 8336e582b7..68146faaf4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a1c19149351a0c5a.yaml @@ -3,7 +3,6 @@ name: trustairlab_a1c19149351a0c5a description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml index 7c6ef9c04d..ba2ca74d47 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a38ef72772f9861d.yaml @@ -3,7 +3,6 @@ name: trustairlab_a38ef72772f9861d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml index 42cc946139..5cf989d2b6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a3dc190c9a8c0b6c.yaml @@ -3,7 +3,6 @@ name: trustairlab_a3dc190c9a8c0b6c description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml index 32b30004cb..c2c2e92b39 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a4fb71e5b4ae264a.yaml @@ -3,7 +3,6 @@ name: trustairlab_a4fb71e5b4ae264a description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a56ff42562532132.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a56ff42562532132.yaml index d69136ba87..92b9479857 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a56ff42562532132.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a56ff42562532132.yaml @@ -3,7 +3,6 @@ name: trustairlab_a56ff42562532132 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml index 599bc4b900..fa3a467327 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a5ac54d9a9e69615.yaml @@ -3,7 +3,6 @@ name: trustairlab_a5ac54d9a9e69615 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml index 22024a1a9b..041b56bad5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a639cf968ba2ab24.yaml @@ -3,7 +3,6 @@ name: trustairlab_a639cf968ba2ab24 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml index 6f34d6e161..3faee27ecb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6cc7f1395491d81.yaml @@ -3,7 +3,6 @@ name: trustairlab_a6cc7f1395491d81 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml index 153529cf38..0fb38aaabb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a6ecdf5ed0f7a9dd.yaml @@ -3,7 +3,6 @@ name: trustairlab_a6ecdf5ed0f7a9dd description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml index 6f120e01b1..8880767e0e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a8869aae9c387bd4.yaml @@ -3,7 +3,6 @@ name: trustairlab_a8869aae9c387bd4 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a969d779815e72d4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a969d779815e72d4.yaml index 1ced346d85..5c1cad9574 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a969d779815e72d4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_a969d779815e72d4.yaml @@ -3,7 +3,6 @@ name: trustairlab_a969d779815e72d4 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Virtualization) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml index fed1f46ffc..d3d72f76a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aa02e13af546d7bc.yaml @@ -3,7 +3,6 @@ name: trustairlab_aa02e13af546d7bc description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab01f6043f231014.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab01f6043f231014.yaml index 05ba841c6e..bc7d8c22ab 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab01f6043f231014.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab01f6043f231014.yaml @@ -3,7 +3,6 @@ name: trustairlab_ab01f6043f231014 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml index f3bff4ef11..6ed129f251 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ab5a3cc2af4cf3b8.yaml @@ -3,7 +3,6 @@ name: trustairlab_ab5a3cc2af4cf3b8 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml index 813231a9a9..8942436741 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_abd2b8da35ee0f48.yaml @@ -3,7 +3,6 @@ name: trustairlab_abd2b8da35ee0f48 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''AI Prompt Sharing'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml index 4e4b65ff84..dd1033c21d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ac4db66705ad9ab8.yaml @@ -3,7 +3,6 @@ name: trustairlab_ac4db66705ad9ab8 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_addbd7853d72da16.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_addbd7853d72da16.yaml index 39230d61c9..7ac9a35a20 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_addbd7853d72da16.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_addbd7853d72da16.yaml @@ -3,7 +3,6 @@ name: trustairlab_addbd7853d72da16 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml index 0864fc732d..d17b5512fb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_aeba5baa60c38a0c.yaml @@ -3,7 +3,6 @@ name: trustairlab_aeba5baa60c38a0c description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml index f50833accd..0a29b37dd5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_af050bf8a6d91a73.yaml @@ -3,7 +3,6 @@ name: trustairlab_af050bf8a6d91a73 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml index 4d650f03fc..02dd67eefe 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b188f4e049aa8149.yaml @@ -3,7 +3,6 @@ name: trustairlab_b188f4e049aa8149 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b1df808d40c99646.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b1df808d40c99646.yaml index 9a253a0bb7..3c0ed5a231 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b1df808d40c99646.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b1df808d40c99646.yaml @@ -3,7 +3,6 @@ name: trustairlab_b1df808d40c99646 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml index 14007c05cd..9208463e38 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b2b14d7f0b1f992f.yaml @@ -3,7 +3,6 @@ name: trustairlab_b2b14d7f0b1f992f description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b345a2514e821701.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b345a2514e821701.yaml index e505db8cd8..2767af93ed 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b345a2514e821701.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b345a2514e821701.yaml @@ -3,7 +3,6 @@ name: trustairlab_b345a2514e821701 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml index 97a7cda8a9..cf8e042de6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3611de26f4d7b85.yaml @@ -3,7 +3,6 @@ name: trustairlab_b3611de26f4d7b85 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml index 133d046e00..724b900000 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3699597eb7ece96.yaml @@ -3,7 +3,6 @@ name: trustairlab_b3699597eb7ece96 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b36a35a52692106e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b36a35a52692106e.yaml index 370aa3d9ad..eb15f6fb5b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b36a35a52692106e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b36a35a52692106e.yaml @@ -3,7 +3,6 @@ name: trustairlab_b36a35a52692106e description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml index 1e0d02ac74..d35192a5f7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b379bd7c3a61dc1a.yaml @@ -3,7 +3,6 @@ name: trustairlab_b379bd7c3a61dc1a description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml index 75819eb23c..a8d7b85809 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3a563eee98a8ff1.yaml @@ -3,7 +3,6 @@ name: trustairlab_b3a563eee98a8ff1 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml index 4ab12d14e3..19be1fd042 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f5ce412f4eedaa.yaml @@ -3,7 +3,6 @@ name: trustairlab_b3f5ce412f4eedaa description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml index 354f72f92d..d0d2bfe7ff 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b3f66a5f44884c4f.yaml @@ -3,7 +3,6 @@ name: trustairlab_b3f66a5f44884c4f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml index 05ab7282f6..7f44de822e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b47b1884ef08cd73.yaml @@ -3,7 +3,6 @@ name: trustairlab_b47b1884ef08cd73 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml index 6ae1690f68..0bf2286c4e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5075e4e103e2ab5.yaml @@ -3,7 +3,6 @@ name: trustairlab_b5075e4e103e2ab5 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b512bb78db77c359.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b512bb78db77c359.yaml index 15647b4d25..a3a2bd5967 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b512bb78db77c359.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b512bb78db77c359.yaml @@ -3,7 +3,6 @@ name: trustairlab_b512bb78db77c359 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml index 334d16eac3..6296feef75 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b542db2f6f6fb97f.yaml @@ -3,7 +3,6 @@ name: trustairlab_b542db2f6f6fb97f description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml index 3292f9f2b1..7901e2c529 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b5f246065a0ef7b0.yaml @@ -3,7 +3,6 @@ name: trustairlab_b5f246065a0ef7b0 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml index 1cb504f539..49a1f74cdd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b69e54c8c5acaa14.yaml @@ -3,7 +3,6 @@ name: trustairlab_b69e54c8c5acaa14 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b838b72470b94a66.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b838b72470b94a66.yaml index 85ab37c442..f5ea8c3b77 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b838b72470b94a66.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b838b72470b94a66.yaml @@ -3,7 +3,6 @@ name: trustairlab_b838b72470b94a66 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml index c3660d2c60..465391e6b8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8643f65f1c6352b.yaml @@ -3,7 +3,6 @@ name: trustairlab_b8643f65f1c6352b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml index 67d7e566c2..8a3fa6a3db 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b8ffff86466a5dd1.yaml @@ -3,7 +3,6 @@ name: trustairlab_b8ffff86466a5dd1 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b984015b546dec97.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b984015b546dec97.yaml index 276f5a9395..6e09780866 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b984015b546dec97.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_b984015b546dec97.yaml @@ -3,7 +3,6 @@ name: trustairlab_b984015b546dec97 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml index 555ee874b3..28f7107fca 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc60e32e9ec77afb.yaml @@ -3,7 +3,6 @@ name: trustairlab_bc60e32e9ec77afb description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml index 97f561c278..d6873ccaa9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bc785fbc002e56db.yaml @@ -3,7 +3,6 @@ name: trustairlab_bc785fbc002e56db description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml index 8084696ab2..6cc56f73a5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd3959fc83e64767.yaml @@ -3,7 +3,6 @@ name: trustairlab_bd3959fc83e64767 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml index 67a7be392c..dbabd17598 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd92f5045310acf6.yaml @@ -3,7 +3,6 @@ name: trustairlab_bd92f5045310acf6 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml index d24b315e89..a66bbd1d2b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bd949d3b17b4086c.yaml @@ -3,7 +3,6 @@ name: trustairlab_bd949d3b17b4086c description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml index 1cdd204d93..a4d6ec5b54 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bdc51b0d93b61b1a.yaml @@ -3,7 +3,6 @@ name: trustairlab_bdc51b0d93b61b1a description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bea54b9498135321.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bea54b9498135321.yaml index 003def7f23..11bb3cb0d4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bea54b9498135321.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bea54b9498135321.yaml @@ -3,7 +3,6 @@ name: trustairlab_bea54b9498135321 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_befc521a651635e0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_befc521a651635e0.yaml index 564d78f8d0..9e9440eb32 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_befc521a651635e0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_befc521a651635e0.yaml @@ -3,7 +3,6 @@ name: trustairlab_befc521a651635e0 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml index 07d30f907d..1520ca74bd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf0aa4a65786883a.yaml @@ -3,7 +3,6 @@ name: trustairlab_bf0aa4a65786883a description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml index d5645e5c87..38dc8abce9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf19000f73c49d2b.yaml @@ -3,7 +3,6 @@ name: trustairlab_bf19000f73c49d2b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml index 1cdcebd5c4..255db932a3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf283ccda3b99cbe.yaml @@ -3,7 +3,6 @@ name: trustairlab_bf283ccda3b99cbe description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf9121c82e112044.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf9121c82e112044.yaml index aa5f240e94..572d03595f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf9121c82e112044.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bf9121c82e112044.yaml @@ -3,7 +3,6 @@ name: trustairlab_bf9121c82e112044 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bfd5129754343480.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bfd5129754343480.yaml index f535ee6658..81e088d3f7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bfd5129754343480.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_bfd5129754343480.yaml @@ -3,7 +3,6 @@ name: trustairlab_bfd5129754343480 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''AI Prompt Sharing'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml index 1241463e31..14c1f5f95e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c00ce32b701d4be9.yaml @@ -3,7 +3,6 @@ name: trustairlab_c00ce32b701d4be9 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml index 042ee919af..ef7ed2fa84 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c031309b197f9fd3.yaml @@ -3,7 +3,6 @@ name: trustairlab_c031309b197f9fd3 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml index 664e6210c5..359270c06a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0d36a9d7027bb44.yaml @@ -3,7 +3,6 @@ name: trustairlab_c0d36a9d7027bb44 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0eab7732179442d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0eab7732179442d.yaml index b2bdbbf8c7..9af370687a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0eab7732179442d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c0eab7732179442d.yaml @@ -3,7 +3,6 @@ name: trustairlab_c0eab7732179442d description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml index f9a2245da3..2ecd552e05 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1807314fa6a2fc4.yaml @@ -3,7 +3,6 @@ name: trustairlab_c1807314fa6a2fc4 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml index bf975cd352..b09f1d469d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1c1f5132485ea9d.yaml @@ -3,7 +3,6 @@ name: trustairlab_c1c1f5132485ea9d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml index ad59073023..3ba892b569 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1d04be2da72b0b0.yaml @@ -3,7 +3,6 @@ name: trustairlab_c1d04be2da72b0b0 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml index 64d81de5a5..91c6a0f0a0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c1dd1db024eda339.yaml @@ -3,7 +3,6 @@ name: trustairlab_c1dd1db024eda339 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml index cd5e93d4d9..464da387be 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c23e3c1437ab2ac8.yaml @@ -3,7 +3,6 @@ name: trustairlab_c23e3c1437ab2ac8 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml index aa4b9ceb5c..58d15c2ebf 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c24ae7628b4c0e35.yaml @@ -3,7 +3,6 @@ name: trustairlab_c24ae7628b4c0e35 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2be89412417ae88.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2be89412417ae88.yaml index 380ef7b8ff..fce0568ad6 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2be89412417ae88.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2be89412417ae88.yaml @@ -3,7 +3,6 @@ name: trustairlab_c2be89412417ae88 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml index 0e9e789445..e5a342c2b1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c2fae3179e3f2d11.yaml @@ -3,7 +3,6 @@ name: trustairlab_c2fae3179e3f2d11 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml index 9b10e8757c..e073b64ad4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c32c585b02a969cd.yaml @@ -3,7 +3,6 @@ name: trustairlab_c32c585b02a969cd description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml index 2e8fbd5289..e7c7d0e942 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c3d401ed24de8136.yaml @@ -3,7 +3,6 @@ name: trustairlab_c3d401ed24de8136 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c457d20056654533.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c457d20056654533.yaml index 53fa8346e2..074e779661 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c457d20056654533.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c457d20056654533.yaml @@ -3,7 +3,6 @@ name: trustairlab_c457d20056654533 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml index 09e0108aed..3acf5c520c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5088ea8ae9c8821.yaml @@ -3,7 +3,6 @@ name: trustairlab_c5088ea8ae9c8821 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5c15b2228755268.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5c15b2228755268.yaml index 40ebc464a2..340efb88d3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5c15b2228755268.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5c15b2228755268.yaml @@ -3,7 +3,6 @@ name: trustairlab_c5c15b2228755268 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml index d0c0dd79bd..f8e42aaa2a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c5e6162522f69d59.yaml @@ -3,7 +3,6 @@ name: trustairlab_c5e6162522f69d59 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml index 69490ca77e..a3a41ca46e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c70263f66fbfd41d.yaml @@ -3,7 +3,6 @@ name: trustairlab_c70263f66fbfd41d description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''AI Prompt Sharing'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml index 9bc7a1d6c0..3b035facfa 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7194f4f61bd273b.yaml @@ -3,7 +3,6 @@ name: trustairlab_c7194f4f61bd273b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml index 0ca062cf8f..cef8728133 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7d352caaea3b6ec.yaml @@ -3,7 +3,6 @@ name: trustairlab_c7d352caaea3b6ec description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml index 2da5a1fb12..22af0cfd05 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c7f29c1081e1303f.yaml @@ -3,7 +3,6 @@ name: trustairlab_c7f29c1081e1303f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml index 701a0eaace..14fef1faae 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c80ba67d5f149d80.yaml @@ -3,7 +3,6 @@ name: trustairlab_c80ba67d5f149d80 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml index c073e3d386..6751984658 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c866fe5d8e7084e2.yaml @@ -3,7 +3,6 @@ name: trustairlab_c866fe5d8e7084e2 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml index db9b599fba..194368e2ab 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c876371c6fb87ec5.yaml @@ -3,7 +3,6 @@ name: trustairlab_c876371c6fb87ec5 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml index cc85bd06bc..d1168d6673 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c879e5f1435dd3cd.yaml @@ -3,7 +3,6 @@ name: trustairlab_c879e5f1435dd3cd description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml index 9d8b121085..25e1c683b5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c95986467ff6f0fc.yaml @@ -3,7 +3,6 @@ name: trustairlab_c95986467ff6f0fc description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml index 0f48ca1a95..db0ba66de2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9808e47b63ca63d.yaml @@ -3,7 +3,6 @@ name: trustairlab_c9808e47b63ca63d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml index b0394fc451..6bd2a31c7f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_c9ec176811f37b60.yaml @@ -3,7 +3,6 @@ name: trustairlab_c9ec176811f37b60 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml index af5cdeacbd..ca9578e2f2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca59e1134a3aceba.yaml @@ -3,7 +3,6 @@ name: trustairlab_ca59e1134a3aceba description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml index 9c57b5d1ea..440c4e8121 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ca65e84bb76cada3.yaml @@ -3,7 +3,6 @@ name: trustairlab_ca65e84bb76cada3 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml index b1a77f3006..a96e253cc3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_caa2f7e123b9fbdd.yaml @@ -3,7 +3,6 @@ name: trustairlab_caa2f7e123b9fbdd description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml index aea644b936..42a9fbdfcb 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_cbd9f935076b7cb3.yaml @@ -3,7 +3,6 @@ name: trustairlab_cbd9f935076b7cb3 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml index 4481fc05b3..479064117b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce18f3ed65d1884b.yaml @@ -3,7 +3,6 @@ name: trustairlab_ce18f3ed65d1884b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce768685c2aef710.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce768685c2aef710.yaml index ad0cf29833..7c83c0531a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce768685c2aef710.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce768685c2aef710.yaml @@ -3,7 +3,6 @@ name: trustairlab_ce768685c2aef710 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml index 648e7399b4..4ac15337d5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ce87fcb3e6191962.yaml @@ -3,7 +3,6 @@ name: trustairlab_ce87fcb3e6191962 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml index 99a31087b5..74adcb0145 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d02b99bab1213bcb.yaml @@ -3,7 +3,6 @@ name: trustairlab_d02b99bab1213bcb description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml index 543b9ed89c..d0527fd62d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d0e53469f932dbe2.yaml @@ -3,7 +3,6 @@ name: trustairlab_d0e53469f932dbe2 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml index 13083c476d..e2887b1a12 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d10fcc087c88ab3b.yaml @@ -3,7 +3,6 @@ name: trustairlab_d10fcc087c88ab3b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml index ced0d2714d..769fd26c41 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d1b4cd8388b05d75.yaml @@ -3,7 +3,6 @@ name: trustairlab_d1b4cd8388b05d75 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml index 83426fcaa6..97b5426144 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d21ca5ec56ad22e8.yaml @@ -3,7 +3,6 @@ name: trustairlab_d21ca5ec56ad22e8 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml index f8f40ecbca..ff0aee372b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d2ba2e618c4349a6.yaml @@ -3,7 +3,6 @@ name: trustairlab_d2ba2e618c4349a6 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml index 9ea4f675d1..3d36fe524b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d39dfeb4e3bf245c.yaml @@ -3,7 +3,6 @@ name: trustairlab_d39dfeb4e3bf245c description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml index 655ee02be7..2f78d6c6f0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4049c1d8c781d14.yaml @@ -3,7 +3,6 @@ name: trustairlab_d4049c1d8c781d14 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml index 0293e68e47..7737eaee16 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d4076221c8e7f05e.yaml @@ -3,7 +3,6 @@ name: trustairlab_d4076221c8e7f05e description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml index 35683c489c..a6e9236366 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d51488ec171cd98f.yaml @@ -3,7 +3,6 @@ name: trustairlab_d51488ec171cd98f description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml index 7d521bba76..f73157e1cc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d974eb2da40261.yaml @@ -3,7 +3,6 @@ name: trustairlab_d5d974eb2da40261 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml index 821cdbd58b..6e7e4904b9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d5d9a9c9066788d5.yaml @@ -3,7 +3,6 @@ name: trustairlab_d5d9a9c9066788d5 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml index 1cb6adb12c..2430b38657 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6471f4b0d89bbd2.yaml @@ -3,7 +3,6 @@ name: trustairlab_d6471f4b0d89bbd2 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml index c24aa26ab1..41b2425125 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d6720a4f44ef7026.yaml @@ -3,7 +3,6 @@ name: trustairlab_d6720a4f44ef7026 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml index d2a5b93a75..17d30e85b5 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d731f38254f0a8c6.yaml @@ -3,7 +3,6 @@ name: trustairlab_d731f38254f0a8c6 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml index 9956d727b0..6da92fda2c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d7b7dccf855a2689.yaml @@ -3,7 +3,6 @@ name: trustairlab_d7b7dccf855a2689 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d80e561d395ce355.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d80e561d395ce355.yaml index 16cb9f48ea..0d9d2f1dde 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d80e561d395ce355.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d80e561d395ce355.yaml @@ -3,7 +3,6 @@ name: trustairlab_d80e561d395ce355 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml index 5eaacba138..ae790830ab 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d83fc38e9c6e96b3.yaml @@ -3,7 +3,6 @@ name: trustairlab_d83fc38e9c6e96b3 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml index 7dbc7d6006..ca2c46cc06 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d84bf2f99c8f440c.yaml @@ -3,7 +3,6 @@ name: trustairlab_d84bf2f99c8f440c description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''AI Prompt Sharing'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml index 567ab41cfe..1a14564d59 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d86f55401d6bcbf4.yaml @@ -3,7 +3,6 @@ name: trustairlab_d86f55401d6bcbf4 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d8eee67c37449934.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d8eee67c37449934.yaml index 905cfdbae5..af550f5175 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d8eee67c37449934.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d8eee67c37449934.yaml @@ -3,7 +3,6 @@ name: trustairlab_d8eee67c37449934 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml index 3390d91562..3e04048e10 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_d95a2567c61718d4.yaml @@ -3,7 +3,6 @@ name: trustairlab_d95a2567c61718d4 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml index 47f4d50d7a..d262793499 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_da31df2f5f801e83.yaml @@ -3,7 +3,6 @@ name: trustairlab_da31df2f5f801e83 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml index 0608c7aedc..0f777a10aa 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbcd097f15a887af.yaml @@ -3,7 +3,6 @@ name: trustairlab_dbcd097f15a887af description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml index 17e0d1effc..8eb4d0a127 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dbd1754b88231db3.yaml @@ -3,7 +3,6 @@ name: trustairlab_dbd1754b88231db3 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml index ccd947881b..73ded38c3c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dcd40c54b4183e95.yaml @@ -3,7 +3,6 @@ name: trustairlab_dcd40c54b4183e95 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml index 3c670e131f..f056af84f8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_dceae3914a85ae06.yaml @@ -3,7 +3,6 @@ name: trustairlab_dceae3914a85ae06 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml index cb0f55970d..11c9aa9a7f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_de1adbe83eb34dff.yaml @@ -3,7 +3,6 @@ name: trustairlab_de1adbe83eb34dff description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml index 015eaf0af9..983bcf99aa 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_def9d584cbe7f42e.yaml @@ -3,7 +3,6 @@ name: trustairlab_def9d584cbe7f42e description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_df0609b2d198d594.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_df0609b2d198d594.yaml index fb083721d4..359f4345ea 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_df0609b2d198d594.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_df0609b2d198d594.yaml @@ -3,7 +3,6 @@ name: trustairlab_df0609b2d198d594 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e00bff50555e403d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e00bff50555e403d.yaml index ac524ac13f..41c5c4b504 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e00bff50555e403d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e00bff50555e403d.yaml @@ -3,7 +3,6 @@ name: trustairlab_e00bff50555e403d description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Virtualization) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml index 30028d26fe..22f9fd4bbf 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0b3e9b9e5d49cdc.yaml @@ -3,7 +3,6 @@ name: trustairlab_e0b3e9b9e5d49cdc description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml index 35e8560b63..455a56d7ac 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e0d3101e0937a22a.yaml @@ -3,7 +3,6 @@ name: trustairlab_e0d3101e0937a22a description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e108ba12762ce437.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e108ba12762ce437.yaml index 73fa5d3347..84b6c6b60c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e108ba12762ce437.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e108ba12762ce437.yaml @@ -3,7 +3,6 @@ name: trustairlab_e108ba12762ce437 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml index 377503bc4b..86aac53832 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e11a5b7f85608974.yaml @@ -3,7 +3,6 @@ name: trustairlab_e11a5b7f85608974 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml index e1edf42d23..abcf799c45 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e141dc8d4f6ce4d3.yaml @@ -3,7 +3,6 @@ name: trustairlab_e141dc8d4f6ce4d3 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3230f0a787255df.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3230f0a787255df.yaml index d00a3b37a8..2023ddd7d4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3230f0a787255df.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3230f0a787255df.yaml @@ -3,7 +3,6 @@ name: trustairlab_e3230f0a787255df description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml index 99b910d694..1fe6a7689c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e38d7c3a16280ffe.yaml @@ -3,7 +3,6 @@ name: trustairlab_e38d7c3a16280ffe description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml index 873c9d72ab..041a6eca71 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e3b8f9741eef5185.yaml @@ -3,7 +3,6 @@ name: trustairlab_e3b8f9741eef5185 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml index d762912218..3b01dbfe15 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e479c3fb97584ce7.yaml @@ -3,7 +3,6 @@ name: trustairlab_e479c3fb97584ce7 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml index c6a7476200..1d21c323a0 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4a59f3ef2138382.yaml @@ -3,7 +3,6 @@ name: trustairlab_e4a59f3ef2138382 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml index a9eb0b3c83..0560dee18b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e4ac656d01ff7131.yaml @@ -3,7 +3,6 @@ name: trustairlab_e4ac656d01ff7131 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml index 8c03d10fd8..61eb9d6e1f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e61e323c5bc9e2f5.yaml @@ -3,7 +3,6 @@ name: trustairlab_e61e323c5bc9e2f5 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml index 8233b0d89f..6e4aacabf8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e70fff3e567ab84c.yaml @@ -3,7 +3,6 @@ name: trustairlab_e70fff3e567ab84c description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml index 9d36f90855..c7e997a40a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e72beed01cb2b628.yaml @@ -3,7 +3,6 @@ name: trustairlab_e72beed01cb2b628 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e749313190058e29.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e749313190058e29.yaml index 9b90e0f421..8226bfb076 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e749313190058e29.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e749313190058e29.yaml @@ -3,7 +3,6 @@ name: trustairlab_e749313190058e29 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml index 293e7f6d9b..43a2bef08a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e7eeb41611b5fc2d.yaml @@ -3,7 +3,6 @@ name: trustairlab_e7eeb41611b5fc2d description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml index bb79d85d43..6c26e1b218 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e80c0bf8f98ed259.yaml @@ -3,7 +3,6 @@ name: trustairlab_e80c0bf8f98ed259 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e82351385edf934b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e82351385edf934b.yaml index 699b0c2b98..f709aebb4b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e82351385edf934b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e82351385edf934b.yaml @@ -3,7 +3,6 @@ name: trustairlab_e82351385edf934b description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml index ea1d6c8b89..c746b185c9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e916747e7b0a1ea8.yaml @@ -3,7 +3,6 @@ name: trustairlab_e916747e7b0a1ea8 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml index 3385e61926..e1923ffa1e 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e965cbc0b7cab08f.yaml @@ -3,7 +3,6 @@ name: trustairlab_e965cbc0b7cab08f description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Basic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e9673a81d4224687.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e9673a81d4224687.yaml index 6192269678..4464f2f81f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e9673a81d4224687.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_e9673a81d4224687.yaml @@ -3,7 +3,6 @@ name: trustairlab_e9673a81d4224687 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml index 4dd6e5563f..16d2225bc8 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ea1d28f780d688ea.yaml @@ -3,7 +3,6 @@ name: trustairlab_ea1d28f780d688ea description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eabb13625a814015.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eabb13625a814015.yaml index 8b685e9527..035100fcd1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eabb13625a814015.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eabb13625a814015.yaml @@ -3,7 +3,6 @@ name: trustairlab_eabb13625a814015 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Fictional) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml index 6e8a43759b..3824787c8c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb459c8d90a5cc2c.yaml @@ -3,7 +3,6 @@ name: trustairlab_eb459c8d90a5cc2c description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Start Prompt) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml index 7d4b97947d..8fe11ab22f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_eb747d39fba3f72c.yaml @@ -3,7 +3,6 @@ name: trustairlab_eb747d39fba3f72c description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec10da708287a520.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec10da708287a520.yaml index 975c43778d..464545ac65 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec10da708287a520.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec10da708287a520.yaml @@ -3,7 +3,6 @@ name: trustairlab_ec10da708287a520 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml index dd456ff596..ca43f77c2a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ec959a9da29a2d3c.yaml @@ -3,7 +3,6 @@ name: trustairlab_ec959a9da29a2d3c description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Opposite) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml index b8119b4483..c4e4d152bc 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ece693fa908ab4ef.yaml @@ -3,7 +3,6 @@ name: trustairlab_ece693fa908ab4ef description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml index be0ae39081..069906f444 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ed606cd11469ee71.yaml @@ -3,7 +3,6 @@ name: trustairlab_ed606cd11469ee71 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml index 64792925c7..804cdbba95 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_edfbcd75abf91aff.yaml @@ -3,7 +3,6 @@ name: trustairlab_edfbcd75abf91aff description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml index d0505a1fe7..2788a49159 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ee57f5b0e856246e.yaml @@ -3,7 +3,6 @@ name: trustairlab_ee57f5b0e856246e description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml index 65ee6492c8..0853e61613 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef82da3d05b72255.yaml @@ -3,7 +3,6 @@ name: trustairlab_ef82da3d05b72255 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml index c28548284b..0389dc9902 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_ef9fedc1930ff5a5.yaml @@ -3,7 +3,6 @@ name: trustairlab_ef9fedc1930ff5a5 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml index d657b2e693..85c67e3bf4 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efc2508f40dcf290.yaml @@ -3,7 +3,6 @@ name: trustairlab_efc2508f40dcf290 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml index 5e0335516a..827b30b4c1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_efd9886d1f51bc90.yaml @@ -3,7 +3,6 @@ name: trustairlab_efd9886d1f51bc90 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f04b92603a022948.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f04b92603a022948.yaml index 4372875658..870fcc586d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f04b92603a022948.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f04b92603a022948.yaml @@ -3,7 +3,6 @@ name: trustairlab_f04b92603a022948 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f05652f55284d50a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f05652f55284d50a.yaml index dee4308532..87346fc994 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f05652f55284d50a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f05652f55284d50a.yaml @@ -3,7 +3,6 @@ name: trustairlab_f05652f55284d50a description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml index c413852556..dc0c40a17d 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1a19113a316ffff.yaml @@ -3,7 +3,6 @@ name: trustairlab_f1a19113a316ffff description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml index 4049002d91..768a31b4f2 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f1ec0030d15ca0be.yaml @@ -3,7 +3,6 @@ name: trustairlab_f1ec0030d15ca0be description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml index c90e4b5a1a..59248138a7 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f210fe1a68c77e98.yaml @@ -3,7 +3,6 @@ name: trustairlab_f210fe1a68c77e98 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml index 8f3127ce0b..a231124700 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f28e6d98cb7bf4f8.yaml @@ -3,7 +3,6 @@ name: trustairlab_f28e6d98cb7bf4f8 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''BreakGPT'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f3325c748827f18b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f3325c748827f18b.yaml index 5bfe6cacb0..560fd04faf 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f3325c748827f18b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f3325c748827f18b.yaml @@ -3,7 +3,6 @@ name: trustairlab_f3325c748827f18b description: 'Community-posted jailbreak prompt collected in the wild from the website source ''jailbreak_chat'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml index b86ee8032d..4f6770a6b9 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f40c25d3c70b3f96.yaml @@ -3,7 +3,6 @@ name: trustairlab_f40c25d3c70b3f96 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTPromptGenius'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4528a167625f84a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4528a167625f84a.yaml index 497165558b..304f5e38a3 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4528a167625f84a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4528a167625f84a.yaml @@ -3,7 +3,6 @@ name: trustairlab_f4528a167625f84a description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml index ed3163e1f3..3762d299fd 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f4cb6b308d80ae40.yaml @@ -3,7 +3,6 @@ name: trustairlab_f4cb6b308d80ae40 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''LLM Promptwriting'' (paper community: Anarchy) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml index 7ae94f5b19..1f215b3c67 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f51f5a6260a7b9c4.yaml @@ -3,7 +3,6 @@ name: trustairlab_f51f5a6260a7b9c4 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml index 4a7c7c01d7..63aa630f17 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f59139c0c5f4813b.yaml @@ -3,7 +3,6 @@ name: trustairlab_f59139c0c5f4813b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''AI Prompt Sharing'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml index 751588f942..afb1c42299 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f63587d1b0a6ac53.yaml @@ -3,7 +3,6 @@ name: trustairlab_f63587d1b0a6ac53 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml index b310f1af02..cd93547ec1 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f79f7be07ae3c655.yaml @@ -3,7 +3,6 @@ name: trustairlab_f79f7be07ae3c655 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml index 4f53911ba5..8bb5098c4a 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f8aeef66d9738bd8.yaml @@ -3,7 +3,6 @@ name: trustairlab_f8aeef66d9738bd8 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT Prompt Engineering'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml index 66822eb5ad..ee9bd91a6f 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f93c29a9c345fe34.yaml @@ -3,7 +3,6 @@ name: trustairlab_f93c29a9c345fe34 description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' (paper community: Guidelines) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f9945c9189c21112.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f9945c9189c21112.yaml index 0ed2ab888f..8d0402593c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f9945c9189c21112.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_f9945c9189c21112.yaml @@ -3,7 +3,6 @@ name: trustairlab_f9945c9189c21112 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml index 166ee61441..6bae97977b 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fa0c9923d8fbfd7e.yaml @@ -3,7 +3,6 @@ name: trustairlab_fa0c9923d8fbfd7e description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml index dec3e82e8f..7ff5b55902 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_faee6a4f8972620b.yaml @@ -3,7 +3,6 @@ name: trustairlab_faee6a4f8972620b description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the original user-request placeholder was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml index 2bb26d58ee..d40faa6e80 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fb50931b27dacae9.yaml @@ -3,7 +3,6 @@ name: trustairlab_fb50931b27dacae9 description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPTJailbreak'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml index fe15ace268..64d4b11a24 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc1e7579b136a77f.yaml @@ -3,7 +3,6 @@ name: trustairlab_fc1e7579b136a77f description: 'Community-posted jailbreak prompt collected in the wild from the reddit source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml index 96371ec1e3..bcd1452218 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fc788e8c4eb22a5f.yaml @@ -3,7 +3,6 @@ name: trustairlab_fc788e8c4eb22a5f description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml index 6478f6270e..c231de530c 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd41a18be3da2b12.yaml @@ -3,7 +3,6 @@ name: trustairlab_fd41a18be3da2b12 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''ChatGPT'' (paper community: Advanced) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml index 8bb46ea4a8..4ae3d57b66 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fd6454c155d06bc3.yaml @@ -3,7 +3,6 @@ name: trustairlab_fd6454c155d06bc3 description: 'Community-posted jailbreak prompt collected in the wild from the discord source ''Spreadsheet Warriors'' (paper community: Toxic) by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: the embedded sample request at its natural final user-request position was replaced with a Jinja {{ prompt }} slot. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml index 56b7bcedfa..c80ddd69de 100644 --- a/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml +++ b/pyrit/datasets/jailbreak/templates/in_the_wild/trustairlab_fee687d9aecb1d8a.yaml @@ -3,7 +3,6 @@ name: trustairlab_fee687d9aecb1d8a description: 'Community-posted jailbreak prompt collected in the wild from the website source ''flowgpt'' by the TrustAIRLab ''In-The-Wild Jailbreak Prompts'' study (Shen et al., 2024) and curated by that dataset''s authors. It has been converted into a reusable single-slot jailbreak wrapper: a Jinja {{ prompt }} slot was appended at its natural final user-request position so a fresh user request can be inserted. Original user identities and handles are not included.' authors: [] groups: -- TrustAIRLab - CISPA Helmholtz Center for Information Security - NetApp source: https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts diff --git a/tests/unit/datasets/test_jailbreak_in_the_wild.py b/tests/unit/datasets/test_jailbreak_in_the_wild.py index a6a7ab9595..385d4c39a1 100644 --- a/tests/unit/datasets/test_jailbreak_in_the_wild.py +++ b/tests/unit/datasets/test_jailbreak_in_the_wild.py @@ -193,10 +193,9 @@ def test_attribution_and_provenance(yaml_file: Path) -> None: # Do not attribute user-posted prompts to the dataset collectors. assert seed.authors == [], f"{yaml_file.name}: authors must be empty (no user attribution)" assert seed.groups == [ - "TrustAIRLab", "CISPA Helmholtz Center for Information Security", "NetApp", - ], f"{yaml_file.name}: groups must include the curator and paper affiliations" + ], f"{yaml_file.name}: groups must be the paper author affiliations" assert seed.source == "https://huggingface.co/datasets/TrustAIRLab/in-the-wild-jailbreak-prompts" description = (seed.description or "").lower()