ofox-video-core
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a library of functions to interact with the
api.ofox.aiservice. All network operations are directed towards this vendor-owned API or related content delivery networks (CDNs) for downloading generated video results. - [CREDENTIALS_SAFE]: The skill documentation and the
ofox-video.shscript enforce strict safety rules for theOFOX_API_KEY, reading it only from the environment and explicitly avoiding logging or printing it in any output. The script is designed to fail gracefully if the key is missing without leaking sensitive environment information. - [INDIRECT_PROMPT_INJECTION]: The skill ingests user-supplied prompts and external image/video URLs as reference data for video generation. While this constitutes an attack surface, the risk is mitigated by using
jqfor the safe construction of JSON request bodies, which prevents prompt injection into the API protocol layer. Furthermore, the skill sanitizes prompt-derived text using thebuild_output_slugfunction when generating local filenames, effectively preventing directory traversal attacks.
Audit Metadata