paper-with-me

Papers

Agent Name Service (ANS): A Proof-of-Concept Trust Layer for Secure AI Agent Discovery, Identity, and Governance in Kubernetes

2026-04-29 · Akshay Mittal, Elyson De La Cruz arxiv

Autonomous AI agent ecosystems require stronger mechanisms for secure discovery, identity verification, capability attestation, and policy governance. Current deployments frequently lack (1) uniform agent discovery, (2) cryptographic agent authentication, (3) capability proofs that protect secrets, and (4) enforceable policy controls. This paper presents an implementation-oriented proof of concept for the Agent Name Service (ANS), a DNS-inspired trust layer for AI agent discovery and interoperability in Kubernetes, grounded in the ANS protocol specification~\cite{huang2025ans}. The implementation uses Decentralized Identifiers (DIDs), Verifiable Credentials (VCs), policy-as-code enforcement with Open Policy Agent (OPA), and Kubernetes-native integration patterns (CRDs, admission controls, service mesh integration). In a demo research environment (3-node cluster, 50-agent workflow simulation), we observe sub-10ms response in demonstrated service paths and full success for scripted demo deployment scenarios. We explicitly scope these findings as proof-of-concept evidence rather than production certification. We further provide a threat model, assumptions, and limitations to separate implemented evidence from protocol-defined and roadmap capabilities. The result is an evidence-grounded pathway from ANS protocol concepts to reproducible engineering practice for secure multi-agent systems.

📄 PDF Abstract BibTeX arXiv:2604.26997

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NANDA Adaptive Resolver: Architecture for Dynamic Resolution of AI Agent Names

2025-08-05 · John Zinky, Hema Seshadri, Mahesh Lambe, Pradyumna Chari 외 arxiv

AdaptiveResolver is a dynamic microservice architecture designed to address the limitations of static endpoint resolution for AI agent communication in distributed, heterogeneous environments. Unlike traditional DNS or s…

Proof-of-Guardrail in AI Agents and What (Not) to Trust from It

2026-03-06 · Xisen Jin, Michael Duan, Qin Lin, Aaron Chan 외 arxiv

As AI agents become widely deployed as online services, users often rely on an agent developer's claim about how safety is enforced, which introduces a threat where safety measures are falsely advertised. To address the …

Safe, Untrusted, "Proof-Carrying" AI Agents: toward the agentic lakehouse

2025-10-10 · Jacopo Tagliabue, Ciro Greco arxiv

Data lakehouses run sensitive workloads, where AI-driven automation raises concerns about trust, correctness, and governance. We argue that API-first, programmable lakehouses provide the right abstractions for safe-by-de…

TrustedARI: Towards Trust-Native Agentic Routing Infrastructure for Agentic AI

2026-06-14 · Qi Li, Zhenhua Zou, Shuo Li, Mingwei Xu 외 arxiv

AI agents increasingly access external models, tools, and services through Agentic Routing Infrastructure (ARI) to manage the overhead of heterogeneous interfaces and fragmented subscriptions. Yet, the architecture of AR…

Agentic Service-Oriented Computing: A Manifesto for the Next Frontier of Service-Oriented Computing

2026-07-14 · Amin Beheshti, Rong N. Chang, Boualem Benatallah, Fabio Casati 외 arxiv

The rapid emergence of LLM-powered autonomous and semi-autonomous agents is reshaping software systems from static, request-response components into goal-directed, adaptive, and tool-using computational actors. As these …