ClawAudit verdict

avatar-video

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

15
security
40
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (6)

Pattern match medium

Accesses sensitive environment variables

references/assets.md · code · process.env.HEYGEN_API_KEY

Pattern match medium

POSTs data to external URL

references/assets.md · code · .post( "https://

Pattern match medium

References webhook/callback URL

references/templates.md · code · callback_url

Pattern match medium

References tunneling service

references/webhooks.md · code · ngrok

Pattern match low

Makes HTTP request to external URL

references/assets.md · code · fetch("https://

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API