mano-cua

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: mano-cua Version: 1.0.15 The 'mano-cua' skill (SKILL.md) provides GUI automation by capturing screenshots and simulating user input, which are high-risk capabilities. While the documentation describes legitimate use cases and includes safety features like a local-only mode and step limits, the tool's default behavior involves sending primary-display screenshots to cloud services for vision analysis. The requirement to install an external binary via a third-party Homebrew tap (Mininglamp-AI/tap/mano-cua) and the inherent risks of screen-recording and input-injection tools justify a suspicious classification despite the lack of clear malicious intent.

Findings (0)

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

A mistaken instruction or model error could click, type, or change content in apps that are open and visible.

Why it was flagged

This shows the skill can operate the user's desktop UI. The behavior is central to the skill's purpose and is described as bounded, but it can still change visible app or account state if the task directs it.

Skill content
The agent performs bounded GUI actions (click, type, scroll, drag) only within the user-specified task scope
Recommendation

Use narrow task descriptions, prefer --app or --url, set --max-steps for risky tasks, watch the status panel, and use mano-cua stop if behavior looks wrong.

What this means

Sensitive information visible on the screen could be included in cloud inference screenshots.

Why it was flagged

The artifact discloses a provider/model data flow involving screenshots. This is expected for cloud visual automation, but screenshots may contain sensitive information visible on the primary display.

Skill content
In cloud mode, only the primary-display screenshot is sent transiently via HTTPS for the current inference step
Recommendation

Use --local when possible, close or hide unrelated sensitive windows, and avoid cloud mode for confidential screens.

What this means

Installing the skill requires trusting the upstream Homebrew tap and released binary.

Why it was flagged

The runnable capability is provided by an external binary package rather than code included in the supplied artifacts. This is a normal install pattern, but the binary's implementation was not available for static review here.

Skill content
brew | formula: Mininglamp-AI/tap/mano-cua | creates binaries: mano-cua
Recommendation

Verify the GitHub project and release source, keep the package updated, and install only from the documented upstream.