add-read-aloud
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official x.AI documentation and API endpoints (
api.x.ai/v1/tts,wss://api.x.ai/v1/tts). These are well-known, trusted vendor resources for AI services. - [COMMAND_EXECUTION]: Provides a
curlexample for smoke testing the API. The command is educational and targets the official x.AI endpoint. - [SAFE]: Code snippets demonstrate best practices for secret management by using
process.env.XAI_API_KEYrather than hardcoding credentials. No malicious patterns such as obfuscation, persistence, or data exfiltration were detected.
Audit Metadata