paper-with-me

홈 › Papers

Where Is the Cost of Third-Party API Routers in Agentic Software Development?

2026-07-26 · Donghao Fu, Jingxin Li, Xue Jiang, Yihong Dong arxiv

Third-party API routers have become a common layer that unifies access across increasingly diverse LLM providers. In coding-agent workflows, high-autonomy operation is widely adopted because it reduces interaction overhead. As a result, a third-party API router, which sits between the agent and the upstream provider, inevitably occupies the trusted path. It can inspect and modify every request and response, yet no mechanism verifies alignment between the provider's output and the repository-level actions ultimately executed by the agent. Consequently, client-side permission mechanisms may become ineffective in practice. Whether this control gap produces real, hard-to-detect effects on software development tasks remains empirically unmeasured. In this paper, we conduct an empirical study of router-side injection in coding agents, examining four intervention levels of increasing subtlety: Response Substitution (L1), Response Append (L2), LLM-Polished Injection (L3), and LLM-Polished with Distribution Alignment Injection (L4). Moreover, we develop SIDEL, a framework for trace recording, replay, injection, and defense evaluation, with a curated dataset of 400 samples. We evaluate four representative coding agents, and further evaluate whitelist-based execution control and LLM review. Router-side intervention substantially alters repository-level actions and remains difficult for existing client-side safeguards to detect. Without additional mitigations, all evaluated agents achieved a defense success rate of 0 percent across all injection levels. Client-side mitigations and reactive reviews improve resistance but do not fully restore end-to-end control, motivating provider-side output-integrity guarantees. Our code is available at https://github.com/Riyasushin/SIDEL.

📄 PDF Abstract BibTeX arXiv:2607.23624

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tendem: A Hybrid AI+Human Platform

2026-02-01 · Konstantin Chernyshev, Ekaterina Artemova, Viacheslav Zhukov, Maksim Nerush 외 arxiv

Tendem is a hybrid system where AI handles structured, repeatable work and Human Experts step in when the models fail or to verify results. Each result undergoes a comprehensive quality review before delivery to the Clie…

Cascade: Token-Sharded Private LLM Inference

2025-07-07 · Rahul Thomas, Louai Zahran, Erica Choi, Akilesh Potti 외 arxiv

As LLMs continue to increase in parameter size, the computational resources required to run them are available to fewer parties. Therefore, third-party inference services -- where LLMs are hosted by third parties with si…

Switchcraft: AI Model Router for Agentic Tool Calling

2026-05-08 · Sharad Agarwal, Pooria Namyar, Alec Wolman, Rahul Ambavat 외 arxiv

Agentic AI systems that invoke external tools are powerful but costly, leading developers to default to large models and overspend inference budgets. Model routing can mitigate this, but existing routers are designed for…

Who Evaluates AI's Social Impacts? Mapping Coverage and Gaps in First and Third Party Evaluations

2025-11-06 · Anka Reuel, Avijit Ghosh, Jenny Chim, Andrew Tran 외 arxiv

Foundation models are increasingly central to high-stakes AI systems, and governance frameworks now depend on evaluations to assess their risks and capabilities. Although general capability evaluations are widespread, so…

Third-Party Credit Guarantees and the Cost of Debt: Evidence from Corporate Loans

2025-07-16 · Mehdi Beyhaghi

Using a comprehensive dataset collected by the Federal Reserve, I find that over one-third of corporate loans issued by US banks are fully guaranteed by legal entities separate from borrowing firms. Using an empirical st…