websocket

Pass

Audited by Gen Agent Trust Hub on Mar 11, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The provided Cangjie code examples for WebSocket communication follow standard implementation patterns without any malicious intent or hidden commands.
  • [DATA_EXFILTRATION]: The code specifically uses the localhost address (127.0.0.1) for server and client examples, ensuring that network traffic remains restricted to the local environment and preventing unauthorized external data transmission.
  • [PROMPT_INJECTION]: The skill implements logic to read external network data via WebSocket frames. While it lacks explicit boundary markers for this untrusted data, it does not perform any dangerous operations with the received content, such as executing it as code or using it to modify system state, which effectively mitigates injection risks in this context.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 11, 2026, 03:56 AM