From d61ad046941de354f3402479a2d5d88c3faf6fbd Mon Sep 17 00:00:00 2001 From: ashish993 Date: Mon, 25 May 2026 01:07:11 +0800 Subject: [PATCH] =?UTF-8?q?Add=20rai-guard=20=E2=80=94=20runtime=20OWASP?= =?UTF-8?q?=20LLM=20Top=2010=20/=20EU=20AI=20Act=20compliance=20engine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3361439bf9..24b016dd16 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - Agent Skills - [django-ai-plugins](https://github.com/vintasoftware/django-ai-plugins) - Django backend agent skills for Django, DRF, Celery, and Django-specific code review. - [graphify](https://github.com/safishamsi/graphify) - Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. + - [rai-guard](https://github.com/ashish993/rai-guard) - Runtime Responsible AI compliance engine that enforces OWASP LLM Top 10, EU AI Act, and NIST AI RMF via proxy, ASGI middleware, or Python decorator. Ships checks for prompt injection, PII, toxicity, hallucination, and insecure output with async SQLite audit logging. - [sentry-skills](https://github.com/getsentry/skills) - Python-focused engineering skills for code review, debugging, and backend workflows. - [trailofbits-skills](https://github.com/trailofbits/skills) - Python-friendly security skills for auditing, testing, and safer backend development. Also [skills-curated](https://github.com/trailofbits/skills-curated). - Orchestration