What problem does it solve? Shipping a game without a security review leaves save files, network code, and player data exposed to tampering, cheating, and data leaks. This Skill systematically scans a game project for the most common security failures and produces a prioritized remediation plan before release. ## Core Features & Use Cases - Six audit categories: Covers save file and serialization security, network and multiplayer validation, input validation, data exposure, cheat and anti-tamper vectors, and dependency/supply chain risks. - Severity classification: Every finding is rated CRITICAL, HIGH, MEDIUM, or LOW with an attack scenario, remediation guidance, and effort estimate. - Release gate integration: The generated report is a required artifact for the Polish to Release gate, blocking launch until CRITICAL and HIGH findings are resolved. - Use Case: Before launching a multiplayer game, run a full audit to verify server-side authority, packet validation, and credential handling, then re-run in quick mode after fixes to confirm the release gate passes. ## Quick Start Ask the AI to run a full security audit on this game project and report any critical or high severity findings before release.