game-engineering-team
Audited by Socket on Feb 22, 2026
1 alert found:
Security[Skill Scanner] [Documentation context] Backtick command substitution detected This document is a design + code-sample skill for building game systems. It does not contain malware or obvious supply-chain attacks. The primary security concerns are: (1) a mismatch between the stated need for cryptographically secure RNG and the Mulberry32 implementation (not CSPRNG) — important for casino/fairness; (2) telemetry is a legitimate data sink that collects session, URL, and userAgent and posts to the app endpoint — ensure the server endpoint is trusted and that PII is not included; and (3) some placeholders/stubs (e.g., GameStateValidator.calculateNextState) and client-server mixing could cause incorrect implementations if copied verbatim. Overall the content is coherent with its stated purpose and appropriate for a game engineering guide. LLM verification: [LLM Escalated] Overall this skill appears to be a benign, polished design-and-code guidance document for game engineering. There are no clear malware indicators, no download-and-execute patterns, no hidden backdoors, and no hardcoded secrets. The principal security concerns are typical application-level privacy and implementation pitfalls: telemetry can leak page URLs and userAgent and must be pointed at a trusted backend; the example RateLimiter is ineffective as written (constructed per-request) and should n