srt-from-script
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a text-parsing utility using standard Python libraries. It processes script text provided through standard input and generates a subtitle file at a specified local path without malicious behavior.
- [COMMAND_EXECUTION]: The entrypoint executes a local Python script to perform text processing. The script handles user-defined parameters for timing offsets and gaps, ensuring they are non-negative before processing.
- [DATA_EXFILTRATION]: The skill utilizes the filesystem-write capability to save generated subtitles. This behavior is restricted to the user-provided output path and is consistent with the skill's stated purpose of creating SRT files.
- [PROMPT_INJECTION]: The skill processes external script data but does not invoke a large language model on the input, mitigating the risk of instructions embedded in the voiceover text being executed.
Audit Metadata