Back to Home
zerovizboss icon

CVMA20-7

by zerovizboss

Overview

A mobile Android application that facilitates remote approval of prompts and decisions generated by Claude Code sessions via a local WebSocket bridge, enhancing the developer's AI coding workflow.

Installation

Run Command
node claude_ws_bridge.js

Security Notes

CRITICAL VULNERABILITY: The `src/lwc/queryExecutorMVP/queryExecutorMVP.js` Salesforce Lightning Web Component allows users to input and execute arbitrary JavaScript code using `new Function()`. While there are regex-based sanitization attempts (e.g., blocking `eval`, `window`, `document`), these are highly insufficient and easily bypassable. This presents a severe remote code execution vulnerability, allowing potential data exfiltration, UI manipulation, or other breaches within the Salesforce Lightning environment. Additionally, a Firebase API key is hardcoded in `firebase-config.json`, which is a security anti-pattern.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-20

Tags

AndroidMobile AppWebSocketClaude AIRemote ApprovalDeveloper ToolSalesforceLWC