computer-use-agents
Warn
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill implements desktop automation using the
pyautoguilibrary, which allows the AI agent to perform mouse movements, clicks, and keyboard inputs on the host system. - [REMOTE_CODE_EXECUTION]: The
AnthropicComputerUseimplementation includes abashtool (BetaToolBash20241022), enabling the agent to execute arbitrary shell commands within its environment. - [DATA_EXFILTRATION]: The skill captures full-screen screenshots using
pyautogui.screenshot()andscrot, which are then sent to the vision model for processing. This presents a risk of exfiltrating sensitive or private information visible on the user's desktop. - [COMMAND_EXECUTION]: The agent uses
subprocess.runto call system binaries likescrotfor taking screenshots. - [REMOTE_CODE_EXECUTION]: The skill includes the
str_replace_editortool, which grants the agent the ability to view and modify files on the filesystem. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection through its ingestion of untrusted data.
- Ingestion points: Screen captures and outputs from shell commands.
- Boundary markers: Absent; there are no clear delimiters used to separate user instructions from potentially malicious content found on-screen.
- Capability inventory: Full desktop control via
pyautogui, shell access viabash, and file system access via the text editor tool. - Sanitization: Absent; the skill does not provide mechanisms to filter or validate text or instructions encountered during screen analysis.
Audit Metadata