flux-3-product-ads
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external manifest files and media content to drive the assembly pipeline, creating a potential surface for indirect injection.
- Ingestion points: Content manifest (
spots.manifest.json), graphics configuration (spots.graphics.json), and generated video/audio plates. - Capability inventory: The pipeline utilizes
ffmpeg,python3, andnpxfor media processing, assembly, and rendering. - Sanitization: The skill includes explicit instructions to validate slugs, paths, and copy text before they are used in shell commands or
filter_complexstrings. - Boundary markers: The design recommends using semantic gates with falsifiable assertions and human-in-the-loop review to verify depicted content.
- [COMMAND_EXECUTION]: The workflow involves dynamic assembly of
ffmpegcommand strings and execution of external tools likenpx remotionandpython3scripts. - Evidence: Sections 4 and 5 of
SKILL.mddescribe usingffmpegfilters andpython3for timing derivation and assembly. - Mitigation: The skill emphasizes that inputs must be validated before reaching shell commands to prevent injection.
- [DYNAMIC_EXECUTION]: The repository provides a reference design for an agent to implement and execute custom Python and Node.js modules for video processing.
- Evidence:
references/pipeline.mddefines interfaces for modules likespotkit.pyandexport_timing.pyto be built and run by the agent. - [EXTERNAL_DOWNLOADS]: The skill references documentation and licensing from the vendor's official domain and well-known services.
- Evidence: Mentions
docs.bfl.aiandapi.bfl.ai(vendor resources) andremotion.dev(a well-known video framework).
Audit Metadata