Skip to main content

p5js

Creates interactive and generative visual art using p5.js, enabling stunning browser-based sketches and animations.

Install this skill

or
95/100

Security score

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

Categories Tested

Security Issues

low line 184

External URL reference

SourceSKILL.md
184<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.3/p5.min.js"></script>
low line 185

External URL reference

SourceSKILL.md
185<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.3/addons/p5.sound.min.js"></script> -->
low line 186

External URL reference

SourceSKILL.md
186<!-- <script src="https://unpkg.com/[email protected]"></script> --> <!-- SVG export -->
low line 187

External URL reference

SourceSKILL.md
187<!-- <script src="https://cdn.jsdelivr.net/npm/ccapture.js-npmfixed/build/CCapture.all.min.js"></script> --> <!-- video capture -->
low line 489

External URL reference

SourceSKILL.md
4893. **Local assets** (fonts, images) require a server: `python3 -m http.server 8080` in the project directory, then open `http://localhost:8080/sketch.html`
Scanned on May 17, 2026
View Security Dashboard