algorithmic-art-jp
Generates traditional Japanese algorithmic art patterns, including calligraphy and zen garden simulations, using JavaScript.
Install this skill
or
90/100
Security score
The algorithmic-art-jp skill was audited on May 23, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 64
Template literal with variable interpolation in command context
SourceSKILL.md
| 64 | ctx.strokeStyle = `rgba(0, 80, 150, ${0.2 + i * 0.15})`; |
medium line 123
Template literal with variable interpolation in command context
SourceSKILL.md
| 123 | ctx.fillStyle = `rgba(10, 10, 10, ${alpha})`; |
Scanned on May 23, 2026
View Security Dashboard