prompt-injection-detection
Prompt_injection_and_Sensitive_Data_exposure_detectionprompt-injection-attack-detection-multilingual
Prompt Injection Attack Detection Multilingual Dataset
📌 Overview
This dataset is a merged and cleaned combination of two publicly available datasets for prompt injection detection:
PromptInjectionDataset/Injection-Attack-Detection-Dataset
rikka-snow/prompt-injection-multilingual
The goal of this merged dataset is to provide a larger and more diverse benchmark for binary classification of prompt injection attacks.
🎯 Task
Binary classification:
0 →… See the full description on the dataset page: https://huggingface.co/datasets/Octavio-Santana/prompt-injection-attack-detection-multilingual.prompt-injection-detection-rules
Prompt Injection Detection Rules (EN + TR)
from datasets import load_dataset
ds = load_dataset("fevziegeyurtsevenler/prompt-injection-detection-rules")
Regex detection rules for prompt injection & jailbreak — drop into a guardrail, WAF or log pipeline.
Schema
column
meaning
id
PID-CAT-NNN
category, severity, lang
grouping / risk / language
pattern
regex
maps_to, false_positive, description
OWASP/ATLAS, FP note, detail
Related… See the full description on the dataset page: https://huggingface.co/datasets/fevziegeyurtsevenler/prompt-injection-detection-rules.Prompt_injection_and_Sensitive_Data_exposure_detection
