argent-device-interact
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill retrieves and processes untrusted UI data from external applications, which can serve as a vector for indirect prompt injection. Combined with the skill's high-impact interaction capabilities, this presents a risk of manipulated agent behavior.
- Ingestion points: UI trees gathered through
describe,native-describe-screen, anddebugger-component-tree, as well as visual data fromscreenshot(documented inSKILL.md). - Boundary markers: There are no documented instructions for the agent to treat UI-extracted text as untrusted or to ignore embedded instructions within that text.
- Capability inventory: The agent can perform significant actions based on these inputs, including simulated typing (
keyboard), navigating to arbitrary URLs (open-url), and browser-level code execution (debugger-evaluate). - Sanitization: No sanitization or validation mechanisms are described for the text content extracted from application screens.
- [DATA_EXFILTRATION]: The skill provides tools to access sensitive browser-related data that could potentially be exfiltrated if the agent is compromised or misled.
- Evidence: The
chromium-cookiesandchromium-storagetools (detailed inreferences/chromium.md) allow the reading of all browser cookies (includingHttpOnly) and Web Storage (local and session storage) for the active target. - [DYNAMIC_EXECUTION]: The skill supports executing arbitrary scripts within Chromium-based application environments.
- Evidence: The
debugger-evaluatetool (referenced inreferences/chromium.md) allows for the evaluation of JavaScript code directly within the context of the active browser tab.
Audit Metadata