Skip to main content

melies

AI filmmaking CLI with 148 built-in actors, 98 visual styles, and smart model selection. Generate images, videos, posters, and thumbnails without prompt enginee

94/100

Security score

The melies skill was audited on Mar 17, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 331

Command substitution pattern

SourceSKILL.md
329
330```bash
331CREDITS=$(melies credits | jq '.credits')
332if [ "$CREDITS" -gt 100 ]; then
333 melies video "Epic aerial shot" --best --sync
medium line 16

Access to home directory dotfiles

SourceSKILL.md
14 - MELIES_API_URL
15 config:
16 - ~/.melies/config.json
17 bins:
18 - melies
Scanned on Mar 17, 2026
View Security Dashboard