REVIEW 4 major objections 8 minor 2 cited by
Commercial LLM agents bypass safety constraints by default, converting unverified user-forwarded content into trusted guidance and risky actions unless users explicitly demand checks.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 10:40 UTC pith:PZR7FB4F
load-bearing objection Safety checks in commercial agents are prompt-triggered, not default; the paper shows this clearly, though the headline bypass rates depend on an unmeasured user-relay step. the 4 major comments →
Agents at Risk: How Users Unwittingly Undermine LLM Safety
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that user-mediated forwarding recontextualizes attacker payloads: content that would otherwise appear as low-trust external data is reintroduced as user-channel directives, receiving higher priority under the standard instruction hierarchy (developer > user > model outputs), and agents then act on it with little verification. In the absence of explicit safety requests, trip-planning agents accept unverified 'official' links and fabricated discounts and integrate them into itineraries; web-use agents open malicious URLs, fill hidden fields, and resubmit data when front-end feedback indicates failure, all without agent-side risk checks. The paper argues that this b
What carries the argument
The load-bearing object is the UReCoM attack pipeline (User-Relayed Context Manipulation), formalized as a three-party interaction (attacker, benign user, agent) in which the attacker controls only user-facing content and the user relays it into the agent's input. The mechanism doing the work is instruction-source escalation: forwarding a post verbatim moves attacker payloads from external observations into the user-provided task context, upgrading their priority under the instruction hierarchy. The evaluation machinery is a black-box framework that varies user safety intent (none, soft, hard) and measures two classes of constraint-bypass rates (environment and commonsense) across planning a
Load-bearing premise
The pipeline assumes a benign user will copy or paste attacker-crafted post content verbatim into an agent request (Section 2.2 Step 2, Section 3.2); the paper simulates this forwarding rather than measuring it, so high bypass rates are for an idealized relay scenario.
What would settle it
A user study that records what real users actually input to an agent after encountering a seeded promo post: if substantial fractions paraphrase, filter, or ignore such content before relaying, the reported 92% and 100% bypass rates would be upper bounds rather than observed risk.
If this is right
- Trip-planning agents convert unverified user-forwarded content (fabricated discounts, attacker-controlled links, non-standard payment instructions) into confident booking guidance without warning, with bypass rates above 92% when no safety request is made.
- Web-use agents treat malicious URLs and action primitives as routine commands, opening links and executing clicks, submits, and downloads without agent-side security gating; 9 out of 17 supported tests reach a 100% bypass rate.
- Explicit user safety intent reduces but does not eliminate failures: maximum bypass is 54.7% under soft requests and 7% under hard requests for trip-planning agents, indicating safety is conditional rather than default.
- Web-use agents lack task-stopping rules and backend state verification, leading to over-execution, hidden-field filling, and repeated data resubmission when front-end feedback falsely indicates failure.
Where Pith is reading between the lines
- If safety is default-off, then persuasive attacker posts that get forwarded verbatim may be a more practical attack channel than direct prompt injection, because the payload travels in the high-priority user channel; defenses should validate task entities (links, promo codes, form fields) rather than only filter instructions.
- A direct testable extension is to measure real users' forwarding behavior (verbatim vs paraphrase vs skip) in a field study; the paper's numbers assume verbatim relay, so real-world exposure may be lower.
- The prioritization mechanism suggests a concrete fix: make a security-verification system prompt a default, independent of user phrasing; the paper's own H3 results imply this would cut bypass rates sharply, though it does not test that intervention.
- The same failure mode may generalize to any goal-driven tool-using agent, since the driver is task-completion priority rather than any specific model; future benchmarks could probe other agent categories such as coding or email assistants.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces and evaluates a user-mediated attack against LLM-based agents. The threat model assumes an attacker seeds persuasive public posts; benign users encounter these posts and relay their content into agent requests, after which agents treat the content as high-priority user context and fail to apply default safety checks. The authors evaluate 12 commercial agents (6 trip-planning, 6 web-use) under three safety-intent conditions (H1 no request, H2 soft, H3 hard), measuring constraint-bypass rates for environment and commonsense constraints. The findings show that without explicit safety prompts, trip-planning agents bypass constraints at high rates (over 92% environment) and web-use agents execute risky actions near-deterministically; explicit safety phrasing reduces but does not eliminate these failures. The paper concludes that safety mechanisms exist but are not prioritized by default.
Significance. If the agent-side behavior is as reported, the work makes a useful empirical contribution: it documents a concrete failure mode—safety checks that are prompt-conditioned rather than invariant—across a substantial sample of commercial products. The study is well-motivated, and the H1/H2/H3 gradient is a natural design. Strengths include the use of a sandbox for web-use agents, a two-point stability rerun, and the transparent specification of evaluation constraints in Table 7. The finding that agents 'verify' URLs via shallow heuristics and overstate legitimacy is particularly valuable for practitioners. However, the paper's scope claims need tightening: the user-mediated aspects are assumed rather than measured, and the abstract promises comparative experiments that are absent from the body.
major comments (4)
- [§2.2 (Step 2), §3.2] The attack pipeline hinges on Step 2, where benign users encounter attacker-seeded posts and forward their content into agent requests, typically verbatim. This behavior is assumed, not measured: no user study, no encounter-rate data, and no evidence that users paste rather than paraphrase or ignore. Consequently, all reported bypass rates (e.g., 'over 92%', Table 2) are conditional on a perfect relay; they quantify agent behavior given the payload, not end-to-end attack success. The title and abstract's framing ('users unwittingly undermine safety') overstates what the experiments establish. Either add a human-subjects study to validate the relay assumption, or reframe the contribution as a characterization of agent behavior when users relay unverified content, with the social-engineering step presented as a threat-model assumption. This is load-bearing for the paper's real-world claims
- [Abstract vs. full text] The manuscript's abstract (as provided) claims that 'UReCoM outperforms five prompt-injection baselines (naive, context ignoring, fake completion, escape-character attacks, and combined attacks) under prevention-based (Sandwich, StruQ, SecAlign) and detection-based defenses (Perplexity detection, DataSentinel, CausalArmor).' The full text contains no such experiments, does not define UReCoM, and its own abstract makes no such claim. This is a serious internal inconsistency. The comparative evaluation is a central advertised contribution; it must either be implemented and reported, or the abstract must be revised to match the full-text abstract, which only reports the H1/H2/H3 safety-intent comparison. As it stands, the paper overclaims.
- [§3.2 / Appendix B] The exact user prompts and test-case templates are not provided. The paper describes test cases at a high level ('provide a trip itinerary with a promo code') and lists URL variants in Appendix B, but it does not give the precise natural-language requests used for each agent in each condition (H1/H2/H3). Without these, the evaluation cannot be replicated or audited. Please provide a full benchmark with the exact prompts, agent version identifiers, timestamps, and scoring rubrics in an appendix or artifact.
- [Tables 2–6] The evaluation reports raw counts (x/10) without confidence intervals or hypothesis tests. For example, a 10/10 success rate has a 95% exact binomial CI of [0.69, 1.00], so the '100% bypass' phrasing overstates precision. The stark H1 vs. H2/H3 differences are likely real, but the paper should add exact binomial CIs (at least for aggregate rates such as the 'over 92%' claim) and, ideally, an inter-rater check for the subjective constraint classification in Table 7.
minor comments (8)
- [Terminology] The term 'UReCoM' appears only in the provided abstract, not in the full text; the full-text abstract and body refer to 'user-mediated attacks.' Please unify terminology throughout.
- [Table 6] Typo: 'Borwserbase' should be 'Browserbase'.
- [Table 3] Header says 'Cell formate of x/10' — should be 'format'.
- [§4.2] The sentence 'Table 2 shows across all safety levels, agents treat user-supplied fabricated information as legitimate' is too strong given H3 rates of 0–7%; it should be qualified to H1 and, to a lesser extent, H2.
- [Abstract] The abstract's claim '9 out of 17 supported tests reaching a 100% bypass rate' is not explicitly enumerated in the body; the number '17' is not derived from the reported tables. Please specify which 17 tests are counted.
- [Appendix C] The table header is garbled: 'HardConstraintsEnvironmentConstraint 1 (E1)CommonsenseConstraint 1 (C1)' — needs reformatting.
- [§3.1] No model version pinning is reported; the rerun one month apart is a positive step, but exact timestamps/versions would strengthen reproducibility.
- [References] Some references are incomplete (e.g., [23] 'Mind trip planner' lacks author and venue).
Circularity Check
No significant circularity: empirical evaluation, no fitted parameters, no load-bearing self-citations; the assumed user-relay step is a validity gap, not a circular reduction.
full rationale
This paper is an empirical security evaluation rather than a derivation chain. The principal results (constraint-bypass rates for trip-planning and web-use agents) are measured against a rubric that the authors define in Table 7, but defining an evaluation rubric is not circular: the paper then observes agent behavior against that rubric, including the H1/H2/H3 contrast, which is an external behavioral difference rather than a quantity defined into existence. There are no fitted parameters later relabeled as predictions, no machine-learning training loop in which the target is memorized, and no self-citation chain that carries the argument; the reference list contains no author self-citations and the formal attack model in Section 2 is stated as a threat model, not as a theorem derived from its own conclusion. The main limitation is the unmeasured user-relay step in Section 2.2, Step 2, which assumes that users encounter attacker-seeded posts and forward them, typically verbatim, into agent requests. That assumption affects whether the reported bypass rates are realistic end-to-end attack probabilities, but it does not make the measured agent behavior circular: the rates still quantify what agents do when such forwarding occurs. The paper's central claim, that safety checks are prompt-triggered rather than default, is supported by the observed contrast between no-safety and explicit-safety conditions, which is independent of the relay assumption. Therefore the correct circularity finding is no significant circularity.
Axiom & Free-Parameter Ledger
axioms (5)
- domain assumption The instruction hierarchy (developer > user > model outputs) accurately describes how user-relayed content is prioritized by agents.
- ad hoc to paper Benign users will forward attacker-controlled content verbatim into agent requests.
- domain assumption The sandboxed environment and synthetic test data reproduce real commercial agent behavior.
- domain assumption The author-defined environment and commonsense constraints (Table 7) are the correct normative safety requirements.
- domain assumption The 12 evaluated commercial agents are representative of deployed LLM agents.
read the original abstract
Large language model (LLM)-based agents are increasingly deployed in applications, such as trip-planning agents and web-use agents, to perform complex planning and execution tasks. Prior work has shown that LLM-based agents are vulnerable to context confusion, where external adversarial content incorporated into the agent's reasoning context may be treated as task-relevant constraints. However, external malicious content can enter the agent context via channels beyond retrieval. In this work, we introduce the User-Relayed Context Manipulation (UReCoM) attack, in which attackers manipulate benign users into relaying adversarial content within user requests, thereby relocating external adversarial content into user-provided task context. Our experimental evaluation shows that UReCoM outperforms five prompt-injection baselines (naive, context ignoring, fake completion, escape-character attacks, and combined attacks) under prevention-based (Sandwich, StruQ, and SecAlign) and detection-based defenses (Perplexity detection, DataSentinel, and CausalArmor). Additionally, UReCoM shows that LLMs can reject explicit malicious instructions more reliably than they can identify adversarial task entities, such as promotion codes, embedded within user requests. On 12 commercial LLM-based agents, we find that validation of adversarial task entities is largely prompt-driven rather than default, highlighting a design flaw in current agent frameworks. These results indicate that current defenses and deployed agents remain insufficient against user-relayed context manipulations, highlighting the need for task-entity-level prevention and default safety verification in LLM-based agents.
Figures
Forward citations
Cited by 2 Pith papers
-
PlanFlip: Attacking Multi-Agent LLM Systems via Planning-Phase Prompt Injection
Planning-phase injection can silently corrupt homogeneous multi-agent LLM pipelines, but the headline claims are undermined by metric and consistency errors.
-
Toward Secure LLM Agents: Threat Surfaces, Attacks, Defenses, and Evaluation
A synthesis of 247 papers on LLM agent security identifies prompt injection and tool hijacking as dominant threats, notes weakly compositional defenses, and argues for trust boundaries and realistic evaluations.
Reference graph
Works this paper leans on
-
[1]
Security and Privacy4(4), e159 (2021)
Ahmad, H., Erdodi, L.: Overview of phishing landscape and homographs in arabic domain names. Security and Privacy4(4), e159 (2021)
2021
-
[2]
arXiv preprint arXiv:2212.08073 (2022)
Bai, Y., Kadavath, S., Kundu, S., Askell, A., Kernion, J., Jones, A., Chen, A., Goldie, A., Mirhoseini, A., McKinnon, C., et al.: Constitutional ai: Harmlessness from ai feedback. arXiv preprint arXiv:2212.08073 (2022)
Pith/arXiv arXiv 2022
-
[3]
Browser use - enable ai to automate the web (2025), https://browser-use.com/
2025
-
[4]
Browserbase: A web browser for ai agents & applications (2025), https://www.browserbase.com/
2025
-
[5]
In: 2025 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML)
Chao, P., Robey, A., Dobriban, E., Hassani, H., Pappas, G.J., Wong, E.: Jailbreak- ing black box large language models in twenty queries. In: 2025 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML). pp. 23–42. IEEE (2025)
2025
-
[6]
Advances in Neural Information Processing Systems37, 26814–26845 (2024)
Chen, X., Nie, Y., Guo, W., Zhang, X.: When llm meets drl: Advancing jailbreak- ing efficiency via drl-guided search. Advances in Neural Information Processing Systems37, 26814–26845 (2024)
2024
-
[7]
arXiv preprint arXiv:2505.11368 (2025)
Diao, L., Xu, X., Sun, W., Yang, C., Zhang, Z.: Guidebench: Bench- marking domain-oriented guideline following for llm agents. arXiv preprint arXiv:2505.11368 (2025)
Pith/arXiv arXiv 2025
-
[8]
In: 2025 IEEE Symposium on Security and Privacy (SP)
Dong, Y., Meng, X., Yu, N., Li, Z., Guo, S.: Fuzz-testing meets llm-based agents: An automated and efficient framework for jailbreaking text-to-image generation models. In: 2025 IEEE Symposium on Security and Privacy (SP). pp. 373–391. IEEE (2025)
2025
-
[9]
International Journal of Human-Computer Studies125, 19–31 (2019)
Ferreira, A., Teles, S.: Persuasion: How phishing emails can influence users and bypass security measures. International Journal of Human-Computer Studies125, 19–31 (2019)
2019
-
[10]
In: Proceedings of the 16th ACM workshop on artificial intelligence and security
Greshake, K., Abdelnabi, S., Mishra, S., Endres, C., Holz, T., Fritz, M.: Not what you’ve signed up for: Compromising real-world llm-integrated applications with indirect prompt injection. In: Proceedings of the 16th ACM workshop on artificial intelligence and security. pp. 79–90 (2023)
2023
-
[11]
arXiv preprint arXiv:2402.08567 (2024)
Gu, X., Zheng, X., Pang, T., Du, C., Liu, Q., Wang, Y., Jiang, J., Lin, M.: Agent smith:Asingleimagecanjailbreakonemillionmultimodalllmagentsexponentially fast. arXiv preprint arXiv:2402.08567 (2024)
Pith/arXiv arXiv 2024
-
[12]
arXiv preprint arXiv:2402.01680 (2024)
Guo, T., Chen, X., Wang, Y., Chang, R., Pei, S., Chawla, N.V., Wiest, O., Zhang, X.: Large language model based multi-agents: A survey of progress and challenges. arXiv preprint arXiv:2402.01680 (2024)
Pith/arXiv arXiv 2024
-
[13]
In: 33rd USENIX Security Symposium (USENIX Security 24)
Hao, Q., Diwan, N., Yuan, Y., Apruzzese, G., Conti, M., Wang, G.: It doesn’t look like anything to me: using diffusion model to subvert visual phishing detectors. In: 33rd USENIX Security Symposium (USENIX Security 24). pp. 3027–3044 (2024)
2024
-
[14]
imean ai: Ai trip planner (2025), https://www.imean.ai/
2025
-
[15]
Kayak ai (2025), https://www.kayak.com/news/introducing-kayak-ai/
2025
-
[16]
Layla ai travel (2025), https://layla.ai/
2025
-
[17]
arXiv preprint arXiv:2502.08586 (2025)
Li, A., Zhou, Y., Raghuram, V.C., Goldstein, T., Goldblum, M.: Commercial llm agents are already vulnerable to simple yet dangerous attacks. arXiv preprint arXiv:2502.08586 (2025)
Pith/arXiv arXiv 2025
-
[18]
arXiv preprint arXiv:2409.11295 (2024)
Liao, Z., Mo, L., Xu, C., Kang, M., Zhang, J., Xiao, C., Tian, Y., Li, B., Sun, H.: Eia: Environmental injection attack on generalist web agents for privacy leakage. arXiv preprint arXiv:2409.11295 (2024)
Pith/arXiv arXiv 2024
-
[19]
preferences
Liu, X., Lai, H., Yu, H., Xu, Y., Zeng, A., Du, Z., Zhang, P., Dong, Y., Tang, J.: Webglm:towardsanefficientweb-enhancedquestionansweringsystemwithhuman 20 Fengchao et al. preferences. In: Proceedings of the 29th ACM SIGKDD conference on knowledge discovery and data mining. pp. 4549–4560 (2023)
2023
-
[20]
In: Proceedings of the Extended Abstracts of the CHI Conference on Human Factors in Computing Systems
Lu, Y., Yao, B., Gu, H., Huang, J., Wang, Z.J., Li, Y., Gesi, J., He, Q., Li, T.J.J., Wang, D.: Uxagent: An llm agent-based usability testing framework for web de- sign. In: Proceedings of the Extended Abstracts of the CHI Conference on Human Factors in Computing Systems. pp. 1–12 (2025)
2025
-
[21]
arXiv preprint arXiv:2309.08172 (2023)
Ma, K., Zhang, H., Wang, H., Pan, X., Yu, W., Yu, D.: Laser: Llm agent with state- space exploration for web navigation. arXiv preprint arXiv:2309.08172 (2023)
Pith/arXiv arXiv 2023
-
[22]
Manus: Hands on ai (2025), https://manus.im/
2025
-
[23]
Mind trip planner (2025), https://mindtrip.ai/
2025
-
[24]
Naradaaiassistant:Chatwithyourtoolsforgooglechrome(2025),https://narada- ai-assistant-chat-with-your-tools.en.softonic.com/chrome/extension
2025
-
[25]
Penny trip planner (2025), https://www.priceline.com/penny
2025
-
[26]
arXiv preprint arXiv:2504.19793 (2025)
Shi, J., Yuan, Z., Tie, G., Zhou, P., Gong, N.Z., Sun, L.: Prompt injection attack to tool selection in llm agents. arXiv preprint arXiv:2504.19793 (2025)
Pith/arXiv arXiv 2025
-
[27]
Skyvern: Ai browser automation (2025), https://www.skyvern.com/
2025
-
[28]
Surfer h (2025), https://hub.hcompany.ai/
2025
-
[29]
Trip planner (2025), http://Trip.com
2025
-
[30]
Urlhaus database (2025), https://urlhaus.abuse.ch/browse.php
2025
-
[31]
arXiv preprint arXiv:2404.13208 (2024)
Wallace, E., Xiao, K., Leike, R., Weng, L., Heidecke, J., Beutel, A.: The instruc- tion hierarchy: Training llms to prioritize privileged instructions. arXiv preprint arXiv:2404.13208 (2024)
Pith/arXiv arXiv 2024
-
[32]
arXiv e-prints pp
Wang, X., Bloch, J., Shao, Z., Hu, Y., Zhou, S., Zhenqiang Gong, N.: Envinjection: Environmental prompt injection attack to multi-modal web agents. arXiv e-prints pp. arXiv–2505 (2025)
2025
-
[33]
arXiv preprint arXiv:2510.19207 (2025)
Wang, Y., Chen, S., Alkhudair, R., Alomair, B., Wagner, D.: Defending against prompt injection with datafilter. arXiv preprint arXiv:2510.19207 (2025)
arXiv 2025
-
[34]
In: NDSS (2025)
Wu, X., Hu, L., Zeng, E., Habib, H., Bauer, L.: Transparency or information over- load? evaluating users’ comprehension and perceptions of the ios app privacy re- port. In: NDSS (2025)
2025
-
[35]
arXiv preprint arXiv:2410.17401 (2024)
Xu, C., Kang, M., Zhang, J., Liao, Z., Mo, L., Yuan, M., Sun, H., Li, B.: Ad- vweb: Controllable black-box attacks on vlm-powered web agents. arXiv preprint arXiv:2410.17401 (2024)
Pith/arXiv arXiv 2024
-
[36]
arXiv preprint arXiv:2406.00083 (2024)
Xue, J., Zheng, M., Hu, Y., Liu, F., Chen, X., Lou, Q.: Badrag: Identifying vulner- abilities in retrieval augmented generation of large language models. arXiv preprint arXiv:2406.00083 (2024)
Pith/arXiv arXiv 2024
-
[37]
In: Companion Proceed- ings of the 32nd ACM International Conference on the Foundations of Software Engineering
Zhang, Q., Zeng, B., Zhou, C., Go, G., Shi, H., Jiang, Y.: Human-imperceptible retrieval poisoning attacks in llm-powered applications. In: Companion Proceed- ings of the 32nd ACM International Conference on the Foundations of Software Engineering. pp. 502–506 (2024)
2024
-
[38]
In: Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)
Zhang, R., Wang, H., Wang, J., Li, M., Huang, Y., Wang, D., Wang, Q.: From allies to adversaries: Manipulating llm tool-calling through adversarial injection. In: Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). pp. 2009–2028 (2025)
2025
-
[39]
IEEE Transactions on Dependable and Secure Computing21(6), 5242–5258 (2024)
Zhang, X., Xu, H., Ba, Z., Wang, Z., Hong, Y., Liu, J., Qin, Z., Ren, K.: Priva- cyasst: Safeguarding user privacy in tool-using large language model agents. IEEE Transactions on Dependable and Secure Computing21(6), 5242–5258 (2024)
2024
-
[40]
In: 34th USENIX Security Symposium (USENIX Security 25)
Zou, W., Geng, R., Wang, B., Jia, J.:{PoisonedRAG}: Knowledge corruption attacks to{Retrieval-Augmented}generation of large language models. In: 34th USENIX Security Symposium (USENIX Security 25). pp. 3827–3844 (2025)
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.