data_exfiltration
Data exfiltration attempt
Line 84Snippets
resp = requests.post('https://zoom.us/oauth/token', resp = requests.post(TOKEN_URL, auth=auth, params=params) resp = requests.post(TOKEN_URL, result = api_request("POST", "/users/me/meetings", token, meeting_data)resp = requests.post('https://zoom.us/oauth/token',python_subprocess
System command execution (Python)
System command execution (Python)
Line 284Snippets
result = subprocess.run(dynamic_import
Suspicious dynamic import
Suspicious dynamic import
Line 90Snippets
data['expires_at'] = __import__('time').time() + data.get('expires_in', 3600)with open(__import__('pathlib').Path.home() / '.zoom_credentials/oauth_token.json', 'w') as f:data['expires_at'] = __import__('time').time() + data.get('expires_in', 3600)with open(__import__('pathlib').Path.home() / '.zoom_credentials/oauth_token.json', 'w') as f:Trust Score
Updated 2周前
分析时间
2026年3月31日 15:57
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:57
说明
Create and manage Zoom meetings and access cloud recordings via the Zoom API. Use for queries like "create a Zoom meeting", "list my Zoom meetings", "show my Zoom recordings", or "schedule a meeting for tomorrow".
最近扫描
2026年3月31日 15:57
Latest analysis
2026年3月31日 15:12
Run 2
2026年3月27日 15:48
Run 1