short-drama-delivery-audit
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script executes
ffprobeto verify media files. This is limited to a specific binary and utilizessubprocess.runwith a static list of arguments, minimizing the risk of shell injection. - [DATA_EXFILTRATION]: The skill implements strict data boundaries. It explicitly filters incoming and outgoing data, removing sensitive tokens, signed URLs, and provider secrets before producing a verdict.
- [PROMPT_INJECTION]: The skill is configured with
disable-model-invocation: trueand does not interact with an LLM, making it immune to traditional prompt injection attacks. - [CREDENTIALS_UNSAFE]: The code contains robust regex-based sanitization (
_safe_tokenand_safe_policy_code) to detect and discard strings resembling API keys (e.g., 'sk-', 'bearer') or internal request IDs from its output.
Audit Metadata