subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
activate end tell ''' subprocess.run(['osascript', '-e', script]) time.sleep(2) def navigate_to_publish_page(self):- Confidence
- 82% confidence
- Finding
- The script uses AppleScript to control the user's existing Chrome session and activate/create windows without any consent gate. In the context of an agent skill, browser automation against the user's live session can manipulate authenticated web apps and interfere with unrelated tabs, which creates a real integrity and privacy risk even though the script is not overtly malicious.
