rag-poison-guard 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  ![License](https://img.shields.io/npm/l/rag-poison-guard)
5
5
  ![TypeScript](https://img.shields.io/badge/types-included-blue)
6
6
 
7
+ ![Rag Poison Guard Hero](assets/rag_poison_guard_hero.png)
8
+
7
9
  **Indirect Prompt Injection Sanitizer for RAG Systems**
8
10
 
9
11
  `rag-poison-guard` is a specialized security library that sanitizes unstructured content (documents, wikis, websites) *before* it enters your Retrieval Augmented Generation (RAG) pipeline. It neutralizes "Indirect Prompt Injection" attacks, where malicious actors embed hidden commands in documents to hijack your AI assistant.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rag-poison-guard",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Sanitizes external content to prevent Indirect Prompt Injection in RAG systems.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",