Skip to main content

dev-phaser-ui-creation

Facilitates the creation of responsive game UIs using Phaser's integrated components for enhanced performance and ease of use.

Install this skill

or
77/100

Security score

The dev-phaser-ui-creation skill was audited on Feb 9, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98this.scoreElement.textContent = `Score: ${score}`;
medium line 103

Template literal with variable interpolation in command context

SourceSKILL.md
103this.healthFillElement.style.width = `${percent}%`;
medium line 210

Template literal with variable interpolation in command context

SourceSKILL.md
210this.scoreText.setText(`Score: ${score}`);
medium line 307

Template literal with variable interpolation in command context

SourceSKILL.md
307this.scoreText.setText(`Score: ${score}`);
low line 792

External URL reference

SourceSKILL.md
792- [Game Objects](https://photonstorm.github.io/phaser3-docs/Phaser.GameObjects.GameObjectFactory.html) — Object creation
low line 793

External URL reference

SourceSKILL.md
793- [Text Object](https://photonstorm.github.io/phaser3-docs/Phaser.GameObjects.Text.html) — Text API
low line 794

External URL reference

SourceSKILL.md
794- [Container](https://photonstorm.github.io/phaser3-docs/Phaser.GameObjects.Container.html) — Container API
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry