exe-dev

Fail

Audited by Snyk on May 17, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Most links are documentation pages on exe.dev (low risk), but the raw GitHub URL points to an install.sh that the skill instructs users to curl | bash — a direct remote shell script execution is a common malware distribution vector and therefore makes the bundle suspicious.

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

  • Third-party content exposure detected (high risk: 0.90). The skill's "Setting Up a Dev VM" workflow explicitly instructs running curl -fsSL https://raw.githubusercontent.com/kylelundstedt/dotfiles/master/install.sh | bash (fetching and executing a raw GitHub script), which ingests untrusted, user-hosted content that can materially change the VM environment and influence subsequent actions.

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: 1.00). The prompt contains explicit privileged commands — e.g., installing sudo, creating a new user, and writing to /etc/sudoers.d — which instruct modifying system files and creating accounts (compromising machine state).

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
May 17, 2026, 06:18 PM
Issues
4
Security Audit — snyk — exe-dev