Add regulated-ai-governance and enterprise-rag-patterns to Security section#376
Closed
ashutoshrana wants to merge 1 commit intotensorchord:mainfrom
Closed
Conversation
Author
|
Hi! Friendly ping — happy to update the description or add any additional context if that would help move this forward. Both packages are actively maintained with weekly PyPI releases and are the only open-source libraries covering 65+ regulatory frameworks for AI agents. Let me know if there's anything I should change. Thanks! |
Author
|
Closing for now — will resubmit with DCO sign-off and updated description. Thanks for the consideration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Two open-source Python compliance libraries added to the Frameworks for LLM security table under the Security section.
regulated-ai-governance
Policy enforcement, PII detection, consent management, and data lineage for AI agents under six regulations:
GovernedActionGuardwraps any AI action with pre-flight policy check + structured audit recordpip install regulated-ai-governanceenterprise-rag-patterns
FERPA/HIPAA/GDPR-compliant RAG retrieval with:
pip install enterprise-rag-patternsWhy this fits the Security section
The existing security section covers adversarial attacks (Plexiglass) and observability tools. These two libraries cover the regulatory compliance layer — the gap between "is my LLM secure?" and "is my AI system legally compliant with HIPAA/FERPA/GDPR?" Both are directly relevant to LLMOps practitioners deploying in healthcare, higher-education, and financial-services environments.