add-captions-klap
Fail
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: HIGHDATA_EXFILTRATIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill exposes user content by uploading video files to public anonymous file-hosting services.
scripts/klap_caption.pycontains functionscatbox_uploadandtmpfiles_uploadthat send local files to public web endpoints.- The
host_inputfunction inscripts/klap_caption.pyuses these anonymous hosts by default when nosource_urlis provided. - [EXTERNAL_DOWNLOADS]: Automated scanners identified a malicious URL within the skill's code.
- The endpoint
https://tmpfiles.org/api/v1/uploadused inscripts/klap_caption.pywas flagged by the URLite scanner as associated with botnet activity. - [COMMAND_EXECUTION]: The skill performs shell command execution using local system tools.
scripts/klap_caption.pyexecutesffprobeto determine video dimensions using user-provided input paths.scripts/make_klap_style_subs.pyexecutesffmpegto burn subtitles into video files, incorporating file paths directly into the command string.- These subprocess calls rely on paths derived from user input without explicit sanitization, which can be a vector for command injection.
Recommendations
- AI detected serious security threats
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata