ai-avatar-video
Generates AI avatar and talking head videos for marketing, education, and social media using advanced lip-sync technology.
Install this skill
Security score
The ai-avatar-video skill was audited on May 21, 2026 and we found 20 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Piping content to sh shell
| 16 | curl -fsSL https://cli.inference.sh | sh && infsh login |
Curl to non-GitHub URL
| 16 | curl -fsSL https://cli.inference.sh | sh && infsh login |
External URL reference
| 9 | Create AI avatars and talking head videos via [inference.sh](https://inference.sh) CLI. |
External URL reference
| 11 |  |
External URL reference
| 16 | curl -fsSL https://cli.inference.sh | sh && infsh login |
External URL reference
| 20 | "image_url": "https://portrait.jpg", |
External URL reference
| 21 | "audio_url": "https://speech.mp3" |
External URL reference
| 25 | > **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 |
External URL reference
| 50 | "image_url": "https://portrait.jpg", |
External URL reference
| 51 | "audio_url": "https://speech.mp3" |
External URL reference
| 61 | "image_url": "https://face.jpg", |
External URL reference
| 62 | "audio_url": "https://audio.mp3" |
External URL reference
| 70 | "image_url": "https://portrait.jpg", |
External URL reference
| 71 | "audio_url": "https://speech.mp3" |
External URL reference
| 87 | "image_url": "https://presenter-photo.jpg", |
External URL reference
| 96 | infsh app run infsh/fast-whisper-large-v3 --input '{"audio_url": "https://video.mp4"}' > transcript.json |
External URL reference
| 105 | "video_url": "https://original-video.mp4", |
External URL reference
| 148 | - [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI |
External URL reference
| 149 | - [Content Pipeline Example](https://inference.sh/docs/examples/content-pipeline) - Building media workflows |
External URL reference
| 150 | - [Streaming Results](https://inference.sh/docs/api/sdk/streaming) - Real-time progress updates |