ClawAudit verdict
avatar-video
Accesses credentials AND makes external network calls
A HeyGen API client for AI avatar video generation; credential_access reads HEYGEN_API_KEY solely for authenticating requests to the declared HeyGen endpoints, matching the stated purpose.
Automated static analysis — not a human review. ClawAudit 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 ClawAudit 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 (6)
Accesses sensitive environment variables
references/assets.md · code · process.env.HEYGEN_API_KEY
POSTs data to external URL
references/assets.md · code · .post(
"https://
References webhook/callback URL
references/templates.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-generation.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.