From 2b110c30be6f23b951ef8768b87c6819fbbefc02 Mon Sep 17 00:00:00 2001 From: BooCat <38902334+FattyMuffin@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:46:58 -0800 Subject: [PATCH 1/2] Add MOSS to Secret Management section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5467d34..32e835f 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ To support security as code, sensitive credentials and secrets need to be manage * [Sops](https://github.com/mozilla/sops) * [Transcrypt](https://github.com/elasticdog/transcrypt) * [Vault](https://www.hashicorp.com/blog/vault.html) +* [MOSS](https://github.com/mosscomputing/moss) - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures. Creates tamper-proof audit trails for AI-powered DevOps automation, enabling attribution and compliance. ## Red Team From e49fcc6b0ec29aad3357b8bf106a6f8e0d290830 Mon Sep 17 00:00:00 2001 From: BooCat <38902334+FattyMuffin@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:27:45 -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 32e835f..9cb2aa4 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ To support security as code, sensitive credentials and secrets need to be manage * [Sops](https://github.com/mozilla/sops) * [Transcrypt](https://github.com/elasticdog/transcrypt) * [Vault](https://www.hashicorp.com/blog/vault.html) -* [MOSS](https://github.com/mosscomputing/moss) - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures. Creates tamper-proof audit trails for AI-powered DevOps automation, enabling attribution and compliance. +* [MOSS](https://pypi.org/project/moss-sdk/) - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures. Creates tamper-proof audit trails for AI-powered DevOps automation, enabling attribution and compliance. ## Red Team