You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "GUI automation MCP server powered by local Vision LLM (Ollama). Control your Windows desktop from Claude Code, Codex CLI, and other MCP clients.",
15
+
"findings": [
16
+
{
17
+
"id": "AS-002",
18
+
"severity": "High",
19
+
"title": "Excessive Permission Surface",
20
+
"description": "tool declares exec permission",
21
+
"recommendation": "Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
29
+
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
30
+
"tool_name": "find"
31
+
},
32
+
{
33
+
"id": "AS-002",
34
+
"severity": "High",
35
+
"title": "Excessive Permission Surface",
36
+
"description": "tool declares exec permission",
37
+
"recommendation": "Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
45
+
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
46
+
"tool_name": "auto"
47
+
},
48
+
{
49
+
"id": "AS-002",
50
+
"severity": "High",
51
+
"title": "Excessive Permission Surface",
52
+
"description": "tool declares exec permission",
53
+
"recommendation": "Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
61
+
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
62
+
"tool_name": "browse"
63
+
},
64
+
{
65
+
"id": "AS-002",
66
+
"severity": "Medium",
67
+
"title": "Excessive Permission Surface",
68
+
"description": "tool declares fs permission",
69
+
"recommendation": "Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.",
70
+
"tool_name": "resize_image"
71
+
},
72
+
{
73
+
"id": "AS-002",
74
+
"severity": "High",
75
+
"title": "Excessive Permission Surface",
76
+
"description": "tool declares exec permission",
77
+
"recommendation": "Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
85
+
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
0 commit comments