Skip to content

Commit 03d6bab

Browse files
committed
add badges to README
1 parent b53a19f commit 03d6bab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# RAG Integrity Firewall
22

3+
[![GitHub Repo stars](https://img.shields.io/github/stars/taladari/rag-firewall?style=social)](https://github.com/taladari/rag-firewall/stargazers)
4+
[![PyPI version](https://img.shields.io/pypi/v/rag-firewall)](https://pypi.org/project/rag-firewall/)
5+
[![PyPI Downloads](https://pepy.tech/badge/rag-firewall)](https://pepy.tech/project/rag-firewall)
6+
[![License](https://img.shields.io/github/license/taladari/rag-firewall)](LICENSE)
7+
38
RAG Integrity Firewall is a lightweight, client-side security layer for retrieval-augmented generation (RAG) systems.
49
It scans retrieved chunks before they reach your LLM, blocks high-risk inputs such as prompt injection and secret leaks, and applies policies to down-rank stale or untrusted content.
510

611
See the [ROADMAP.md](ROADMAP.md) for planned enhancements and upcoming enterprise features.
712

13+
814
---
915

1016
## Who is this for?

0 commit comments

Comments
 (0)