July 2026Unreviewed
DualView: Preventing Indirect Prompt Injection in Personal AI Agents
Juhee Kim, Woohyuk Choi, Taehyun Kang, Youngmin Kim, Byoungyoung Lee
Abstract
Personal AI agents that run on the user's local machine, such as OpenClaw, automate daily tasks including web search, email, and file management. Their access to computer resources, including the network, file system, and shell, exposes them to indirect prompt injection (IPI) attacks. Prior Dual LLM defenses block IPI by replacing untrusted data with symbols that the agent can reference but not read. However, they track untrusted data only inside the agent's context, so when the agent saves and
Categories
Framework mappings
OWASP Top 10 for LLM Applications
- LLM01Prompt Injection
MITRE ATLAS
- AML.T0051LLM Prompt Injection
Suggested from the entry's categories.
Cite
@misc{kim2026dualview,
title = {{DualView: Preventing Indirect Prompt Injection in Personal AI Agents}},
author = {Juhee Kim and Woohyuk Choi and Taehyun Kang and Youngmin Kim and Byoungyoung Lee},
year = {2026},
month = jul,
eprint = {2607.03821},
archivePrefix = {arXiv},
url = {https://arxiv.org/abs/2607.03821}
}