video-translate
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for interacting with HeyGen's video translation services. It includes standard instructional content, API definitions, and code snippets in Python and TypeScript.
- [DATA_EXFILTRATION]: All network operations target the official HeyGen API domain (
api.heygen.com). Since the skill is authored by 'heygen-com', this is considered legitimate vendor communication. There is no evidence of unauthorized data transfer to third-party domains. - [CREDENTIALS_UNSAFE]: The skill correctly instructs the use of environment variables (
HEYGEN_API_KEY) for authentication. No hardcoded secrets or sensitive configuration file paths are present. - [COMMAND_EXECUTION]: The provided code snippets use standard HTTP libraries (
requests,fetch) and do not involve shell command execution or unsafe subprocess spawning. - [PROMPT_INJECTION]: No patterns associated with prompt injection, jailbreaking, or instruction overriding were detected in the documentation or code examples.
Audit Metadata