omnihuman-video
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWNO_CODE
Full Analysis
- Indirect Prompt Injection (LOW): The skill provides instructions for handling external data via URLs (
image_url,audio_url). This creates a standard ingestion surface for untrusted content. However, because the skill lacks local code execution capabilities (such as Python scripts or shell commands) and does not interact with sensitive local files, the risk is limited to the security of the downstream service. - Ingestion points:
image_urlandaudio_urlparameters within thesubmit_tasktool call. - Boundary markers: None specified in the markdown instructions.
- Capability inventory: The skill is restricted to triggering external API tasks; it has no file-system access or dynamic execution capabilities.
- Sanitization: Not defined in the skill; implementation depends on the underlying agent's tool-calling logic.
- Metadata Analysis (SAFE): The
_meta.jsonand YAML frontmatter contain standard descriptive information consistent with the skill's stated purpose.
Audit Metadata