TuriX Computer Use
Analysis
This skill openly provides an autonomous macOS desktop-control agent, but it requires broad screen-recording/accessibility permissions and runs external TuriX code, so users should review and tightly limit it before installing.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
For multi-step visual workflows (e.g., "Find the latest invoice in my email and upload it to the company portal").
The skill is intended to operate arbitrary desktop and web UIs, including workflows involving email and business portals, without clearly documented confirmation gates for sensitive changes or uploads.
Set up TuriX following the official repository: `https://github.com/TurixAI/TuriX-CUA` ... `pip install -r requirements.txt`
The skill depends on separately obtained external code and dependencies rather than a supplied, pinned install specification, and that external project is what the helper script is designed to run.
The agent can resume interrupted tasks by setting a stable `agent_id` ... Background output is buffered - you won't see live progress until task completes or stops
Resume and buffered background execution are disclosed, but they mean the user may have less live visibility into an autonomous desktop-control process.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Screen Recording: ... Add Terminal, VS Code ... Add `/your_install_dir/bin/node` ... Accessibility: ... Add Terminal, VS Code, Node, and `/usr/bin/python3`.
The setup asks the user to grant system-level screen observation and UI-control permissions to broad developer/runtime processes, which can expose or act through existing local sessions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Memory: Maintains context across task steps ... Logs are saved to `.turix_tmp/logging.log` ... LLM interactions and reasoning
The skill discloses local memory and logging of agent activity, which is expected for this kind of automation but may retain sensitive task context.
