Skip to main content

pixijs-assets

Facilitates resource management in PixiJS v8, enabling efficient loading and caching of textures, videos, and fonts.

Install this skill

or
83/100

Security score

The pixijs-assets skill was audited on May 14, 2026 and we found 17 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 54

External URL reference

SourceSKILL.md
54src: "https://cdn.example.com/signed/abc123?token=xyz",
low line 61

External URL reference

SourceSKILL.md
61src: "https://api.example.com/v1/config",
low line 67

External URL reference

SourceSKILL.md
67src: "https://cdn.example.com/fonts/hero-v2",
low line 74

External URL reference

SourceSKILL.md
74src: "https://cdn.example.com/stream/xyz",
low line 91

External URL reference

SourceSKILL.md
91- **Signed CDN URLs**: `https://cdn.example.com/get?id=abc123` has no extension the loader can test against.
low line 258

External URL reference

SourceSKILL.md
258const texture = Texture.from("https://example.com/image.png");
low line 264

External URL reference

SourceSKILL.md
264const texture = await Assets.load("https://example.com/image.png");
low line 294

External URL reference

SourceSKILL.md
294- [Assets](https://pixijs.download/release/docs/assets.Assets.html.md)
low line 295

External URL reference

SourceSKILL.md
295- [Loader](https://pixijs.download/release/docs/assets.Loader.html.md)
low line 296

External URL reference

SourceSKILL.md
296- [Resolver](https://pixijs.download/release/docs/assets.Resolver.html.md)
low line 297

External URL reference

SourceSKILL.md
297- [Cache](https://pixijs.download/release/docs/assets.Cache.html.md)
low line 298

External URL reference

SourceSKILL.md
298- [LoadOptions](https://pixijs.download/release/docs/assets.LoadOptions.html.md)
low line 299

External URL reference

SourceSKILL.md
299- [AssetInitOptions](https://pixijs.download/release/docs/assets.AssetInitOptions.html.md)
low line 300

External URL reference

SourceSKILL.md
300- [AssetsManifest](https://pixijs.download/release/docs/assets.AssetsManifest.html.md)
low line 301

External URL reference

SourceSKILL.md
301- [AssetsBundle](https://pixijs.download/release/docs/assets.AssetsBundle.html.md)
low line 302

External URL reference

SourceSKILL.md
302- [BackgroundLoader](https://pixijs.download/release/docs/assets.BackgroundLoader.html.md)
low line 303

External URL reference

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