gnome-ui-cli — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gnome-ui-cli (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The gnome-ui-mcp CLI lets you automate the GNOME desktop from the terminal.
Install and run via uv:
uv run gnome-ui-mcpOr via Docker:
./scripts/run-docker-mcp.shThe server communicates over stdio using JSON-RPC (MCP protocol).
list_applications and find_elements to locate UI targetsaccessibility_tree to understand element hierarchyclick_element, type_text, press_key to interactscreenshot or assert_element to confirm resultsSend a ping to verify the server is working:
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"0.1"}}}' \
| uv run gnome-ui-mcpuv run gnome-ui-mcp # stdio (default)
uv run gnome-ui-mcp --transport sse # Server-Sent Events
uv run gnome-ui-mcp --transport streamable-http # Streamable HTTPThe server requires these environment variables to be set (they are typically available in a GNOME Wayland session):
DBUS_SESSION_BUS_ADDRESSXDG_RUNTIME_DIRWAYLAND_DISPLAYDISPLAYXDG_SESSION_TYPEAdd to .mcp.json in your project:
{
"mcpServers": {
"gnome-ui": {
"command": "uv",
"args": ["run", "gnome-ui-mcp"]
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.