paper-with-me

홈 › Papers

CapSeal: Capability-Sealed Secret Mediation for Secure Agent Execution

2026-04-18 · Shutong Jin, Ruiyi Guo, Ray C. C. Cheung arxiv

Modern AI agents routinely depend on secrets such as API keys and SSH credentials, yet the dominant deployment model still exposes those secrets directly to the agent process through environment variables, local files, or forwarding sockets. This design fails against prompt injection, tool misuse, and model-controlled exfiltration because the agent can both use and reveal the same bearer credential. We present CapSeal, a capability-sealed secret mediation architecture that replaces direct secret access with constrained invocations through a local trusted broker. CapSeal combines capability issuance, schema-constrained HTTP execution, broker-executed SSH actions, anti-replay session binding, policy evaluation, and tamper-evident audit trails. We describe a Rust prototype integrated with an MCP-facing adapter, formulate conditional security goals for non-disclosure, constrained use, replay resistance, and auditability, and define an evaluation plan spanning prompt injection, tool misuse, and SSH abuse. The resulting system reframes secret handling for agentic systems from handing the model a key to granting the model a narrowly scoped, non-exportable action capability.

📄 PDF Abstract BibTeX arXiv:2604.16762

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Obscure: Information-Theoretically Secure, Oblivious, and Verifiable Aggregation Queries on Secret-Shared Outsourced Data -- Full Version

2020-04-27 · Peeyush Gupta, Yin Li, Sharad Mehrotra, Nisha Panwar 외

Despite exciting progress on cryptography, secure and efficient query processing over outsourced data remains an open challenge. We develop a communication-efficient and information-theoretically secure system, entitled …

Privacy Preserving

Secure PAC Bayesian Regression via Real Shamir Secret Sharing

2021-09-23 · Jaron Skovsted Gundersen, Bulut Kuskonmaz, Rafael Wisniewski

A common approach of system identification and machine learning is to generate a model by using training data to predict the test data instances as accurate as possible. Nonetheless, concerns about data privacy are incre…

regression

All That Glitters Is Not Gold: Key-Secured 3D Secrets within 3D Gaussian Splatting

2025-03-10 · Yan Ren, Shilin Lu, Adams Wai-Kin Kong

Recent advances in 3D Gaussian Splatting (3DGS) have revolutionized scene reconstruction, opening new possibilities for 3D steganography by hiding 3D secrets within 3D covers. The key challenge in steganography is ensuri…

3DGSAll

Chu-ko-nu: A Reliable, Efficient, and Anonymously Authentication-Enabled Realization for Multi-Round Secure Aggregation in Federated Learning

2024-02-23 · Kaiping Cui, Xia Feng, Liangmin Wang, Haiqin Wu 외

Secure aggregation enables federated learning (FL) to perform collaborative training of clients from local gradient updates without exposing raw data. However, existing secure aggregation schemes inevitably perform an ex…

Federated Learning

Helpful or Harmful? Evaluating LLM-Assisted Vulnerability Patching via a Human Study

2026-06-24 · Giulian Biolo, Michael Tezza, Yuanjun Gong, Fabio Massacci arxiv

Software vulnerability remediation is a cognitively demanding task that requires specialized security expertise often lacking in general developers. In the meantime, Large Language Models (LLMs) assisted tools show poten…

Vulnerability Detection