obs-websocket
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates remote control of OBS Studio using the official obs-websocket v5 wire protocol, supporting requests, events, and request batches.
- [SAFE]: The accompanying Python script (
scripts/wsctl.py) reads the local OBS configuration file (e.g.,config.jsonin the application support directory) to auto-discover connection parameters and the server password. This behavior is consistent with the skill's primary purpose and allows for seamless automation of the local OBS instance. - [SAFE]: The skill correctly implements the protocol's SHA-256 challenge-response authentication, ensuring that credentials are never transmitted in an insecure manner.
- [SAFE]: Network activity is restricted to the WebSocket protocol communicating with the local or user-defined OBS server. No suspicious or unauthorized data exfiltration patterns were identified.
Audit Metadata