REVIEW 4 major objections 5 minor 8 references
Using the NANDA Index Architecture in Practice: An Enterprise Perspective
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper proposes that a global registry of cryptographically attested capability claims can make AI agents discoverable, verifiable, and interoperable across today's fragmented protocols, and illustrates the architecture with an…
desk verdict Readable enterprise position paper for agent discovery and attestation, but it's a design sketch with no implementation and an unexamined issuer-trust assumption. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is the triad of the NANDA Index, AgentFacts, and the NANDA Adapter. The Index is a lightweight registry/index system, described as a name-resolution system for agents, that stores cryptographic identifiers, capability descriptors, trust metadata, and audit logs, with a REST API and ownership controls. AgentFacts are the verifiable metadata claims that define an agent's identity and capabilities, signed as W3C Verifiable Credentials and linked to issuer DIDs with revocation status. The NANDA Adapter is the component that translates between MCP, A2A, NL Web, and HTTPS so that discovery through the Index becomes real cross-framework communication. The argument's work is distributed across these pieces: the Index provides global discoverability, AgentFacts provide verifiability and filtering, and the Adapter provides interoperability.
What would settle it
A concrete test would be to take an agent with a validly signed AgentFacts credential, such as 'kid-safe' or 'HIPAA-compliant', and show that it can be prompted, directly or indirectly, to leak data or perform an action outside the attested capability; alternatively, show that an issuer can be induced to issue a false capability claim. Either result would break the paper's claim that AgentFacts prevent capability spoofing and impersonation.
Extended reading notes
Core claim
On its own terms, the central claim is that the NANDA Index operates as a global discoverability layer where agents across heterogeneous protocols register and find each other, AgentFacts provide cryptographically verifiable capability attestation, and the NANDA Adapter establishes the actual communication channels by automatically configuring protocol translation. AgentFacts are claims requiring W3C Verifiable Credential v2 attestation, anchored to issuer Decentralized Identifiers (DIDs) with revocation managed through VC-Status-List mechanisms. The paper presents this as the agentic-web analogue of DNS plus a public certificate: a name-to-agent-address resolution step followed by capability and trust verification, after which ordinary encrypted transports carry the conversation. The claimed result is that an MCP-based assistant can work directly with an A2A inventory system or an NL Web calendar service, and that enterprises can filter agents by safety certifications, reputation scores, and content flags through structured index queries while administrators retain full visibility and kill-switch control over agent operations.
Load-bearing premise
The load-bearing premise is that a cryptographically signed AgentFacts claim accurately describes what an agent actually can and will do; the paper acknowledges in its discussion of newly seen agents that agents with limited verifiable history present significant risk, but it supplies no mechanism that closes that gap.
Editorial extensions
If this is right
- An MCP-based assistant could directly call an A2A inventory agent or an NL Web calendar service through the NANDA Adapter, ending protocol fragmentation.
- Safety policies become queryable: a rule like 'exclude political content and require kid-safe certification' turns into structured NANDA Index API search against verifiable fields.
- Enterprises gain audit and control: full agent identity records, performance history, and real-time pause or terminate authority over deployed agents.
- Zero trust extends to agents: before collaboration, both sides verify identity, capability claims, location, and reputation, not just credentials.
- Domain-specific trust zones could cross-sign each other's credentials, letting enterprises and consortiums vouch for agents by federation.
Reading between the lines
- The architecture moves the hard trust problem to the credential issuers: it proves that a claim was attested, not that the attested capability is actually safe, so real-world security depends on issuer vetting, cross-signing policies, and reputation systems that the paper leaves mostly unspecified.
- If the Index were opened widely, a natural audit experiment would be to sample registered AgentFacts, resolve their issuer DIDs, and check revocation status; a high rate of unreachable or stale issuers would signal that discoverability is outpacing verifiability.
- The closest analogue to web PKI is also its cautionary tale: as trust zones cross-sign, a single compromised or careless issuer could vouch for malicious agents, so the framework may need something like certificate transparency logs for AgentFacts.
- The NANDA Adapter's automatic protocol translation could become a new attack surface; a concrete extension of the paper would be a formal specification of how adapter-mediated requests stay authenticated end-to-end rather than only at each hop.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper, marked as v0.1 work-in-progress, presents the NANDA Index as an infrastructure layer for autonomous AI agents in enterprise settings. It claims that NANDA provides global agent discovery, cryptographically attested capability metadata through AgentFacts, cross-protocol interoperability among MCP, A2A, NL Web, and HTTPS, and security mechanisms built on Zero Trust Agentic Access (ZTAA) and Agent Visibility and Control (AVC). The paper motivates the design through an analogy to DNS and TLS for the traditional web, and it illustrates the architecture with enterprise use cases such as a sales and marketing assistant. The central assertion is that NANDA plus AgentFacts would prevent capability spoofing, impersonation, and supply-chain attacks while enabling seamless cross-framework agent communication. The text also discusses governance and compliance considerations, including OFAC and GDPR.
Significance. If the described architecture were implemented and validated, it would address a real and timely problem: the fragmentation of agent communication protocols and the lack of verifiable discovery mechanisms for autonomous agents. The paper's strengths are its clear web-to-agent analogy, the concrete enterprise scenario centered on Figure 5, and the security taxonomy in Table 1 that contrasts web security practice with agentic requirements. The paper explicitly engages with relevant standards such as W3C Verifiable Credentials and DIDs. However, the core claims are presently unsupported by any implementation, experiment, or independent evaluation, and the security model rests on an unexamined trust assumption about credential issuers. The paper would be more persuasive as a design proposal with clearly scoped claims, or as a systems paper with empirical validation.
major comments (4)
- [§3.1, §6.1] The verification chain described in Section 3.1 validates that an AgentFact was cryptographically signed by an issuer and has not been revoked, via W3C Verifiable Credential v2, DID resolution, and VC-Status-List. It does not validate that the signed capability claims correspond to the agent's actual runtime behavior. As written, a malicious, compromised, or negligent issuer can issue valid AgentFacts for a misbehaving agent, so the stated prevention of capability spoofing and impersonation is not established. Section 6.1 repeats this as the core of ZTAA but adds no mechanism for issuer accreditation, audit, or behavioral attestation. The paper should either specify such a mechanism or weaken the claim from 'prevents capability spoofing' to 'provides accountability contingent on issuer trust.'
- [§3.1, §4.2, §8] The load-bearing claims that 'the NANDA Adapter subsequently establishes actual communication channels, automatically configuring protocol translations' and that NANDA operates as a global discoverability layer are stated as implemented, but the manuscript provides no system description, no protocol translation specification, no interoperability tests, and no deployment evidence. The paper is labeled a draft and a 'framework' in the abstract, yet Section 3.1 says 'NANDA has developed a comprehensive infrastructure.' The authors should either report an implementation and evaluation or explicitly reposition the paper as a design proposal with those claims identified as future work.
- [§3.1, References [5], [6]] The claim that NANDA has developed a comprehensive infrastructure for preventing spoofing, impersonation, supply-chain poisoning, Sybil attacks, and traffic diversion is supported primarily by references [5] and [6], both of which share multiple authors with this paper and appear to be companion or prior descriptions of the same framework. This is not independent evidence. The paper should cite independent implementations, third-party audits, or experimental results to substantiate the operational claims.
- [§6.1] The subsection on Newly Seen Agents (NSAs) acknowledges that agents with limited verifiable information present 'significant risk factors,' but it does not describe any concrete mitigation strategy. It states that 'development and implementation of effective risk mitigation strategies becomes critical' without proposing one. Since NSA handling is part of the ZTAA security model and the paper claims enterprise readiness, the absence of any proposed defense is a load-bearing gap. The authors should either provide a mitigation approach or explicitly list NSA handling as open work.
minor comments (5)
- [Abstract] The abstract refers to Anthropic's 'Modal Context Protocol'; the correct name is Model Context Protocol (MCP). This typo also appears in Section 3.1.
- [Figure 1] Several typos appear in the figure text: 'domaim' should be 'domain', 'Azsue' should be 'Azure', and 'with the desire performance' should be 'with the desired performance'. The figure is also difficult to read because of inconsistent capitalization and punctuation.
- [Figure 3] The URI scheme 'ans://a2a/fin-consultant/openai/v3' is introduced without explanation. The reader cannot tell whether this is a proposed NANDA scheme, an example of a structured agent address, or a standard scheme used elsewhere.
- [Throughout] The acronym 'A VC' is inconsistently spaced; it appears as 'A VC' in some places and 'AVC' in others. Please standardize.
- [Section 5] The bullet list of 'trust certifications' and 'reputation scores' says these come from 'trusted third-party entities' but does not define how those entities become trusted. This is related to Major Comment 1 and should be clarified in the text.
Circularity Check
NANDA and AgentFacts are imported from same-author preprints, making the core infrastructure claim self-referential rather than independently derived.
-
self citation load bearing
[Section 1 (Introduction) and Section 1.1 (Common Terminology)]
"This paper addresses these fundamental challenges to enterprise use cases of the agentic web, through the lens of the NANDA (Networked AI Agents in a Decentralized Architecture) framework [6], a comprehensive infrastructure solution designed to enable secure, verifiable, and interoperable AI agent ecosystems. ... NANDA Index: A lightweight index/registry system for autonomous agents [6]."
The paper's central object—the NANDA Index—is introduced by citing [6], a preprint whose author list overlaps heavily with this paper's authors (Raskar, Chari, Lambe, Ranjan, Singhal, Gupta, Wang). The paper does not derive NANDA from first principles or evaluate it against independent benchmarks; it takes [6] as established and builds enterprise scenarios on top of it. The load-bearing claim that NANDA is 'a comprehensive infrastructure solution' is therefore supported by the same research program that created it, making the premise self-referential rather than independently grounded.
-
self citation load bearing
[Section 3.1 (Interoperability and Trust)]
"AgentFacts are conceptualized as verifiable claims requiring W3C Verifiable Credential v2 cryptographic attestation [5] ... NANDA has developed a comprehensive infrastructure utilizing verifiable claims to prevent AI agents from engaging in capability spoofing, impersonating reputable actors, or conducting supply-chain poisoning, Sybil attacks, and traffic diversion attacks."
The security guarantee—that NANDA prevents spoofing, impersonation, and supply-chain poisoning—is asserted on the basis of AgentFacts, attributed to [5], another same-author preprint. The citation to [5] is used as if it were an external standard for 'W3C Verifiable Credential v2 cryptographic attestation,' but the reference is to the authors' own 'Upgrade or switch' paper, not to the W3C specification itself. The claimed protection reduces to 'we defined AgentFacts in [5], and they prevent attacks,' a self-citation chain rather than an independent derivation or external validation.
full rationale
This is an enterprise practice paper that assumes the NANDA Index and AgentFacts as given rather than deriving or independently validating them. Section 1 routes the reader to [6] for the framework, Section 1.1 defines NANDA Index via [6], and Section 3.1 bases AgentFacts on [5]; both [5] and [6] are same-author preprints with substantial author overlap with this paper. The load-bearing statement that NANDA 'has developed a comprehensive infrastructure' preventing capability spoofing and impersonation is therefore supported by the authors' own prior work. This is genuine self-citation load-bearing, but not full circularity: the paper also engages external, independently existing components (W3C Verifiable Credentials, MCP, A2A, NL Web, ZTNA, DNS/TLS analogies), and no equation or fitted parameter is recycled as a prediction. The security concern about issuer trust is a correctness risk rather than a circularity and was not scored as a circular step. Overall score 4 reflects moderate self-citation with independent content elsewhere.
Assumptions & free parameters
assumptions (4)
- domain assumption W3C Verifiable Credential v2 and DID infrastructure exist and are trustworthy at scale.
- ad hoc to paper Capability attestation is truthful: an agent's cryptographic claims about its skills match its actual runtime behavior.
- domain assumption The NANDA registry itself acts as an uncorrupted trust root.
- domain assumption Third-party certification and reputation providers issue accurate ratings.
invented entities (4)
-
AgentFacts
-
Zero Trust Agentic Access (ZTAA)
-
Agent Visibility and Control (AVC)
-
Agentic SafeSearch
Cite this review
Pith. "Pith review of Using the NANDA Index Architecture in Practice: An Enterprise Perspective." pith.science (2026). https://pith.science/paper/ZTUS2YYB
@misc{pith2026250803101,
author = {Pith},
title = {Pith review of: Using the NANDA Index Architecture in Practice: An Enterprise Perspective},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZTUS2YYB}},
note = {Machine review of arXiv:2508.03101}
}
read the original abstract
The proliferation of autonomous AI agents represents a paradigmatic shift from traditional web architectures toward collaborative intelligent systems requiring sophisticated mechanisms for discovery, authentication, capability verification, and secure collaboration across heterogeneous protocol environments. This paper presents a comprehensive framework addressing the fundamental infrastructure requirements for secure, trustworthy, and interoperable AI agent ecosystems. We introduce the NANDA (Networked AI Agents in a Decentralized Architecture) framework, providing global agent discovery, cryptographically verifiable capability attestation through AgentFacts, and cross-protocol interoperability across Anthropic's Modal Context Protocol (MCP), Google's Agent-to-Agent (A2A), Microsoft's NLWeb, and standard HTTPS communications. NANDA implements Zero Trust Agentic Access (ZTAA) principles, extending traditional Zero Trust Network Access (ZTNA) to address autonomous agent security challenges including capability spoofing, impersonation attacks, and sensitive data leakage. The framework defines Agent Visibility and Control (AVC) mechanisms enabling enterprise governance while maintaining operational autonomy and regulatory compliance. Our approach transforms isolated AI agents into an interconnected ecosystem of verifiable, trustworthy intelligent services, establishing foundational infrastructure for large-scale autonomous agent deployment across enterprise and consumer environments. This work addresses the critical gap between current AI agent capabilities and infrastructure requirements for secure, scalable, multi-agent collaboration, positioning the foundation for next-generation autonomous intelligent systems.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[5]
Ramesh Raskar, Pradyumna Chari, Jared James Grogan, Mahesh Lambe, Robert Lincourt, Raghu Bala, Aditi Joshi, Abhishek Singh, Ayush Chopra, Rajesh Ranjan, Shailja Gupta, et al. Upgrade or switch: Do we need a next-gen trusted architecture for the internet of ai agents? arXiv preprint arXiv:2506.12003 , 2025
arXiv 2025
-
[6]
Beyond dns: Unlocking the internet of ai agents via the nanda index and verified agentfacts, 2025
Ramesh Raskar, Pradyumna Chari, John Zinky, Mahesh Lambe, Jared James Grogan, Sichao Wang, Rajesh Ranjan, Rekha Singhal, Shailja Gupta, Robert Lincourt, Raghu Bala, Aditi Joshi, Abhishek Singh, Ayush Chopra, Dimitris Stripelis, Bhuwan B, Sumit Kumar, and Maria Gorskikh. Beyond dns: Unlocking the internet of ai agents via the nanda index and verified agent...
work page 2025
-
[1]
Anthropic. Model context protocol (mcp). https://docs.anthropic.com/claude/docs/ model-context-protocol, 2024. Accessed: 2025-07-22
work page 2024
-
[2]
Announcing the agent2agent (a2a) protocol
Google Cloud. Announcing the agent2agent (a2a) protocol. blog post, April 2025. Accessed: 2025-07-22
work page 2025
-
[3]
Microsoft. NL Web: Natural Language Web. Microsoft Corporation Blog / Microsoft Build 2025 announcements, May 2025. Introduced May 19, 2025; Accessed: 2025-07-22. 14 v0.1, Work in Progress, Request for Comments. Draft
work page 2025
-
[4]
Domain names - concepts and facilities
Paul Mockapetris. Domain names - concepts and facilities. RFC 1034, Internet Engineering Task Force, 1987. Accessed: 2025-07-22
work page 1987
-
[7]
Eric Rescorla. Http over tls. RFC 2818, IETF, 2000. Accessed: 2025-07-22
work page 2000
-
[8]
U.S. Department of the Treasury. Office of Foreign Assets Control . https://ofac.treasury. gov/, 2025. US Department of the Treasury administers and enforces economic and trade sanctions based on US foreign policy and national security goals. 15
work page 2025
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.