changes
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# IDPI Exfil Environment
|
| 2 |
|
| 3 |
A prompt injection defense training environment where agents must safely process emails containing adversarial IDPI (Indirect Prompt Injection) attacks. The agent must complete benign summarization tasks while resisting attempts to exfiltrate data via authorized tools.
|
|
|
|
| 1 |
+
title: Echo Environment Server
|
| 2 |
+
title: Prompt Injection Env Server
|
| 3 |
+
emoji: 🔊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
app_port: 8000
|
| 9 |
+
base_path: /web
|
| 10 |
+
tags:
|
| 11 |
+
- openenv-0.2.3
|
| 12 |
+
- openenv
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
# IDPI Exfil Environment
|
| 16 |
|
| 17 |
A prompt injection defense training environment where agents must safely process emails containing adversarial IDPI (Indirect Prompt Injection) attacks. The agent must complete benign summarization tasks while resisting attempts to exfiltrate data via authorized tools.
|