add-multiplayer
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill integrates with PartyKit, which is a reputable real-time networking service owned by Cloudflare.
- [EXTERNAL_DOWNLOADS]: Installs the
partysocketdependency from the public npm registry and uses thepartykitCLI for server-side management. - [COMMAND_EXECUTION]: Employs standard Node.js development commands such as
npm installand platform-specific CLI tools for building and deploying the multiplayer infrastructure. - [CREDENTIALS_UNSAFE]: Adheres to security best practices by recommending the use of
.envfiles for configuration and ensuring they are added to.gitignoreto prevent exposure. - [DATA_EXFILTRATION]: Networking activities are limited to synchronizing game-related state information between clients and the user's own PartyKit server.
Audit Metadata