Skip to main content

pixijs-2d

Enables fast, lightweight 2D rendering for interactive graphics and games using PixiJS, optimized for high performance and visual effects.

Install this skill

or
42/100

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

high line 554

Direct command execution function call

SourceSKILL.md
554spawn(x, y) {
high line 592

Direct command execution function call

SourceSKILL.md
592const bullet = bulletPool.spawn(100, 200);
medium line 511

Template literal with variable interpolation in command context

SourceSKILL.md
511frames.push(Texture.from(`frame_${i}.png`));
medium line 784

Template literal with variable interpolation in command context

SourceSKILL.md
784const text = new Text({ text: `Score: ${score}` });
medium line 786

Template literal with variable interpolation in command context

SourceSKILL.md
786text.text = `Score: ${++score}`; // Re-renders texture each frame
medium line 790

Template literal with variable interpolation in command context

SourceSKILL.md
790const bitmapText = new BitmapText({ text: `Score: ${score}` });
medium line 792

Template literal with variable interpolation in command context

SourceSKILL.md
792bitmapText.text = `Score: ${++score}`;
low line 907

External URL reference

SourceSKILL.md
907- **Official Site**: https://pixijs.com
low line 908

External URL reference

SourceSKILL.md
908- **API Documentation**: https://pixijs.download/release/docs/
low line 909

External URL reference

SourceSKILL.md
909- **Examples**: https://pixijs.io/examples/
Scanned on May 10, 2026
View Security Dashboard
Installation guide →