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 partysocket dependency from the public npm registry and uses the partykit CLI for server-side management.
  • [COMMAND_EXECUTION]: Employs standard Node.js development commands such as npm install and platform-specific CLI tools for building and deploying the multiplayer infrastructure.
  • [CREDENTIALS_UNSAFE]: Adheres to security best practices by recommending the use of .env files for configuration and ensuring they are added to .gitignore to 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
Risk Level
SAFE
Analyzed
Jun 13, 2026, 04:59 PM
Security Audit — agent-trust-hub — add-multiplayer