vobiz-audio-streams
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily instructional documentation for implementing bidirectional audio streaming via WebSockets using the Vobiz API.
- [SAFE]: The provided Node.js code example demonstrates legitimate integration patterns using the standard
wslibrary. It does not include any malicious commands, persistence mechanisms, or unauthorized file access. - [SAFE]: All external references point to the vendor's official API infrastructure (
api.vobiz-ai.com) or generic placeholders for the user's own servers. - [SAFE]: Authentication requirements (
X-Auth-ID,X-Auth-Token) are documented as placeholders for standard API usage rather than being hardcoded secrets. - [SAFE]: The use of Base64 encoding is correctly applied as a data format for binary audio payloads within JSON objects, as per the protocol specification, and is not used for code obfuscation.
Audit Metadata