Skip to main content

ai-video-generation

Generates AI videos using over 40 models for various applications like marketing, social media, and product demos.

Install this skill

or
63/100

Security score

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

Categories Tested

Security Issues

high line 17

Piping content to sh shell

SourceSKILL.md
17curl -fsSL https://cli.inference.sh | sh && infsh login
medium line 17

Curl to non-GitHub URL

SourceSKILL.md
17curl -fsSL https://cli.inference.sh | sh && infsh login
low line 9

External URL reference

SourceSKILL.md
9Generate videos with 40+ AI models via [inference.sh](https://inference.sh) CLI.
low line 11

External URL reference

SourceSKILL.md
11![AI Video Generation](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kg2c0egyg243mnyth4y6g51q.jpeg)
low line 17

External URL reference

SourceSKILL.md
17curl -fsSL https://cli.inference.sh | sh && infsh login
low line 23

External URL reference

SourceSKILL.md
23> **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elev
low line 94

External URL reference

SourceSKILL.md
94"image_url": "https://your-image.jpg"
low line 102

External URL reference

SourceSKILL.md
102"image_url": "https://portrait.jpg",
low line 103

External URL reference

SourceSKILL.md
103"audio_url": "https://speech.mp3"
low line 111

External URL reference

SourceSKILL.md
111"image_url": "https://face.jpg",
low line 112

External URL reference

SourceSKILL.md
112"audio_url": "https://audio.mp3"
low line 120

External URL reference

SourceSKILL.md
120"image_url": "https://portrait.jpg",
low line 121

External URL reference

SourceSKILL.md
121"audio_url": "https://speech.mp3"
low line 128

External URL reference

SourceSKILL.md
128infsh app run falai/topaz-video-upscaler --input '{"video_url": "https://..."}'
low line 135

External URL reference

SourceSKILL.md
135"video_url": "https://silent-video.mp4",
low line 144

External URL reference

SourceSKILL.md
144"videos": ["https://clip1.mp4", "https://clip2.mp4"],
low line 175

External URL reference

SourceSKILL.md
175- [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI
low line 176

External URL reference

SourceSKILL.md
176- [Streaming Results](https://inference.sh/docs/api/sdk/streaming) - Real-time progress updates
low line 177

External URL reference

SourceSKILL.md
177- [Content Pipeline Example](https://inference.sh/docs/examples/content-pipeline) - Building media workflows
Scanned on May 30, 2026
View Security Dashboard
Installation guide →