tip-gui-skill
Audited by Socket on Mar 29, 2026
1 alert found:
SecurityNo clear overt malware (e.g., reverse shell, persistence, cryptomining, hardcoded command-and-control) is evident in this fragment. The dominant risk is functional and supply-chain/privilege risk: it captures the user’s macOS screen, persists screenshots to disk, and transmits screenshot content (base64 images) to local endpoints and a configurable OpenAI-compatible service using API credentials from local settings. It also prepares GUI automation actions via pyautogui through an undefined execution path, and the provided fragment contains missing/undefined elements (execute_with_tip, action_code placeholder), preventing assurance about how securely action execution is constrained. Treat this as a high-privilege agent module requiring containment and a full review of TIP_LOCAL_ENV and the missing helper(s).