[PR #37] [MERGED] Prompt injection filter #284

Closed
opened 2026-02-15 19:17:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/37
Author: @jannikstdl
Created: 6/2/2024
Status: Merged
Merged: 6/5/2024
Merged by: @tjbck

Base: mainHead: prompt_injection_filter


📝 Commits (7)

📊 Changes

1 file changed (+81 additions, -0 deletions)

View changed files

examples/filters/llmguard_prompt_injection_filter_pipeline.py (+81 -0)

📄 Description

Added LLM Guard's Prompt injection filter pipeline.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/37 **Author:** [@jannikstdl](https://github.com/jannikstdl) **Created:** 6/2/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `prompt_injection_filter` --- ### 📝 Commits (7) - [`b1f4018`](https://github.com/open-webui/pipelines/commit/b1f4018ed773e001d31fd1cc4eee0cadd34eb865) prompt injection filter - [`c381ea0`](https://github.com/open-webui/pipelines/commit/c381ea0b6423e2bda04228d8fdccaf5a1fea0289) prompt injection filter - [`70d408d`](https://github.com/open-webui/pipelines/commit/70d408da458716733d0d026f43f61a24df7440ad) threshold fix - [`08da5cd`](https://github.com/open-webui/pipelines/commit/08da5cde85f5e0681f4729b9d432ccf2555daaff) fix - [`df4103a`](https://github.com/open-webui/pipelines/commit/df4103a7e26be2a6a92bd29924703d4973e84d43) Merge branch 'main' of https://github.com/open-webui/pipelines - [`12c6720`](https://github.com/open-webui/pipelines/commit/12c67205d244dcd099683cd6a141828136b47ffb) Merge branch 'main' into prompt_injection_filter - [`0bc42e8`](https://github.com/open-webui/pipelines/commit/0bc42e8fe7e8393c563ddd0444d5a73bdb340169) moved pieline ### 📊 Changes **1 file changed** (+81 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/filters/llmguard_prompt_injection_filter_pipeline.py` (+81 -0) </details> ### 📄 Description Added [LLM Guard's Prompt injection](https://llm-guard.com/input_scanners/prompt_injection/) filter pipeline. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:46 -05:00
yindo closed this issue 2026-02-15 19:17:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#284