phaser
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate architectural guidance for Phaser 3 game development, including scene lifecycle management, state synchronization, and performance best practices.
- [EXTERNAL_DOWNLOADS]: The skill recommends scaffolding projects using the official Phaser Vite template via
npx degit phaserjs/template-vite-ts. This is a standard industry practice targeting a well-known technology provider's repository. - [COMMAND_EXECUTION]: Instructions include standard shell commands for Node.js project initialization and development workflows (
npm install,npm run dev), which are appropriate and expected for the described developer use case. - [DATA_EXPOSURE]: The skill describes a pattern for managing game progress using
localStorage. This is a standard client-side storage mechanism for browser-based games and does not involve sensitive user credentials or system data exfiltration.
Audit Metadata