Muzzle
muzzle/README.md

AI input, output, and execution security layer
Our mission
We're building Muzzle so anyone can decide what their language models are allowed to take in and give back — and genuinely trust the applications they build on top of them. Putting safeguards around an LLM shouldn't require a security team or custom infrastructure.
Muzzle makes it simple to set clear, custom rules around any model: filter the inputs, filter the outputs, and see exactly what was allowed or blocked.
Plain English
Muzzle is a transparent security proxy for AI model traffic. It sits between your applications and your model providers — Ollama, OpenAI, and Anthropic — and inspects every request, response, and tool call against your policy, with no changes to your client code.
Installs from source on a Linux host (needs python3.12 and sudo).
curl -fsSL https://ai.hurricaneindustries.co/api/products/muzzle/artifact -o muzzle.tgz
mkdir -p muzzle && tar -xzf muzzle.tgz -C muzzle
cd muzzle && sudo bash install.shmuzzle/README.md
muzzle/PLAINENGLISH.md
muzzle/HOWITWORKS.md