Caveat verdict
create-video
Accesses credentials AND makes external network calls
A clean HeyGen video generation skill that uses the user's own HEYGEN_API_KEY to call documented HeyGen API endpoints; all network calls go to heygen.com for their stated purpose of creating videos.
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 makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
Findings (7)
Accesses sensitive environment variables
references/assets.md · code · process.env.HEYGEN_API_KEY
POSTs data to external URL
references/assets.md · code · .post(
"https://
Popular HTTP library — network access
references/prompt-optimizer.md · code · got
References webhook/callback URL
references/video-agent.md · code · callback_url
References tunneling service
references/webhooks.md · code · ngrok
Makes HTTP request to external URL
references/assets.md · code · fetch("https://
Base64 encoding/decoding
references/video-agent.md · prose · downgraded · base64-encode
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: HEYGEN_API_KEY).
network_outcredential_access Thanks — recorded.