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/--mentionscontent is passed into thevidmuse thread createandvidmuse message sendcommands (and the subsequentthread/messagelisting/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).
- Potentially malicious external URL detected (high risk: 1.00). The skill's setup step downloads and executes remote installer scripts at "https://vidmuse.sandcdn.com/cli/install.sh" and "https://vidmuse.sandcdn.com/cli/install.ps1", which fetches and runs remote code at runtime.
Issues (4)
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata