ios-qa
Audited by Socket on Sep 17, 2026
2 alerts found:
Anomalyx2This DEBUG-only Swift module implements high-sensitivity UI automation/inspection: it can capture screenshots (PNG) and snapshot detailed accessibility/UI metadata (labels/values/frames), then execute command-driven UI mutations (tap/type/swipe/scroll) based on externally supplied op/payload values. While this fragment shows no direct networking/process/keychain behavior, its screenshot + accessibility harvesting and generic UI control primitives are powerful and could enable privacy-invasive data collection and unauthorized interaction if paired with a transport or command source outside trusted test environments.
This fragment is not obviously malicious in the classic sense (no network exfiltration, credential harvesting, or process execution). However, it is highly security-sensitive: it uses private frameworks/APIs, dynamically enables accessibility automation, and injects synthetic UITouch/UIEvent and IOHID digitizer events through UIApplication. Such behavior is consistent with UI automation/testing but could be repurposed for abuse (e.g., driving unintended UI actions) if shipped outside controlled debug/test environments. Review/verify that it is gated to DEBUG-only and not reachable in production, and ensure the package cannot be abused to simulate user actions unexpectedly.