File size: 628 Bytes
bdcc416
be4ed8f
 
 
9dd58c8
bdcc416
8434a53
c5aba28
bdcc416
 
be4ed8f
bdcc416
 
be4ed8f
 
 
 
92b22de
be4ed8f
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Prompt Injection Detector
emoji: 🛡️
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 5.9.1
python_version: '3.11'
app_file: app.py
pinned: false
license: mit
---

# Prompt Injection Detector

Detects adversarial text designed to hijack LLM instructions (prompt injection attacks).

**Model:** [`Builder117/distilbert-prompt-injection`](https://huggingface.co/Builder117/distilbert-prompt-injection)

**Severity levels:**
- 🔴 HIGH — injection confidence ≥ 0.90
- 🟡 MEDIUM — injection confidence ≥ 0.70
- 🟠 LOW — injection confidence ≥ 0.50
- 🟢 CLEAN — injection confidence < 0.50