├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── http-examples ├── http-config-form.yaml ├── http-config-json.yaml ├── http-config-openai-gpt5.yaml └── test.yaml ├── promptmap2.py ├── requirements.txt ├── rules ├── distraction │ ├── distraction_basic.yaml │ ├── distraction_basic2.yaml │ ├── distraction_question.yaml │ ├── distraction_question2.yaml │ ├── distraction_translate.yaml │ ├── distraction_translate2.yaml │ └── distraction_typoglycemia.yaml ├── harmful │ ├── harmful_censorship_defense.yaml │ ├── harmful_colonization_defense.yaml │ ├── harmful_cyberbullying.yaml │ ├── harmful_drinking_age_manipulation.yaml │ ├── harmful_drug_marketing.yaml │ ├── harmful_hacking_justification.yaml │ ├── harmful_hidden_recording.yaml │ ├── harmful_human_trafficking.yaml │ ├── harmful_physical_violence.yaml │ ├── harmful_psychological_harm.yaml │ ├── harmful_public_indecency.yaml │ ├── harmful_traffic_violations.yaml │ └── harmful_unethical_experiments.yaml ├── hate │ ├── hate_country_bias.yaml │ ├── hate_gender_shame.yaml │ ├── hate_generic1.yaml │ ├── hate_generic2.yaml │ ├── hate_generic3.yaml │ ├── hate_generic4.yaml │ ├── hate_obesity_blame.yaml │ ├── hate_racial_crime.yaml │ ├── hate_racial_slurs.yaml │ ├── hate_slavery_arguments.yaml │ └── threat_generic1.yaml ├── jailbreak │ ├── balakula.yaml │ ├── basedllm.yaml │ ├── basedllm2.yaml │ ├── bish.yaml │ ├── burp.yaml │ ├── chadllm.yaml │ ├── dan1.yaml │ ├── dan2.yaml │ ├── dan3.yaml │ ├── dan4.yaml │ ├── developer_mode.yaml │ ├── devmode2.yaml │ ├── devmode3.yaml │ ├── jb.yaml │ ├── jedi_mind.yaml │ ├── latex.yaml │ ├── maximum.yaml │ ├── moralizing_rant.yaml │ ├── python1.yaml │ ├── roleplay.yaml │ ├── violet.yaml │ ├── void.yaml │ └── wikipedia.yaml ├── prompt_stealing │ ├── prompt_stealer.yaml │ ├── prompt_stealer_basic2.yaml │ ├── prompt_stealer_basic3.yaml │ ├── prompt_stealer_basic4.yaml │ ├── prompt_stealer_basic5.yaml │ ├── prompt_stealer_basic6.yaml │ ├── prompt_stealer_basic7.yaml │ ├── prompt_stealer_basic8.yaml │ ├── prompt_stealer_china.yaml │ ├── prompt_stealer_smartgpt.yaml │ └── prompt_stealer_smartgpt2.yaml └── social_bias │ ├── bias_generic1.yaml │ ├── bias_generic2.yaml │ ├── low_income.yaml │ └── trolley.yaml ├── screenshots └── promptmap.png └── system-prompts.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/README.md -------------------------------------------------------------------------------- /http-examples/http-config-form.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/http-examples/http-config-form.yaml -------------------------------------------------------------------------------- /http-examples/http-config-json.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/http-examples/http-config-json.yaml -------------------------------------------------------------------------------- /http-examples/http-config-openai-gpt5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/http-examples/http-config-openai-gpt5.yaml -------------------------------------------------------------------------------- /http-examples/test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/http-examples/test.yaml -------------------------------------------------------------------------------- /promptmap2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/promptmap2.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/requirements.txt -------------------------------------------------------------------------------- /rules/distraction/distraction_basic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/distraction/distraction_basic.yaml -------------------------------------------------------------------------------- /rules/distraction/distraction_basic2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/distraction/distraction_basic2.yaml -------------------------------------------------------------------------------- /rules/distraction/distraction_question.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/distraction/distraction_question.yaml -------------------------------------------------------------------------------- /rules/distraction/distraction_question2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/distraction/distraction_question2.yaml -------------------------------------------------------------------------------- /rules/distraction/distraction_translate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/distraction/distraction_translate.yaml -------------------------------------------------------------------------------- /rules/distraction/distraction_translate2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/distraction/distraction_translate2.yaml -------------------------------------------------------------------------------- /rules/distraction/distraction_typoglycemia.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/distraction/distraction_typoglycemia.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_censorship_defense.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_censorship_defense.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_colonization_defense.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_colonization_defense.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_cyberbullying.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_cyberbullying.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_drinking_age_manipulation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_drinking_age_manipulation.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_drug_marketing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_drug_marketing.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_hacking_justification.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_hacking_justification.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_hidden_recording.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_hidden_recording.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_human_trafficking.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_human_trafficking.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_physical_violence.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_physical_violence.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_psychological_harm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_psychological_harm.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_public_indecency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_public_indecency.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_traffic_violations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_traffic_violations.yaml -------------------------------------------------------------------------------- /rules/harmful/harmful_unethical_experiments.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/harmful/harmful_unethical_experiments.yaml -------------------------------------------------------------------------------- /rules/hate/hate_country_bias.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_country_bias.yaml -------------------------------------------------------------------------------- /rules/hate/hate_gender_shame.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_gender_shame.yaml -------------------------------------------------------------------------------- /rules/hate/hate_generic1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_generic1.yaml -------------------------------------------------------------------------------- /rules/hate/hate_generic2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_generic2.yaml -------------------------------------------------------------------------------- /rules/hate/hate_generic3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_generic3.yaml -------------------------------------------------------------------------------- /rules/hate/hate_generic4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_generic4.yaml -------------------------------------------------------------------------------- /rules/hate/hate_obesity_blame.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_obesity_blame.yaml -------------------------------------------------------------------------------- /rules/hate/hate_racial_crime.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_racial_crime.yaml -------------------------------------------------------------------------------- /rules/hate/hate_racial_slurs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_racial_slurs.yaml -------------------------------------------------------------------------------- /rules/hate/hate_slavery_arguments.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/hate_slavery_arguments.yaml -------------------------------------------------------------------------------- /rules/hate/threat_generic1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/hate/threat_generic1.yaml -------------------------------------------------------------------------------- /rules/jailbreak/balakula.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/balakula.yaml -------------------------------------------------------------------------------- /rules/jailbreak/basedllm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/basedllm.yaml -------------------------------------------------------------------------------- /rules/jailbreak/basedllm2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/basedllm2.yaml -------------------------------------------------------------------------------- /rules/jailbreak/bish.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/bish.yaml -------------------------------------------------------------------------------- /rules/jailbreak/burp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/burp.yaml -------------------------------------------------------------------------------- /rules/jailbreak/chadllm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/chadllm.yaml -------------------------------------------------------------------------------- /rules/jailbreak/dan1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/dan1.yaml -------------------------------------------------------------------------------- /rules/jailbreak/dan2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/dan2.yaml -------------------------------------------------------------------------------- /rules/jailbreak/dan3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/dan3.yaml -------------------------------------------------------------------------------- /rules/jailbreak/dan4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/dan4.yaml -------------------------------------------------------------------------------- /rules/jailbreak/developer_mode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/developer_mode.yaml -------------------------------------------------------------------------------- /rules/jailbreak/devmode2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/devmode2.yaml -------------------------------------------------------------------------------- /rules/jailbreak/devmode3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/devmode3.yaml -------------------------------------------------------------------------------- /rules/jailbreak/jb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/jb.yaml -------------------------------------------------------------------------------- /rules/jailbreak/jedi_mind.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/jedi_mind.yaml -------------------------------------------------------------------------------- /rules/jailbreak/latex.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/latex.yaml -------------------------------------------------------------------------------- /rules/jailbreak/maximum.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/maximum.yaml -------------------------------------------------------------------------------- /rules/jailbreak/moralizing_rant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/moralizing_rant.yaml -------------------------------------------------------------------------------- /rules/jailbreak/python1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/python1.yaml -------------------------------------------------------------------------------- /rules/jailbreak/roleplay.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/roleplay.yaml -------------------------------------------------------------------------------- /rules/jailbreak/violet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/violet.yaml -------------------------------------------------------------------------------- /rules/jailbreak/void.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/void.yaml -------------------------------------------------------------------------------- /rules/jailbreak/wikipedia.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/jailbreak/wikipedia.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_basic2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_basic2.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_basic3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_basic3.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_basic4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_basic4.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_basic5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_basic5.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_basic6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_basic6.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_basic7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_basic7.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_basic8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_basic8.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_china.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_china.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_smartgpt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_smartgpt.yaml -------------------------------------------------------------------------------- /rules/prompt_stealing/prompt_stealer_smartgpt2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/prompt_stealing/prompt_stealer_smartgpt2.yaml -------------------------------------------------------------------------------- /rules/social_bias/bias_generic1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/social_bias/bias_generic1.yaml -------------------------------------------------------------------------------- /rules/social_bias/bias_generic2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/social_bias/bias_generic2.yaml -------------------------------------------------------------------------------- /rules/social_bias/low_income.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/social_bias/low_income.yaml -------------------------------------------------------------------------------- /rules/social_bias/trolley.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/rules/social_bias/trolley.yaml -------------------------------------------------------------------------------- /screenshots/promptmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/screenshots/promptmap.png -------------------------------------------------------------------------------- /system-prompts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utkusen/promptmap/HEAD/system-prompts.txt --------------------------------------------------------------------------------