pexoai-agent
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a video generation workflow by relaying user requests to the Pexo API. The agent acts as a mediator, ensuring user input is passed correctly to the professional backend.
- [SAFE]: Network operations are restricted to the vendor's official domain (
pexo.ai) and signed download URLs for media assets retrieved from the API. - [SAFE]: Credential management follows industry best practices for CLI tools, using a local configuration file (
~/.pexo/config) to store the API key, which is then used in standard Authorization headers. - [SAFE]: Dependency requirements are limited to standard, well-known system utilities (
curl,jq,file) commonly found in developer environments. - [SAFE]: The agent's role is strictly defined as a "Delivery Worker," which limits autonomy and ensures that user messages are relayed accurately without independent creative overrides that could lead to unexpected or unsafe behavior.
- [SAFE]: Error handling and troubleshooting documentation provide clear guidance for the agent to help users resolve issues without concealing the underlying operations or performing unauthorized actions.
Audit Metadata