pixijs-2d
Enables fast, lightweight 2D rendering for interactive graphics and games using PixiJS, optimized for high performance and visual effects.
Install this skill
Security score
The pixijs-2d skill was audited on May 10, 2026 and we found 10 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 554 | spawn(x, y) { |
Direct command execution function call
| 592 | const bullet = bulletPool.spawn(100, 200); |
Template literal with variable interpolation in command context
| 511 | frames.push(Texture.from(`frame_${i}.png`)); |
Template literal with variable interpolation in command context
| 784 | const text = new Text({ text: `Score: ${score}` }); |
Template literal with variable interpolation in command context
| 786 | text.text = `Score: ${++score}`; // Re-renders texture each frame |
Template literal with variable interpolation in command context
| 790 | const bitmapText = new BitmapText({ text: `Score: ${score}` }); |
Template literal with variable interpolation in command context
| 792 | bitmapText.text = `Score: ${++score}`; |
External URL reference
| 907 | - **Official Site**: https://pixijs.com |
External URL reference
| 908 | - **API Documentation**: https://pixijs.download/release/docs/ |
External URL reference
| 909 | - **Examples**: https://pixijs.io/examples/ |