video-creation-suite

Warn

Audited by Socket on Jul 27, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
scripts/coze_bot_client.py

This module is best characterized as an API client that transmits user prompts and optional local image content to a remote Coze endpoint, and can save model responses to disk. There is no clear evidence of classic malware capabilities (no exec/subprocess/backdoor/persistence, no additional suspicious network destinations). However, the presence of hardcoded fallback API credentials is a serious supply-chain/secrets red flag, and the error/printing/output handling may leak remote response content into logs or saved JSON. Treat the credential handling as the key security issue requiring immediate remediation (remove hardcoded secrets, enforce configuration, and minimize stored/printed response details).

Confidence: 70%Severity: 75%
AnomalyLOW
scripts/sound_generator.py

No explicit malicious functionality is evident in this module: it primarily performs audio generation (remote API + polling + download) or local WAV synthesis, and it does not include backdoors, command execution, or obvious data theft. However, it presents moderate operational security risk due to (1) unsafe filename construction from untrusted title/name values (potential path traversal/overwrite), and (2) unvalidated downloading from audio_url returned by a remote API (potential SSRF-like behavior if the upstream response can be influenced). Additional review is recommended for the unseen retry/logger components and to harden filename sanitization, URL allowlisting, and logging practices.

Confidence: 65%Severity: 55%
Audit Metadata
Analyzed At
Jul 27, 2026, 01:21 AM
Package URL
pkg:socket/skills-sh/anbeime%2Fskill%2Fvideo-creation-suite%2F@0a44a82a062f2e2bab9d3dbb9570e0cd1e36e7a4d26f0a788a182da6bac5ab05
Security Audit — socket — video-creation-suite