What problem does it solve? Shipping a game without a systematic security review leaves save tampering, cheat vectors, network exploits, and data exposure risks undetected until players exploit them. This Skill audits the codebase across six security categories and produces a prioritized report that gates public releases. ## Core Features & Use Cases - Six-Category Audit: Covers save/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 attack scenarios, remediation steps, and effort estimates. - Scoped Modes: Run full, network, save, input, or quick audits depending on the release stage and iteration speed needed. - Use Case: Before launching a multiplayer update, run a full audit to verify server-side authority, packet validation, and secret handling, then use the generated report as the required artifact for the Polish to Release gate. ## Quick Start Run a full security audit of the game codebase and generate the prioritized remediation report before the release gate.