text-to-speech
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted text input from users or external sources to generate speech audio, which represents an indirect prompt injection surface.
- Ingestion points: The
textparameter in thetext_to_speechfunction and API calls withinSKILL.md. - Boundary markers: None present in the documentation or code examples to delimit user content from instructions.
- Capability inventory: The skill can perform network operations (POST/GET) to
api.heygen.comand provides URLs for file downloads fromresource.heygen.aiandresource2.heygen.ai. - Sanitization: No explicit sanitization, filtering, or validation of the input text is implemented in the provided snippets.
- [SAFE]: All network communications target official HeyGen API and resource domains. The skill correctly instructs the use of environment variables (
HEYGEN_API_KEY) for secret management, avoiding hardcoded credentials.
Audit Metadata