ClawAudit verdict

voice-ai-tts

openclaw-skill-voice-ai-voices

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

TTS skill that sends text to the official Voice.ai API using a user-supplied VOICE_AI_API_KEY and writes audio output locally; the security notes explicitly document all data flows with no hidden transmissions.

⚠ 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.

18
security
60
transparency
100
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (7)

Pattern match critical

Possible hardcoded credential

SKILL.md · frontmatter · API_KEY: "required

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

Accesses sensitive environment variables

SKILL.md · code · process.env.VOICE_AI_API_KEY

Pattern match medium

References child_process — can spawn system processes

SECURITY.md · prose · downgraded · child_process

Pattern match low

Node http/https module — low-level network access

voice-ai-tts-sdk.js · prose · downgraded · require('https')

Pattern match low

Opens WebSocket connection

voice-ai-tts.yaml · prose · downgraded · WebSocket

Pattern match low

POSTs data to external URL

voice-ai-tts.yaml · prose · downgraded · .post( "https://

Permissions & capabilities

Requires 1 system binary.

credential_accessfile_read

Is this flag fair?

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