Skip to main content

pixijs-performance

Optimizes PixiJS v8 apps for performance by profiling FPS, draw calls, and GPU memory, implementing effective resource management strategies.

Install this skill

or
78/100

Security score

The pixijs-performance skill was audited on May 14, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 255

Template literal with variable interpolation in command context

SourceSKILL.md
255scoreText.text = `Score: ${score}`;
medium line 265

Template literal with variable interpolation in command context

SourceSKILL.md
265scoreText.text = `Score: ${score}`;
medium line 275

Template literal with variable interpolation in command context

SourceSKILL.md
275const next = `Score: ${score}`;
low line 454

External URL reference

SourceSKILL.md
454- [GCSystem](https://pixijs.download/release/docs/rendering.GCSystem.html.md)
low line 455

External URL reference

SourceSKILL.md
455- [TextureGCSystem](https://pixijs.download/release/docs/rendering.TextureGCSystem.html.md)
low line 456

External URL reference

SourceSKILL.md
456- [RenderableGCSystem](https://pixijs.download/release/docs/rendering.RenderableGCSystem.html.md)
low line 457

External URL reference

SourceSKILL.md
457- [PrepareSystem](https://pixijs.download/release/docs/rendering.PrepareSystem.html.md)
low line 458

External URL reference

SourceSKILL.md
458- [Culler](https://pixijs.download/release/docs/scene.Culler.html.md)
low line 459

External URL reference

SourceSKILL.md
459- [CullerPlugin](https://pixijs.download/release/docs/app.CullerPlugin.html.md)
low line 460

External URL reference

SourceSKILL.md
460- [Pool](https://pixijs.download/release/docs/utils.Pool.html.md)
Scanned on May 14, 2026
View Security Dashboard
Installation guide →