ui2v-api
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local PowerShell scripts using the -ExecutionPolicy Bypass flag to automate media generation tasks. This is standard for running distributed scripts in a local development environment.
- [COMMAND_EXECUTION]: The skill provides instructions to launch the UI2V desktop application from its standard installation path (C:\Program Files\UI2V\UI2V.exe) if the local API is unreachable.
- [DATA_EXFILTRATION]: All network operations are strictly limited to the local IP 127.0.0.1. No external data transmission or sensitive file access was observed.
- [PROMPT_INJECTION]: User prompts are processed to generate media content. These prompts are correctly encapsulated in JSON payloads using ConvertTo-Json, which prevents them from being misinterpreted as commands or script logic.
Audit Metadata