Add rai-guard — runtime OWASP LLM Top 10 / EU AI Act / NIST AI RMF compliance engine#200
Add rai-guard — runtime OWASP LLM Top 10 / EU AI Act / NIST AI RMF compliance engine#200ashish993 wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new entry to the README’s tools list to include the rai-guard project.
Changes:
- Add
rai-guardto the list of open-source tools, including a description and GitHub stars badge.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🔇 Additional comments (1)
주요 변경사항README.md의 Tools 섹션 목록에 rai-guard 항목(프로젝트 링크, 설명, GitHub 스타 배지)이 추가되었습니다. 변경사항README 도구 목록 업데이트
예상 코드 리뷰 난이도🎯 1 (간단함) | ⏱️ ~2분 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
What is rai-guard?
rai-guard is an open-source runtime Responsible AI compliance engine for Python that enforces:
It ships three integration modes so teams can drop it into any stack:
raiguard serve— intercepts and inspects every request/responseAIGuardMiddlewarefor FastAPI / Starlette@guard.protecton any async functionChecks included: prompt injection, PII detection (SSN, credit cards, API keys), toxicity, hallucination risk scoring, insecure output (SQL/XSS/shell injection).
Evidence is written to an async SQLite audit log and exposed via a live compliance dashboard. Reports export to HTML/JSON.
Repo: https://github.com/ashish993/rai-guard
License: Apache 2.0
Summary by CodeRabbit