arXiv論文メモ
新着一覧
cs.CR / cs.SE · 査読状況未確認

AIエージェントの承認記録が後続の副作用を見落とす問題

Agent Approval Laundering: Transitive Effects Beyond the Approved Invocation

Jinqian Zhang (1 and 2), Haojun Xia (1 and 2), Shujiang Wu (3), Jingkun Yue (4), Xia Zhang (1 and 2), Zhangpei Cheng (1 and 2), Bibo Tu (1 and 2) ((1) Institute of Information Engineering, Chinese Academy of Sciences, (2) School of Cyber Security, University of Chinese Academy of Sciences, (3) Beihang University, (4) State Key Laboratory of Networking and Switching Technology, Beijing University of Posts and Telecommunications)

この論文をやさしく読む

ひとことで言うと

AIエージェントへの一つの承認が、そこから起きるファイル変更や通信まで記録しきれない問題を測定した。

何に役立つ?

承認画面と実行記録を設計するとき、後続の影響を承認前に予測し、その根拠を保存する方法を検討できる。

この研究の面白いところ

固定した111組では記録漏れが段階的に40から13へ減り、事前予測を結び付ける試験では10から3へ減った。

どこまで分かった?

保留17作業手順での予測精度は高いが漏れは残る。統合例は自動承認ではなく、人の許可経路に記録を通すもの。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

コーディングエージェントの承認画面は人の判断を一つのコマンドやツール呼び出しに結び付けるが、開発ツールはその呼び出しが起動する一連の後続処理を実行する。パッケージのインストールはライフサイクル用の処理を走らせてファイルを書き換え、MCPの呼び出しはネットワーク権限を使う場合がある。その結果、永続的な承認記録には入口の呼び出しだけが残り、後続処理の影響が抜け落ちる。本研究はこれを「承認ロンダリング」と呼び、エージェントシステムにおける記録と実際の効果の関係を体系的に分析する。六種類の効果について後続処理まで含む承認を形式化し、ポリシーから見える項目が同じでも効果ごとに異なる判断が必要になりうるため、記録だけに基づく方針では両方を保証できないという情報上の限界を導いた。 承認から行動までのセキュリティベンチマークでは、承認対象と判断時のメタデータを実行後の証拠に結び付ける。固定した111組の承認対象と実行記録では、残る記録漏れは、明示的な項目だけの場合の40から、コマンドの意味を加えると17、判断時のメタデータまで加えると13に減った。固定SHAでの11回の実行では、さらにメタデータ上の残存漏れがゼロになり、二つの正確な対応が三つの製品の画面で繰り返された。事前の回復策として、効果を記録に結び付ける際、承認前にソースに裏付けられた予測と由来を固定する。指定済みの保留17作業手順では、予測のマクロ再現率が0.926、マクロ適合率が0.941で、効果を結び付けると残る影響は10から3に減った。Claude CodeのPreToolUseとの統合では、自動承認を行わず、固定した記録を許可経路に通した。結果は、入口の呼び出し名が正しくても、承認記録が後続の影響を繰り返し見落とすことを示す。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-23(UTC)
最新改訂
2026-09-23 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Coding-agent approval interfaces bind a human decision to a command or tool call, while developer tools execute the transitive workflow that invocation activates. Package installation can run lifecycle hooks and write files; an MCP call can exercise network authority. We call the resulting record-coverage failure approval laundering: the durable record names the entry invocation but omits effects exercised by its workflow. We present the first systematic security analysis of this record-to-closure relation in agent systems. We formalize closure-bound approval over six effect classes and derive an information limit: identical policy-visible fields can require different effect-specific decisions, so no record-only policy can guarantee both. The Approval-to-Action Security Benchmark binds approval objects and decision-time metadata to post-execution evidence. Across 111 fixed approval-object/trace pairs, residual records fall from 40 under explicit fields to 17 with command semantics and 13 with decision-time metadata. Across 11 fixed-SHA executions, the ladder reaches zero metadata residuals; two exact mappings recur across three product frontends. For prospective recovery, effect-bound records commit frozen, source-backed predictions and provenance before authorization. On 17 prespecified holdout workflows, predictions achieve 0.926 macro recall and 0.941 macro precision; binding them cuts residual effects from 10 to 3. A Claude Code PreToolUse integration carries the frozen record through the permission path without automatic approval. These results establish approval laundering as a measurable, recurrent record-coverage failure despite truthful invocation identity. They motivate binding each invocation before authorization to a source-backed prediction of its workflow's transitive effect boundary and preserving that binding with the decision.

著者のコメント

19 pages, 9 figures

arXiv ID: 2609.28586 / 要約の誤りについて