phaser-gamedev
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structural guidance, boilerplate code, and architectural patterns for Phaser 3 game development.
- [EXTERNAL_DOWNLOADS]: The skill includes a reference for the
Phaser Animated Tilesplugin from a public CDN (cdn.jsdelivr.net). This is a well-known service for hosting open-source libraries and is used here in a standard development context for tilemap animations. - [COMMAND_EXECUTION]: The documentation includes standard
grepandrgcommand examples for developers to audit their own code for performance issues (e.g., finding object allocations in update loops). These are informational and not executed by the skill itself. - [SAFE_PRACTICE]: The instructions explicitly emphasize security and performance best practices, such as removing
debug: truephysics configurations andconsole.logcalls before deployment, and utilizing object pooling to prevent memory leaks.
Audit Metadata