exe-dev

Fail

Audited by Snyk on Apr 23, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.75). Most URLs are documentation and an API endpoint on exe.dev (not obviously typosquatting or using shorteners), but the explicit raw.githubusercontent link to install.sh and the curl | bash usage in the skill prompt is a high-risk pattern because executing a remote shell script from a personal GitHub repo (or any unvetted source) can directly distribute malware.

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
Apr 23, 2026, 04:59 PM
Issues
4