ClawAudit verdict

xiaolongxia-bailian-tts

88
๐ŸŸข Trusted
Low risk โ€” reviewed by ClawAudit, behavior matches stated purpose

Text-to-speech skill using Alibaba Bailian qwen3-tts models with user-supplied credentials; a straightforward TTS generation workflow.

โš  Flagged for review โ€” coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

38
security
20
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime โ€” transitive dependencies are not auditable

package_install

Findings (3)

Pattern match critical

Possible hardcoded credential

SKILL.md ยท code ยท API_KEY="sk-your-api-key

Pattern match medium

pip3 install โ€” installs Python packages at runtime

SKILL.md ยท code ยท pip3 install

Pattern match low

Python os.getenv โ€” reads environment variable

scripts/tts.py ยท prose ยท downgraded ยท os.getenv(

Permissions & capabilities

No declared permissions โ€” minimal attack surface.

credential_accesspackage_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API