build-product-demo
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The scripts
scripts/analyze_demo_pacing.pyandscripts/probe_demo_media.pyutilizesubprocess.runto callffmpegandffprobe. These calls are implemented using list-based argument passing, which protects against shell injection. This behavior is the intended and necessary functionality for media analysis and verification. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from product repositories, media files, and
beat-plan.jsonartifacts. The vulnerability surface is mitigated by including a dedicated validation script (validate_demo_plan.py) and providing clear instructions inSKILL.mdto establish truth boundaries and disclose the use of deterministic fixtures. The ingestion points include the beat plan and media paths, while capabilities are limited to local file analysis and metadata probing.
Audit Metadata