From 40017a090179a6e1567ec101cfaca36d3fd20b39 Mon Sep 17 00:00:00 2001 From: BooCat <38902334+FattyMuffin@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:13:08 -0800 Subject: [PATCH 1/2] Add MOSS to Audit section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 755b314..90d904c 100644 --- a/README.md +++ b/README.md @@ -782,6 +782,7 @@ This section is under review and the rest of entries will be added to the table ### Audit - [glassalpha](https://github.com/asibic/glassalpha) `Python` +- [MOSS](https://github.com/mosscomputing/moss) `Python` `TypeScript` `Rust` `Java` `C#` - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures. Creates tamper-proof audit trails for attribution, compliance, and policy enforcement. Integrates with LangChain, LangGraph, CrewAI, AutoGen. ### Causal Inference From d3bde57889dc2b5308bc2b2d68c6e33595a72ac7 Mon Sep 17 00:00:00 2001 From: BooCat <38902334+FattyMuffin@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:26:58 -0800 Subject: [PATCH 2/2] Fix link - point to PyPI package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d904c..21afb56 100644 --- a/README.md +++ b/README.md @@ -782,7 +782,7 @@ This section is under review and the rest of entries will be added to the table ### Audit - [glassalpha](https://github.com/asibic/glassalpha) `Python` -- [MOSS](https://github.com/mosscomputing/moss) `Python` `TypeScript` `Rust` `Java` `C#` - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures. Creates tamper-proof audit trails for attribution, compliance, and policy enforcement. Integrates with LangChain, LangGraph, CrewAI, AutoGen. +- [MOSS](https://pypi.org/project/moss-sdk/) `Python` `TypeScript` `Rust` `Java` `C#` - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures. Creates tamper-proof audit trails for attribution, compliance, and policy enforcement. Integrates with LangChain, LangGraph, CrewAI, AutoGen. ### Causal Inference