PulseAugur
EN
LIVE 22:09:10

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

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Academic paper introducing a novel AI safety technique. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, safety, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
47 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

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…