vidmuse

Fail

Audited by Snyk on Aug 8, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). These are direct links to shell and PowerShell installer scripts hosted on a third‑party CDN that the skill downloads and executes—an inherently high‑risk pattern for malware distribution if the source is untrusted.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The skill instructs fetching and directly executing remote installer scripts from an external CDN (curl | bash and Invoke-WebRequest + ExecutionPolicy Bypass), creating a high-risk remote code execution / supply-chain vector that could install backdoors or malicious code.

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

  • Third-party content exposure detected (medium risk: 0.30). The runtime workflow ingests outsider-authored free text because user-supplied --text/--mentions content is passed into the vidmuse thread create and vidmuse message send commands (and the subsequent thread/message listing/status/memory operations can return that content for the LLM to read at runtime).

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

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

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
CRITICAL
Analyzed
Aug 8, 2026, 03:14 AM
Issues
4
Security Audit — snyk — vidmuse