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
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:57
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:57
Description
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".
Scans recents
31 mars 2026, 15:57
Latest analysis
31 mars 2026, 15:12
Run 2
27 mars 2026, 15:48
Run 1