compose-design-catalog
Fail
Audited by Snyk on Jul 24, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). The skill instructs users to curl a raw GitHub-hosted install.sh and pipe it to bash (curl ... | bash), which is a high-risk pattern because it executes remote code without inspection.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill recommends running a bootstrap installer that fetches and executes a remote shell script at runtime via "curl -fsSL https://raw.githubusercontent.com/yschimke/compose-ai-tools/main/scripts/install.sh | bash", which directly executes remote code and is a required installer if the renderer is missing.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata