PulseAugur
EN
LIVE 08:17:07

Niyam-AI uses zero-knowledge proofs for verifiable AI agent safety

Researchers have introduced Niyam-AI, a novel framework designed to provide cryptographically verifiable safety guardrails for AI agents. Unlike existing methods that rely on software checks, Niyam-AI uses an isolated Judge model and zero-knowledge proofs (zk-SNARKs) to mathematically verify that every tool call adheres to predefined constraints. This approach offers a provable guarantee of safety enforcement, allowing third parties to confirm compliance without needing access to the model's internal weights. Evaluations on the Agent-SafetyBench dataset show Niyam-AI significantly outperforms existing guardrails like NeMo Guardrails, Llama Prompt Guard 2, and OpenAI's GPT-OSS-Safeguard, achieving an F1 score of 88.5% with a low false-positive rate, though proof generation introduces a latency of over 2 seconds per action. AI

IMPACT Introduces a provably secure method for AI agent safety, potentially setting a new standard for verifiable guardrails in autonomous systems.

RANK_REASON Academic paper introducing a novel AI safety technique. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Niyam-AI uses zero-knowledge proofs for verifiable AI agent safety

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Aditya Katkar, Om Karkele, Kartik Mandhane, Manisha More, Yash Kashid ·

    NiyamAI - An Intent-Bound AI Agent with Cryptographically Verifiable Guardrails using Zero-Knowledge Proofs

    arXiv:2608.07167v1 Announce Type: new Abstract: Giving an AI agent the ability to send emails, query databases, or execute commands is useful--until the agent is tricked into doing something it shouldn't. Prompt injection, hallucinated reasoning, and unsafe tool calls form the pr…