lazyweb-design-best-practices

Fail

Audited by Snyk on Jun 22, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Almost all links are raw GitHub markdown or GitHub repos (low-risk to fetch as text), but the presence of an external install script (https://www.lazyweb.com/install.sh) and an explicit curl | bash instruction in the skill prompt is a high-risk executable-download/execute vector that could distribute malware.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.95). The required runtime workflow fetches and reads outsider-authored free text from public GitHub raw URLs (e.g., WebFetch/lazyweb_fetch_best_practice retrieving other repos’ SKILL.md content), which is then ingested into the agent’s LLM context.

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

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 22, 2026, 07:56 PM
Issues
3
Security Audit — snyk — lazyweb-design-best-practices