ios-qa

Warn

Audited by Socket on Sep 17, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
templates/Bridges.swift.template

This 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.

Confidence: 61%Severity: 62%
AnomalyLOW
templates/DebugBridgeTouch.m.template

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.

Confidence: 65%Severity: 58%
Audit Metadata
Analyzed At
Sep 17, 2026, 01:08 PM
Package URL
pkg:socket/skills-sh/garrytan%2Fgstack%2Fios-qa%2F@cef9be82e4071b3441e98a17b859eb1d7745461daf8d8d943cfc137a15d11bf2
Security Audit — socket — ios-qa