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


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
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

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
Aug 14, 2026, 04:23 AM
Issues
4
Security Audit — snyk — lazyweb-design