Skip to main content

Implement Dynamic Graph Question

Enables the creation of interactive coordinate plane questions using p5.js for students to explore linear relationships.

Install this skill

or
91/100

Security score

The Implement Dynamic Graph Question skill was audited on Feb 28, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 379

Template literal with variable interpolation in command context

SourceSKILL.md
379console.log(`Constant of proportionality: ${slope}`);
low line 54

External URL reference

SourceSKILL.md
54<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.js"></script>
low line 88

External URL reference

SourceSKILL.md
88<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.js"></script>
low line 89

External URL reference

SourceSKILL.md
89<script src="https://cdn.jsdelivr.net/npm/d3@7/dist/d3.min.js"></script>
low line 485

External URL reference

SourceSKILL.md
485- [p5.js Reference](https://p5js.org/reference/) - p5.js documentation
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 22
Rate this skill
Categoryeducation research
UpdatedMay 21, 2026
mattnigh/skills_collection