avatar-video
Fail
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: CRITICALINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided scripts and image descriptions that are sent to external AI models for video generation, creating a surface for potential prompt injection.
- Ingestion points: The
input_textfield inreferences/video-generation.mdand theappearancefield inreferences/photo-avatars.mdaccept arbitrary user strings. - Boundary markers: No delimiters or protective instructions are demonstrated in the provided request examples to prevent the model from following commands embedded in user text.
- Capability inventory: The skill demonstrates network communication with
heygen.comandremotionrendering capabilities. - Sanitization: The reference code does not include sanitization or validation logic for script inputs.
- [SAFE]: The skill targets legitimate, well-known domains for its operations. Sensitive credentials like
HEYGEN_API_KEYare retrieved from environment variables rather than being hardcoded, which aligns with security best practices. Automated scanner alerts on the SKILL.md file were evaluated and determined to be false positives based on common coding patterns.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
Audit Metadata