cheatengine
Advanced tools
+1
-1
| { | ||
| "name": "cheatengine", | ||
| "version": "5.8.24", | ||
| "version": "5.8.25", | ||
| "description": "Cheat Engine MCP Server - AI-assisted reverse engineering bridge", | ||
@@ -5,0 +5,0 @@ "main": "ce_mcp_server.js", |
+12
-3
@@ -203,7 +203,16 @@ /** | ||
| "Cheat Engine MCP Bridge not running. " + | ||
| "Load 'ce_mcp_bridge.lua' in CE (Table -> Show Cheat Table Lua Script -> Execute)" | ||
| "Steps to fix:\n" + | ||
| "1. Open Cheat Engine\n" + | ||
| "2. Table -> Show Cheat Table Lua Script\n" + | ||
| "3. Load or paste ce_mcp_bridge.lua\n" + | ||
| "4. Click Execute\n" + | ||
| "5. Wait for 'MCP' label to appear in CE toolbar" | ||
| ), | ||
| [ERROR_PIPE_BUSY]: "Pipe busy - another client may be connected", | ||
| [ERROR_PIPE_BUSY]: "Pipe busy - another client may be connected. Wait a moment and try again.", | ||
| [ERROR_ACCESS_DENIED]: "Access denied - try running as administrator", | ||
| [ERROR_BROKEN_PIPE]: "Connection lost - restart bridge script in CE", | ||
| [ERROR_BROKEN_PIPE]: ( | ||
| "Connection lost to Cheat Engine. " + | ||
| "This happens when CE is closed. " + | ||
| "Please restart CE and reload ce_mcp_bridge.lua" | ||
| ), | ||
| }; | ||
@@ -210,0 +219,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
379569
0.08%1671
0.54%