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).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly runs, at runtime, a remote install script via SSH: curl -fsSL https://raw.githubusercontent.com/kylelundstedt/dotfiles/master/install.sh | bash which fetches and executes external code that the setup relies on.
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
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata