aspire-orchestration
Fail
Audited by Snyk on Jul 31, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The set includes a direct install shell script (https://aspire.dev/install.sh) referenced for curl|bash installation, which is a high-risk pattern because running remote shell scripts can execute arbitrary code and is riskier than using official package managers or vendor download pages.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The SKILL.md prerequisites instruct running "curl -sSL https://aspire.dev/install.sh | bash", which fetches and executes a remote shell script at runtime (https://aspire.dev/install.sh), so this URL is a runtime external dependency that executes code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata