qa
Audited by Socket on Aug 1, 2026
1 alert found:
AnomalyThis module is not overtly malicious in the sense of executing shell commands, loading dynamic code, or performing network operations itself. However, it provides highly sensitive DEBUG functionality: (1) screenshot capture of the active UI and (2) deep accessibility-tree harvesting (labels/values/identifiers/frames) that could expose private user data, and (3) UI automation that can synthesize taps and type into the first responder. If any downstream transport exists (in DebugBridgeCore/Touch) that sends this data off-device, the privacy/exfiltration risk becomes significant. As written, risk is mainly tied to deployment context (debug builds) and whether the captured/command data is transmitted or controlled securely by callers.