From 1835c4bf25b7b74afa65281d949b5871369e8d4b Mon Sep 17 00:00:00 2001 From: Ashutosh Rana <17191144+ashutoshrana@users.noreply.github.com> Date: Sat, 11 Apr 2026 18:52:11 -0500 Subject: [PATCH] feat: add regulated-ai-governance and enterprise-rag-patterns to Security section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 300bf46..cffdff2 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,8 @@ An awesome & curated list of the best LLMOps tools for developers. | Project | Details | Repository | | ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | [Plexiglass](https://github.com/kortex-labs/plexiglass) | A Python Machine Learning Pentesting Toolbox for Adversarial Attacks. Works with LLMs, DNNs, and other machine learning algorithms. | ![GitHub Badge](https://img.shields.io/github/stars/kortex-labs/plexiglass?style=flat-square) | +| [regulated-ai-governance](https://github.com/ashutoshrana/regulated-ai-governance) | Policy enforcement, PII detection, consent management, and data lineage for AI agents under FERPA, HIPAA, GDPR, CCPA, GLBA, and SOC 2. Integrates with LangChain, LlamaIndex, CrewAI, AutoGen, Semantic Kernel, and Haystack via `GovernedActionGuard`. | ![GitHub Badge](https://img.shields.io/github/stars/ashutoshrana/regulated-ai-governance?style=flat-square) | +| [enterprise-rag-patterns](https://github.com/ashutoshrana/enterprise-rag-patterns) | FERPA/HIPAA/GDPR-compliant RAG retrieval patterns with identity-scoped vector-store filtering, audit logging, and GDPR erasure handling for regulated enterprise environments. | ![GitHub Badge](https://img.shields.io/github/stars/ashutoshrana/enterprise-rag-patterns?style=flat-square) | **[⬆ back to ToC](#table-of-contents)**