From 5bf026797dd3c40b745f0ba242b6443877424c94 Mon Sep 17 00:00:00 2001 From: arian-gogani Date: Sat, 2 May 2026 10:16:15 -0700 Subject: [PATCH] Add Nobulex: cryptographic accountability for AI agents (EU AI Act Art. 12) Adds Nobulex to the Open-Source Tools section. Nobulex emits bilateral receipts (pre-execution + post-execution Ed25519 signatures) for EU AI Act Article 12 record-keeping compliance. Merged into Microsoft Agent Governance Toolkit (PRs #1302, #1333). 8 byte-match validated implementations across 7 organizations. AAIF Growth-stage proposal filed with TC sponsorship. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88783f3..3fa4f89 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ ### Curated Lists - [Awesome AI Regulation](https://github.com/EthicalML/awesome-artificial-intelligence-regulation) - Broader AI regulation ecosystem mapping including guidelines, principles, and standards (~800 stars). -- [Awesome Responsible AI](https://github.com/AthenaCore/AwesomeResponsibleAI) - Curated list of responsible, trustworthy, and human-centered AI resources. +- [Awesome Responsible AI](https://github.com/AthenaCore/AwesomeResponsibleAI) - Curated list of responsible, trustworthy, and human-centered AI +- - [Nobulex](https://github.com/arian-gogani/nobulex) - Cryptographic accountability infrastructure for AI agents. Bilateral receipts (pre-execution + post-execution Ed25519 signatures, hash-chained via JCS/RFC 8785) produce tamper-evident audit trails for EU AI Act Article 12 record-keeping compliance. Merged into Microsoft Agent Governance Toolkit. 8 byte-match validated implementations, OpenSSF Best Practices passing badge, AAIF Growth-stage proposal filed. TypeScript, MIT (~189K lines, 6,057 tests).resources. ---