Skip to main content

ai-avatar-video

Generates AI avatar and talking head videos using inference.sh CLI for marketing, education, and social media applications.

Install this skill

or
63/100

Security score

The ai-avatar-video skill was audited on Feb 14, 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 16

Piping content to sh shell

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

Curl to non-GitHub URL

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

External URL reference

SourceSKILL.md
9Create AI avatars and talking head videos via [inference.sh](https://inference.sh) CLI.
low line 11

External URL reference

SourceSKILL.md
11![AI Avatar & Talking Head Videos](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kg0tszs96s0n8z5gy8y5mbg7.jpeg)
low line 16

External URL reference

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

External URL reference

SourceSKILL.md
20"image_url": "https://portrait.jpg",
low line 21

External URL reference

SourceSKILL.md
21"audio_url": "https://speech.mp3"
low line 48

External URL reference

SourceSKILL.md
48"image_url": "https://portrait.jpg",
low line 49

External URL reference

SourceSKILL.md
49"audio_url": "https://speech.mp3"
low line 59

External URL reference

SourceSKILL.md
59"image_url": "https://face.jpg",
low line 60

External URL reference

SourceSKILL.md
60"audio_url": "https://audio.mp3"
low line 68

External URL reference

SourceSKILL.md
68"image_url": "https://portrait.jpg",
low line 69

External URL reference

SourceSKILL.md
69"audio_url": "https://speech.mp3"
low line 85

External URL reference

SourceSKILL.md
85"image_url": "https://presenter-photo.jpg",
low line 94

External URL reference

SourceSKILL.md
94infsh app run infsh/fast-whisper-large-v3 --input '{"audio_url": "https://video.mp4"}' > transcript.json
low line 103

External URL reference

SourceSKILL.md
103"video_url": "https://original-video.mp4",
low line 146

External URL reference

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

External URL reference

SourceSKILL.md
147- [Content Pipeline Example](https://inference.sh/docs/examples/content-pipeline) - Building media workflows
low line 148

External URL reference

SourceSKILL.md
148- [Streaming Results](https://inference.sh/docs/api/sdk/streaming) - Real-time progress updates
Scanned on Feb 14, 2026
View Security Dashboard