Caveat verdict
video-translate
Accesses credentials AND writes files
This skill calls HeyGen's documented /v2/video_translate API using the user's own HEYGEN_API_KEY to translate and dub videos, straightforward legitimate use consistent with its stated video translation purpose.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
network_out
file_read+write
Findings (4)
References webhook/callback URL
SKILL.md · code · callback_url
Accesses sensitive environment variables
SKILL.md · code · process.env.HEYGEN_API_KEY
POSTs data to external URL
SKILL.md · code · .post(
"https://
Makes HTTP request to external URL
SKILL.md · code · fetch("https://
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: HEYGEN_API_KEY).
network_outcredential_accessnetwork_infile_write Thanks — recorded.