Skip to main content

ltx-video

Generates videos from text, images, and audio using the LTX-2.3 API, enabling dynamic content creation and lip-sync animations.

Install this skill

or
51/100

Security score

The ltx-video skill was audited on May 15, 2026 and we found 15 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl -X POST "https://api.ltx.video/v1/text-to-video" \
medium line 62

Curl to non-GitHub URL

SourceSKILL.md
62curl -X POST "https://api.ltx.video/v1/audio-to-video" \
high line 103

Curl to non-GitHub URL

SourceSKILL.md
103- **uguu.se** works: upload with `curl -F "files[][email protected]" https://uguu.se/upload`
medium line 109

Curl to non-GitHub URL

SourceSKILL.md
109AUDIO_URL=$(curl -s -F "files[][email protected]" "https://uguu.se/upload" | \
medium line 113

Curl to non-GitHub URL

SourceSKILL.md
113IMAGE_URL=$(curl -s -F "files[][email protected]" "https://uguu.se/upload" | \
medium line 194

Access to .env file

SourceSKILL.md
194Paul's key: stored in `~/clawd/.env` as `LTX_API_KEY`
low line 14

External URL reference

SourceSKILL.md
14**Base URL:** `https://api.ltx.video/v1`
low line 49

External URL reference

SourceSKILL.md
49curl -X POST "https://api.ltx.video/v1/text-to-video" \
low line 62

External URL reference

SourceSKILL.md
62curl -X POST "https://api.ltx.video/v1/audio-to-video" \
low line 66

External URL reference

SourceSKILL.md
66"audio_uri": "https://example.com/voice.mp3",
low line 67

External URL reference

SourceSKILL.md
67"image_uri": "https://example.com/portrait.jpg",
low line 82

External URL reference

SourceSKILL.md
82"https://api.ltx.video/v1/audio-to-video",
low line 103

External URL reference

SourceSKILL.md
103- **uguu.se** works: upload with `curl -F "files[][email protected]" https://uguu.se/upload`
low line 109

External URL reference

SourceSKILL.md
109AUDIO_URL=$(curl -s -F "files[][email protected]" "https://uguu.se/upload" | \
low line 113

External URL reference

SourceSKILL.md
113IMAGE_URL=$(curl -s -F "files[][email protected]" "https://uguu.se/upload" | \
Scanned on May 15, 2026
View Security Dashboard
Installation guide →