ai-avatar-video

Warn

Audited by Snyk on Mar 25, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.80). The SKILL.md explicitly instructs running infsh apps with arbitrary external URLs (e.g., "image_url", "audio_url", "video_url" such as "https://portrait.jpg" or "https://video.mp4"), meaning the skill fetches and ingests open/public user-provided media (images/audio/video) that will be read/transcribed and used to drive downstream actions, enabling indirect prompt injection from untrusted third-party content.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The README instructs users at runtime to run "curl -fsSL https://cli.inference.sh | sh", which fetches and immediately executes remote shell code from https://cli.inference.sh (and then downloads binaries from dist.inference.sh), so the skill depends on and executes external code fetched at runtime.

Issues (2)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 25, 2026, 01:03 AM
Issues
2