UI-Agent
Analysis
This skill is a powerful browser and desktop automation framework with shell and browser-session access, so it should be reviewed carefully before installation.
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.
`ctrl._send(method, params)` ... Common commands: `Page.navigate`, `Runtime.evaluate`, `Input.insertText`, `Storage.getCookies`; `ctrl.js(code)` — Execute JavaScript in page context
The skill exposes low-level browser-control and arbitrary JavaScript execution primitives rather than a narrow set of safe, task-specific actions.
`shell(command)` — Purpose: Execute shell command ... Example: `success, out, err = agent.shell("ls -la")`The skill documents a raw shell execution interface, which can run arbitrary local commands if invoked.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
The registry metadata does not provide a clear source or install contract, even though the artifacts include executable code and documentation for installing dependencies.
Status: Ready for GitHub Deployment (7/8 Real + 1 Known Limitation) ... 1 test blocked by VirtualBox environment
This conflicts with other artifact claims such as `15/15 verified tests` and `ALL 8 TESTS VERIFIED & PASSING`, making the production-readiness and verification claims inconsistent.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`Storage.getCookies` - Read cookies (for session persistence) ... `for cookie in saved: js = f"document.cookie = '{cookie['name']}={cookie['value']}...'"`Cookies are session credentials. The documented workflow reads browser cookies and restores them into a browser session.
