unity-multiplayer-mobile-webgl
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides legitimate guidance and templates for Unity game development.
- [EXTERNAL_DOWNLOADS]: The skill references official SDKs and tools for Colyseus and Nakama. These are industry-standard frameworks for game networking and are sourced from their official repositories (e.g., Colyseus, Heroic Labs, and NativeWebSocket).
- [COMMAND_EXECUTION]: A project scaffolding script (
scripts/scaffold-project.sh) is included to assist users in initializing projects. This script uses standardnpmandnpxcommands and is intended for local execution by the developer. - [DATA_EXFILTRATION]: Networking code templates in the
assets/directory implement standard WebSocket protocols for game state synchronization. The client managers connect to server endpoints defined by the developer in the Unity Inspector.
Audit Metadata