video-add-chapters

Pass

Audited by Gen Agent Trust Hub on Apr 16, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill performs command execution using subprocess.run with argument lists for tools like FFmpeg and FFprobe. This pattern is secure as it avoids shell invocation, effectively mitigating command injection risks even when processing user-provided file paths.\n- [SAFE]: Authentication for the transcription service is managed through the standard OPENAI_API_KEY environment variable. The skill correctly utilizes the official OpenAI Python SDK and does not hardcode or exfiltrate sensitive credentials.\n- [SAFE]: No patterns of prompt injection, role-play bypasses, or instructions to ignore safety filters were found in the SKILL.md or associated Python scripts. The skill's instructions remain focused on its primary video processing utility.\n- [SAFE]: File system interactions are limited to reading the input video and writing transcript metadata and markdown documents to user-specified directories. No persistence mechanisms or unauthorized file modifications were detected.\n- [SAFE]: The skill uses standard markdown templates and simple regex-based cleaning/detection logic that does not involve dynamic code execution (eval/exec) or unsafe data deserialization.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 16, 2026, 02:49 PM