grok-video
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes requests to
api.acedata.cloudfor video generation and status polling. These network operations target the official infrastructure of the skill author (acedatacloud). - [CREDENTIALS_UNSAFE]: Adheres to security best practices by instructing the user to store the
ACEDATACLOUD_API_TOKENin a.envfile rather than hardcoding it within scripts or instructions. - [PROMPT_INJECTION]: As the skill processes user-supplied text prompts and external image URLs to generate video, it possesses an inherent surface for indirect prompt injection.
- Ingestion points:
prompt,image_url, andreference_image_urlsparameters defined inSKILL.md. - Boundary markers: None present; the skill does not define specific delimiters to isolate external data from instructions.
- Capability inventory: The agent uses
curlto transmit data to the external AceDataCloud API. - Sanitization: The instructions do not specify any validation or sanitization of the input strings or URLs before they are processed.
Audit Metadata