Skip to content

Add MOSS to LLM Applications#307

Open
Lechatdiabolique wants to merge 2 commits intoHannibal046:mainfrom
Lechatdiabolique:add-moss
Open

Add MOSS to LLM Applications#307
Lechatdiabolique wants to merge 2 commits intoHannibal046:mainfrom
Lechatdiabolique:add-moss

Conversation

@Lechatdiabolique
Copy link

@Lechatdiabolique Lechatdiabolique commented Feb 19, 2026

What is MOSS?

MOSS (Message-Origin Signing System) provides cryptographic signing for AI agent outputs using ML-DSA-44 post-quantum signatures.

Why it belongs here

MOSS is an important tool for production LLM applications that need:

  • Audit trails: Cryptographic proof of every agent action
  • Policy enforcement: Block/hold risky actions before they execute
  • Compliance: Evidence for regulatory requirements
  • Non-repudiation: Prove which agent made which decision

Features

  • ML-DSA-44 post-quantum signatures (NIST FIPS 204)
  • Offline verification without API calls
  • Framework integrations: LangChain, LangGraph, CrewAI, AutoGen
  • Multi-language SDKs: Python, TypeScript, Rust, Java, C#/.NET

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants