modern-c-makefile
Warn
Audited by Snyk on Apr 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The gnaro Makefile templates include setup targets that download-and-execute remote installer scripts at runtime (e.g., wget https://apt.llvm.org/llvm.sh which is chmod +x && ./llvm.sh, and /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"), so they fetch and run external code when the setup target is executed.
Issues (1)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata