ClawAudit verdict
hunyuan-video
Accesses credentials AND encodes data
The skill is used for generating videos using Tencent's Hunyuan model, but it requires credentials.
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 encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
package_install
Findings (2)
Python os.environ.get — reads environment variable
scripts/generate.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
scripts/generate.py · prose · downgraded · urllib.request
Permissions & capabilities
Requires 2 environment variables. (2 sensitive: TENCENT_SECRET_ID, TENCENT_SECRET_KEY). Requires 1 system binary.
package_installcredential_accessdata_encodingfile_read Thanks — recorded.