lazyweb-design
Fail
Audited by Snyk on Aug 14, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The instruction tells the user to curl a remote install.sh and pipe it to bash from an unverified domain (https://www.lazyweb.com/install.sh), which is high-risk because it can execute arbitrary code from an untrusted source.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). Instruction to fetch and pipe a remote install script (curl ... | bash) is a high-risk supply-chain and remote code-execution vector that can be abused to install backdoors or exfiltrate data.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill instructs running "curl -fsSL https://www.lazyweb.com/install.sh | bash", which fetches and immediately executes remote code from https://www.lazyweb.com/install.sh at runtime, creating a high-risk external dependency.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill tells the user to run a remote installer via "curl ... | bash" which can modify system files and perform privileged operations on the host (and thus encourages changing the machine's state), so it is a security risk.
Issues (4)
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata