yds-setup
Fail
Audited by Snyk on Aug 26, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (medium risk: 0.30). The skill explicitly instructs downloading and piping an installer from a raw GitHub URL (curl -fsSL https://raw.githubusercontent.com/ymd38/dev-skills/main/harness/scripts/install.sh | bash...), which is an operational network fetch of executable script from the user-controlled repo ymd38/dev-skills and is risky though not demonstrably malicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's preferred installer step uses a runtime fetch-and-execute one-liner (curl -fsSL https://raw.githubusercontent.com/ymd38/dev-skills/main/harness/scripts/install.sh | bash ...) which downloads and executes remote code from https://raw.githubusercontent.com/ymd38/dev-skills/main/harness/scripts/install.sh.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata