paper-with-me

홈 › Papers

Lingering Authority: Revocable Resource-and-Effect Capabilities for Coding Agents

2026-06-21 · Igor Santos-Grueiro arxiv

Coding agents often receive broad tool access for an entire task, even when a resource is needed only for one subgoal. We call this gap lingering authority: a temporary resource/effect capability remains exposed after the episode that justified it has closed. PORTICO is a reference monitor for revocable capabilities exposed to the planner. It compiles an explicit task contract into initial capabilities, grant rules, trusted closure predicates, and global deny rules. A request-grant-invoke lifecycle materializes expansions as opaque, epoch-bound handles. Closure removes those handles from the next planner interface and rejects stale replay before side effects. The monitor assumes mediated tools and a sound typed catalog. In controlled coding-agent tasks, PORTICO records no executed contract-forbidden effects in the evaluated runs, while controlled grants recover boundary work blocked by a fixed narrow envelope. A non-revoking comparator receives the same initial envelope and the same grants at the same turns. On the closure slice, both systems match task success, scope compliance, and all pre-closure decisions; PORTICO then rejects 10/10 post-closure reuses, while the comparator permits 10/10. A deterministic stale-write audit records 0/6 versus 6/6 executed forbidden effects. Scripted traces and six live model traces over file writes, git mutation, and network egress show the same split. In a four-episode same-policy diagnostic, broad request exposure preserves zero executed forbidden effects but raises blocked proposals from 67 to 84. Frozen real-repository runs, with commits and traces recorded, exercise the same lifecycle on real project layouts.

📄 PDF Abstract BibTeX arXiv:2606.22504

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

Sovereign Assurance Boundary: Certificate-Bound Admission for Agentic Infrastructure

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

Agentic infrastructure introduces a critical control-plane authorization problem: non-deterministic reasoning systems can propose high-stakes mutations to production resources, yet existing security mechanisms -- such as…

Interoperable Architecture for Digital Identity Delegation for AI Agents with Blockchain Integration

2026-01-21 · David Ricardo Saavedra arxiv

Verifiable delegation in digital identity systems remains unresolved across centralized, federated, and self-sovereign identity (SSI) environments, particularly where both human users and autonomous AI agents must exerci…

Revocable Backdoor for Deep Model Trading

2024-08-01

Deep models are being applied in numerous fields and have become a new important digital product. Meanwhile, previous studies have shown that deep models are vulnerable to backdoor attacks, in which compromised models re…

Agent libOS: A Runtime Substrate for Capability-Controlled Self-Evolving LLM Agents

2026-06-02 · Yingqi Zhang arxiv

Large language model (LLM) agents can persist across tasks, acquire memory, activate Skills, synthesize tools, fork child processes, attach remote resources, and commit checkpoints as reusable images. These mechanisms ex…