Caveat verdict
u2-tts
Accesses credentials AND encodes data
Uses UNISOUND_APPKEY and UNISOUND_SECRET to call the UniSound documented TTS WebSocket API for Chinese speech synthesis; the example key in the docs is a placeholder and no exfiltration is present.
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 encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
package_install
Findings (4)
Possible hardcoded credential
SKILL.md · code · SECRET='5c12231cd279b35873a3ccecf9439118
Opens WebSocket connection
SKILL.md · frontmatter · WebSocket
Popular HTTP library — network access
SKILL.md · code · got
Python os.getenv — reads environment variable
SKILL.md · code · os.getenv(
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: UNISOUND_SECRET). Requires 1 system binary.
package_installcredential_accessdata_encoding Thanks — recorded.