design-assets
Facilitates the creation and editing of graphic design assets, including icons, images, and color systems for various platforms.
Install this skill
Security score
The design-assets skill was audited on Feb 9, 2026 and we found 14 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 20 | ```bash |
Template literal with variable interpolation in command context
| 35 | ```bash |
Template literal with variable interpolation in command context
| 50 | ```bash |
Template literal with variable interpolation in command context
| 101 | 50: `hsl(${hue}, ${saturation}%, 97%)`, |
Template literal with variable interpolation in command context
| 102 | 100: `hsl(${hue}, ${saturation}%, 94%)`, |
Template literal with variable interpolation in command context
| 103 | 200: `hsl(${hue}, ${saturation}%, 86%)`, |
Template literal with variable interpolation in command context
| 104 | 300: `hsl(${hue}, ${saturation}%, 74%)`, |
Template literal with variable interpolation in command context
| 105 | 400: `hsl(${hue}, ${saturation}%, 62%)`, |
Template literal with variable interpolation in command context
| 106 | 500: `hsl(${hue}, ${saturation}%, 50%)`, // Primary |
Template literal with variable interpolation in command context
| 107 | 600: `hsl(${hue}, ${saturation}%, 42%)`, |
Template literal with variable interpolation in command context
| 108 | 700: `hsl(${hue}, ${saturation}%, 34%)`, |
Template literal with variable interpolation in command context
| 109 | 800: `hsl(${hue}, ${saturation}%, 26%)`, |
Template literal with variable interpolation in command context
| 110 | 900: `hsl(${hue}, ${saturation}%, 18%)`, |
Template literal with variable interpolation in command context
| 111 | 950: `hsl(${hue}, ${saturation}%, 10%)`, |