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 ffprobe to verify media files. This is limited to a specific binary and utilizes subprocess.run with 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: true and does not interact with an LLM, making it immune to traditional prompt injection attacks.
  • [CREDENTIALS_UNSAFE]: The code contains robust regex-based sanitization (_safe_token and _safe_policy_code) to detect and discard strings resembling API keys (e.g., 'sk-', 'bearer') or internal request IDs from its output.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 7, 2026, 08:35 PM
Security Audit — agent-trust-hub — short-drama-delivery-audit