engineering-game-backend-architecture

Warn

Audited by Gen Agent Trust Hub on Mar 25, 2026

Risk Level: MEDIUMCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
  • [CREDENTIALS_UNSAFE]: The file boilerplate/server.ts includes a hardcoded fallback secret for JWT authentication ("development-secret-change-me"). Although marked for development use, this pattern presents a security risk if the JWT_SECRET environment variable is not explicitly set in a production environment.\n- [DATA_EXFILTRATION]: The skill facilitates external network communication by connecting to a Redis server via process.env.REDIS_URL and transmitting real-time state updates over WebSockets. While these operations are fundamental to the skill's purpose of building a multiplayer backend, they involve the handling of sensitive player identifiers and connection metadata.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 25, 2026, 12:31 AM