ascii-art
Generates various ASCII art styles using local and remote tools for creative text representation.
Install this skill
Security score
The ascii-art skill was audited on May 17, 2026 and we found 24 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 65 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello+World" |
Curl to non-GitHub URL
| 68 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Slant" |
Curl to non-GitHub URL
| 69 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Doom" |
Curl to non-GitHub URL
| 70 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Star+Wars" |
Curl to non-GitHub URL
| 71 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=3-D" |
Curl to non-GitHub URL
| 72 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Banner3" |
Curl to non-GitHub URL
| 75 | curl -s "https://asciified.thelicato.io/api/v2/fonts" |
Curl to non-GitHub URL
| 161 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=HERMES&font=Slant" | boxes -d stone |
Curl to non-GitHub URL
| 237 | curl -s 'https://ascii.co.uk/art/cat' -o /tmp/ascii_art.html |
Curl to non-GitHub URL
| 272 | curl -s https://api.github.com/octocat |
Curl to non-GitHub URL
| 283 | curl -s "qrenco.de/https://example.com" |
External URL reference
| 65 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello+World" |
External URL reference
| 68 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Slant" |
External URL reference
| 69 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Doom" |
External URL reference
| 70 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Star+Wars" |
External URL reference
| 71 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=3-D" |
External URL reference
| 72 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=Hello&font=Banner3" |
External URL reference
| 75 | curl -s "https://asciified.thelicato.io/api/v2/fonts" |
External URL reference
| 161 | curl -s "https://asciified.thelicato.io/api/v2/ascii?text=HERMES&font=Slant" | boxes -d stone |
External URL reference
| 212 | ascii-image-converter https://url/image.jpg # Direct URL |
External URL reference
| 232 | **URL pattern:** `https://ascii.co.uk/art/{subject}` |
External URL reference
| 237 | curl -s 'https://ascii.co.uk/art/cat' -o /tmp/ascii_art.html |
External URL reference
| 272 | curl -s https://api.github.com/octocat |
External URL reference
| 283 | curl -s "qrenco.de/https://example.com" |