ai-media-quality-review

Pass

Audited by Gen Agent Trust Hub on Sep 12, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The bundled Python script executes ffmpeg and ffprobe. The implementation uses list arguments for subprocess.run in scripts/inspect_media.py, adhering to security best practices by avoiding shell interpretation and preventing command injection vulnerabilities.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided media files to generate quality reports.\n
  • Ingestion points: The scripts/inspect_media.py script accepts a media file path as input.\n
  • Boundary markers: The agent is provided with specific, structured review instructions in SKILL.md to guide its evaluation.\n
  • Capability inventory: The script scripts/inspect_media.py uses subprocess.run to call ffprobe and ffmpeg for metadata extraction and artifact creation, and writes JSON and image files to the local disk.\n
  • Sanitization: External tool output is parsed using json.loads and specific regular expressions to ensure only expected data is processed.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 12, 2026, 05:10 PM
Security Audit — agent-trust-hub — ai-media-quality-review