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).
- 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