lazyweb-growth-report

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). This URL is a direct link to a shell installer and the skill explicitly instructs piping it to bash (curl | bash), which is high-risk because executing unverified remote scripts from an external domain can run arbitrary malicious code.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 0.90). The file contains high-risk supply-chain and covert-access patterns (remote curl|bash install and a hidden one-time browser URL instruction) that can enable remote code execution, backdoors, or secret exfiltration.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 1.00). The skill includes a runtime fallback that fetches and directly executes remote code via curl piped to bash (https://www.lazyweb.com/install.sh), which constitutes a high-risk external runtime dependency.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill tells the agent to run a remote installer via "curl -fsSL https://www.lazyweb.com/install.sh | bash", which can modify system files, escalate privileges, or create accounts and therefore pushes the agent to change the host state.

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-growth-report