paper-with-me

홈 › Papers

Beyond Static Sandboxing: Learned Capability Governance for Autonomous AI Agents

2026-04-12 · Bronislav Sidik, Lior Rokach arxiv

Autonomous AI agents built on open-source runtimes such as OpenClaw expose every available tool to every session by default, regardless of the task. A summarization task receives the same shell execution, subagent spawning, and credential access capabilities as a code deployment task, a 15x overprovision ratio that we call the capability overprovisioning problem. Existing defenses, including the NemoClaw container sandbox and the Cisco DefenseClaw skill scanner, address containment and threat detection but do not learn the minimum viable capability set for each task type. We present Aethelgard, a four layer adaptive governance framework that enforces least privilege for AI agents through a learned policy. Layer 1, the Capability Governor, dynamically scopes which tools the agent is aware of in each session. Layer 3, the Safety Router, intercepts tool calls before execution using a hybrid rule based and fine tuned classifier. Layer 2, the RL Learning Policy, trains a PPO policy on the accumulated audit log to learn the minimum viable skill set for each task type.

📄 PDF Abstract BibTeX arXiv:2604.11839

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comprehensive AI governance requires addressing non-model gains

2026-05-01 · Arthur Goemans, Dan Altman, Noemi Dreksler, Jonas Freund 외 arxiv

Frontier AI governance often centres on the model-level governance paradigm, which assumes that a model's capability profile is primarily a function of the compute and data used during training. This position paper argue…

Continual Learning

Beyond Static Endpoints: Tool Programs as an Interface for Flexible Agentic Web Services

2026-06-18 · Mugeng Liu, Shuoqi Li, Yixuan Zhang, Yun Ma arxiv

In the agentic web era, LLM-based agents increasingly invoke web services as tools, yet most interfaces remain \emph{static endpoints} that poorly express long-horizon workflows with loops, conditionals, joins, and retri…

Beyond Training: A Feasibility Taxonomy for Inference-Time AI Governance

2026-09-09 · Samar Ansari arxiv

Compute governance today is a governance of training: the thresholds, reporting requirements, and frontier-AI regimes now in force attach to training compute and treat the trained model as the regulatory unit. That pictu…

Adversarial Robustness

Pel, A Programming Language for Orchestrating AI Agents

2025-04-03 · Behnam Mohammadi

The proliferation of Large Language Models (LLMs) has opened new frontiers in computing, yet controlling and orchestrating their capabilities beyond simple text generation remains a challenge. Current methods, such as fu…

Code GenerationText Generation

Governance Architecture for Autonomous Agent Systems: Threats, Framework, and Engineering Practice

2026-03-07 · Yuxu Ge arxiv

Autonomous agents powered by large language models introduce a class of execution-layer vulnerabilities -- prompt injection, retrieval poisoning, and uncontrolled tool invocation -- that existing guardrails fail to addre…

Machine Translation