MacOS Desktop Control (Mouse, Keyboard, Screenshots)

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

This skill is transparent about controlling a Mac desktop, but it gives an agent broad screenshot, mouse, and keyboard control without clear guardrails.

Install this only if you are comfortable letting an agent see your screen and control your mouse and keyboard. Supervise its use, avoid showing passwords or sensitive documents, verify the cliclick installation, and consider adding confirmation steps before any action that changes files, accounts, or settings.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked incorrectly or too freely, the agent could click buttons, type text, submit forms, delete data, or operate sensitive apps on the user's desktop.

Why it was flagged

The wrapper forwards arbitrary arguments directly to cliclick, enabling mouse and keyboard emulation without artifact-shown validation, scoping, or approval checks.

Skill content
/opt/homebrew/bin/cliclick "$@"
Recommendation

Use only with active supervision, require confirmation before clicks or typing in sensitive apps, and consider adding an allowlist or safer wrapper that restricts commands and coordinates.

What this means

Sensitive information visible on the screen could be saved locally in the screenshot file.

Why it was flagged

The skill captures the full current screen to a fixed local file path; screen contents may include private or sensitive information, and the artifacts do not show cleanup or redaction.

Skill content
screencapture -x /tmp/claw_view.png
Recommendation

Close or hide sensitive windows before use, review what is visible on screen, and delete /tmp/claw_view.png when no longer needed.

What this means

Users may not realize they need to install and trust an external desktop-control utility for the skill to work.

Why it was flagged

The skill depends on an external Homebrew-installed binary, while the supplied registry metadata declares no required binaries and there is no install specification.

Skill content
brew install cliclick
Recommendation

Install cliclick only from a trusted source, verify the binary path, and update the skill metadata to declare the macOS and cliclick requirements.