paper-with-me

Papers

Mandato: Protocol-Level Enforcement of Digitally Signed Mandates on AI Agent Actions with Cryptographically Chained Audit Trails

2026-08-14 · Giovanni Racioppi arxiv

AI agents increasingly act on external systems through standardized tool-calling protocols such as the Model Context Protocol (MCP), yet no infrastructure layer constrains their actions to what a principal has verifiably authorized: authorization logic lives in application code, is neither signed nor independently auditable, and the resulting logs lack evidentiary value. We present Mandato, a governance proxy that enforces digitally signed mandates on agent actions at the protocol level. A mandate is a machine-readable, cryptographically signed authorization artifact specifying which tools an agent may invoke, under which parameter constraints and contextual conditions, for how long, and on whose behalf; the proxy evaluates every tool call against the applicable mandate chain, blocks non-conforming calls in line, and records every decision -- permit, deny, and the evidence for each -- in an append-only, hash-chained audit log designed for evidentiary use and periodically anchored via qualified timestamps. The mandate is deliberately modeled on the civil-law institution of delegation of authority, making the artifact legible to lawyers and auditors, not only to engineers. We give the mandate model and its decision semantics, the reference architecture as an MCP-transparent proxy with separated decision and enforcement points, and a mapping of the mechanism onto EU AI Act Articles 12 and 14, GDPR accountability, NIS2, and eIDAS 2, including a roadmap to qualified attestation through Qualified Trust Service Providers (QTSPs). We describe the implementation status of the reference system and a quantitative evaluation plan covering enforcement overhead, audit completeness, and tamper-evidence verification cost.

📄 PDF Abstract BibTeX arXiv:2608.14074

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Verifiable Manifest Signing and Transparency Enforcement for Secure MCP-Based LLM Pipelines

2026-01-30 · Saeid Jamshidi, Kawser Wazed Nafi, Arghavan Moradi Dakhel, Foutse Khomh 외 arxiv

Large Language Models (LLMs) are increasingly deployed in tool-driven environments such as healthcare analytics, financial systems, retrieval-augmented generation (RAG), and multi-agent workflows. Although the Model Cont…

Cryptographic Registry Provenance: Structural Defense Against Dependency Confusion in AI Package Ecosystems

2026-05-05 · Alan L. McCann arxiv

Dependency confusion attacks exploit a structural gap in software distribution: once a package is installed, there is no cryptographic proof of which registry distributed it. Every existing defense is configuration-based…

A governance horizon for ethical-use constraints in open-weight AI models

2026-05-23 · Weiwei Xu, Hengzhi Ye, Haoran Ye, Kai Gao 외 arxiv

Ethical constraints on open-weight AI models are both a reflection of societal concerns and a foundation for AI governance policy. They are expected to propagate to downstream derivatives while implemented as voluntary m…

Sovereign Execution Broker: Enforcing Certificate-Bound Authority in Agentic Control Planes

2026-06-18 · Jun He, Deying Yu arxiv

Autonomous agents are increasingly connected to cloud, deployment, and data-control workflows, but production mutation authority should not reside inside non-deterministic reasoning processes. Existing access-control mec…

An Organization-Scoped LLM Agent Runtime Architecture for Regulated Cybersecurity Operations

2026-05-28 · George Fatouros, Georgios Makridis, George Kousiouris, John Soldatos 외 arxiv

Regulated cybersecurity workflows lack a runtime substrate that enforces organization-level scope across retrieval, tool calls, memory, findings, reports, and audit while remaining model-agnostic and locally deployable. …